On Wed, 2013-10-16 at 09:50 -0700, Davidlohr Bueso wrote: > On Wed, 2013-10-16 at 10:39 +0200, Manfred Spraul wrote: > > Hi Joe,
Hi all. > > Grek just sent me 47 patches for the backport to 3.10-stable, I don't > > want any whitespace noise right now. > +1 Do it when it's convenient or don't do it at all. No worries from me. It's pretty automatic if you use checkpatch from -next. $ scripts/checkpatch.pl -f --fix --types=pointer_location,spacing,space_before_tab ipc/*.[ch] $ find ipc/ -name "*.EXPERIMENTAL-checkpatch-fixes" | \ while read file ; do mv $file ${file%.EXPERIMENTAL-checkpatch-fixes}; done The space_before_tab suggested correction currently only removes a single space before the tab and may need to be run multiple times. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/