On Mon, 2015-01-05 at 13:30 +0000, Mark Brown wrote: > On Mon, Jan 05, 2015 at 04:36:03AM -0800, Joe Perches wrote: > > On Mon, 2015-01-05 at 17:31 +0530, nizamhaider786@xxxxxxxxx wrote: > > > From: Nizam Haider <nizamhaider786@xxxxxxxxx> > > > > fixed a coding style issue > > > This is a checkpatch defect and not a coding styple (style) issue. > > > Please don't blindly take checkpatch messages as dicta. > > No, it's a coding style thing. It's a coding style consistency thing. > It may have been identified by > checkpatch but that's what it is. __pure is a #define for a gcc attribute include/linux/compiler-gcc.h:#define __pure __attribute__((pure)) macro attributes are almost always used with space separators in the kernel. All instances of __pure in the kernel have a space before the use. -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html