diff options
author | Andy Whitcroft <apw@shadowen.org> | 2008-07-23 21:29:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:26 -0700 |
commit | 234fff6515a11cf3e67c793146689da426787fea (patch) | |
tree | a16d881c498f1db608ed4c571186a2c42e3f12e8 /sound/oss/pss.c | |
parent | 292f1a9b342d763f94ea3915726a48905be4acd1 (diff) | |
download | op-kernel-dev-234fff6515a11cf3e67c793146689da426787fea.zip op-kernel-dev-234fff6515a11cf3e67c793146689da426787fea.tar.gz |
checkpatch: types cannot start mid word for pointer tests
When checking spacing for pointer checks the type cannot start in the
middle of a word, ie. this is not 'int * bar':
x = fooint * bar;
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss/pss.c')
0 files changed, 0 insertions, 0 deletions