commit | e0bf1024b36be90da241af3c2767311e055b612c | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Thu Sep 09 16:37:26 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 09 18:57:22 2010 -0700 |
tree | 1df5f3fac82eb419aa466a0376b6f2cbf3207086 | |
parent | f3c65b2870f2481f3646bc410a58a12989ecc704 [diff] |
kfifo: add parenthesis for macro parameter reference Some macro parameter references inside typeof() operator are not enclosed with parenthesis. It should be safer to add them. Signed-off-by: Huang Ying <ying.huang@intel.com> Acked-by: Stefani Seibold <stefani@seibold.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>