]> 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>
Thu, 8 Dec 2011 04:33:17 +0000 (15:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:05 +0000 (17:43 +1100)
commitac01c7d3345fc1c55ca921a3ba19b3f194e7b8eb
tree282bae3283e09806ec1e8d0c70e4e8a95a47d7e1
parent5e18871560fe69b1c4ef8c844f416795e2b01e39
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