]> 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>
Mon, 24 Oct 2011 14:53:44 +0000 (01:53 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 08:39:17 +0000 (19:39 +1100)
commitd7dbfea62777342f417e51d8b82bdd3ed66fbe70
tree437a52543c018254a4f679631d303258d598094d
parent58cc188499f4496243e8f6aef96b4d99c8eac78b
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