commit | 25478445c4a39318acbe08ba8df7945766cbb5b5 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@sw.ru> | Fri Feb 08 04:20:14 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 08 09:22:32 2008 -0800 |
tree | de8a3dec84bb554daf0b53a06bf3b1107e7e8ff6 | |
parent | 50e8a2890ed0eeb7a11ae0c39144fcdd1cad1cf8 [diff] |
Fix container_of() usage Using "attr" twice is not OK, because it effectively prohibits such container_of() on variables not named "attr". Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>