]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc-mqueue-update-maximums-for-the-mqueue-subsystem-checkpatch-fixes
authorAndrew Morton <akpm@google.com>
Fri, 16 Dec 2011 04:49:36 +0000 (15:49 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:19 +0000 (18:19 +1100)
commit0edc53beda0becaf35295ec835cc1256d66faf81
treef1dc1b685aa25bf16d23371ac4568f7e8bb3b1b2
parentb21227ae6d7c8af0667a8926f71fa94efcbdef5c
ipc-mqueue-update-maximums-for-the-mqueue-subsystem-checkpatch-fixes

Cc: Amerigo Wang <amwang@redhat.com>
ERROR: Macros with complex values should be enclosed in parenthesis
#87: FILE: include/linux/ipc_namespace.h:126:
+#define DFLT_MSGSIZEMAX 1024*1024

ERROR: Macros with complex values should be enclosed in parenthesis
#88: FILE: include/linux/ipc_namespace.h:127:
+#define HARD_MSGSIZEMAX      16*1024*1024

total: 2 errors, 0 warnings, 75 lines checked

./patches/ipc-mqueue-update-maximums-for-the-mqueue-subsystem.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Doug Ledford <dledford@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/ipc_namespace.h