public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* False positive in checkpatch
@ 2013-09-23 22:59 Paul E. McKenney
  2013-09-24  4:21 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Paul E. McKenney @ 2013-09-23 22:59 UTC (permalink / raw)
  To: apw, joe; +Cc: linux-kernel

Hello!

The checkpatch.pl script complains as follows:

ERROR: need consistent spacing around '*' (ctx:WxB)
#57: FILE: include/linux/rcupdate.h:564:
+		ACCESS_ONCE(p) = (typeof(*(v)) __force space *)(v); \

Of course, the two uses of '*' are doing different things, so it should
be OK for the spacing to be different.

Could you please fix this?

							Thanx, Paul


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-24 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 22:59 False positive in checkpatch Paul E. McKenney
2013-09-24  4:21 ` Joe Perches
2013-09-24 14:03   ` Paul E. McKenney
2013-09-24 15:13     ` Andy Whitcroft
2013-09-24 15:45       ` Paul E. McKenney
2013-09-24 14:24   ` Andy Whitcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox