]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa7e69a249e96e54fade5e5eae8cd8b8be930663
tree1df5f3fac82eb419aa466a0376b6f2cbf3207086
parenta068b77e84cad8da9687e139cc96c259d6f128e5
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