From: [email protected] Date: Tue, 2 Oct 2012 12:41:44 +0100 > From: Matthew Walster <[email protected]> > > Remove an old commented out piece of code. > Remove an if(true) statement. > Remove a set of braces that weren't strictly necessary. > > All found by running checkpatch.pl against the code. > > Signed-off-by: Matthew Walster <[email protected]>
That comment and that unconditional if() are documentation. Don't be an automaton and blindly make changes based upon checkpatch.pl output. -- 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/

