Miguel Ojeda wrote at 19:49:43 > 2010/12/13 Toralf Förster <toralf.foerster@xxxxxx>: > > Signed-off-by: Toralf Förster <toralf.foerster@xxxxxx> > > --- > > kernel/acct.c | 20 ++++++++++---------- > > 1 files changed, 10 insertions(+), 10 deletions(-) > > ... > > - if (value==0) return 0; > > - while ((s64)value > 0){ > > + if (value == 0) return 0; > > Newline here. Doesn't checkpatch.pl complain? It is an old rule: > > http://lxr.linux.no/linux+v2.6.36/Documentation/CodingStyle#L60 > I'd like to do only one thing at a time - not one file at a time. -- MfG/Kind regards Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html