ia64-slim-down-__clear_bit_unlock-checkpatch-fixes
WARNING: no space between function name and open parenthesis '('
#30: FILE: include/asm-ia64/bitops.h:131:
+__clear_bit_unlock (int nr, volatile void *addr)
WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
#30: FILE: include/asm-ia64/bitops.h:131:
+__clear_bit_unlock (int nr, volatile void *addr)
WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
#33: FILE: include/asm-ia64/bitops.h:134:
+ volatile __u32 *m;
WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
#35: FILE: include/asm-ia64/bitops.h:136:
+ m = (volatile __u32 *) addr + (nr >> 5);
total: 0 errors, 4 warnings, 24 lines checked
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Christoph Lameter <clameter@sgi.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>