]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc-utilc-ipc_rcu_alloc-cacheline-align-allocation-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 27 Jun 2013 23:54:05 +0000 (09:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:39:03 +0000 (16:39 +1000)
commitd765ce51d5718415c36df3a3c5579a2a7668fead
treed3e0f696ff8b1a6c308aa0c5e58eb28246aa3d08
parentf45eede37a9011937e45dbae7ae1d588571a0fac
ipc-utilc-ipc_rcu_alloc-cacheline-align-allocation-checkpatch-fixes

ERROR: "(foo*)" should be "(foo *)"
#47: FILE: ipc/util.c:493:
+ struct ipc_rcu *p = ((struct ipc_rcu*)ptr)-1;

ERROR: "(foo*)" should be "(foo *)"
#58: FILE: ipc/util.c:509:
+ struct ipc_rcu *p = ((struct ipc_rcu*)ptr)-1;

total: 2 errors, 0 warnings, 34 lines checked

./patches/ipc-utilc-ipc_rcu_alloc-cacheline-align-allocation.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: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/util.c