]> 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>
Wed, 19 Jun 2013 00:08:30 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:46 +0000 (17:27 +1000)
commit4cb8ec4fce7720f25d8b382ccb3cbce84ecd9fce
tree690a9e00409969f0a754f29e2209389fe7f1a2d4
parent9d89317d5916c275e61d3feb87cbe8817f487a12
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