kfifo: add parenthesis for macro parameter reference
authorHuang Ying <ying.huang@intel.com>
Thu, 9 Sep 2010 23:37:26 +0000 (16:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Sep 2010 01:57:22 +0000 (18:57 -0700)
commite0bf1024b36be90da241af3c2767311e055b612c
tree1df5f3fac82eb419aa466a0376b6f2cbf3207086
parentf3c65b2870f2481f3646bc410a58a12989ecc704
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>
include/linux/kfifo.h