On Mon, Apr 27, 2015 at 9:33 AM, Derek Robson <[email protected]> wrote: > This patch fixes a white space issue found with checkpatch.pl in failslab.c > ERROR: code indent should use tabs where possible > > Added a tab to replace the spaces to meet the preferred style. > > Signed-off-by: Derek Robson <[email protected]> > --- > mm/failslab.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Running checkpatch.pl against in-tree files is not really useful. Especially if you "fix" only whitespace stuff. Most maintainers agree that it is not worth the maintenance overhead and the git history pollution. Please stick to drivers/staging/ or fix real issues. :-) -- Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

