Prev: [PATCH 1/2] drivers:staging:ti-st: mv sysfs entries to debugfs
Next: vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
From: Mike Frysinger on 28 Jul 2010 04:00 On Tue, Jul 27, 2010 at 15:22, Joe Perches wrote: > And some assorted neatening for checkpatch: > > 80 column reformatting (mostly comments) > argument alignment > couple of spelling/grammar typos corrected > > Added bfin_alloc_skb to centralize allocation/dcache invalidation > Added get_mac_addr for symmetry > > $ ./scripts/checkpatch.pl -f drivers/net/bfin_mac.c | grep "^total:" > total: 2 errors, 25 warnings, 1723 lines checked > $ ./scripts/checkpatch.pl -f drivers/net/bfin_mac.c | grep "^total:" > total: 0 errors, 0 warnings, 1743 lines checked > > Uncompiled, untested. i dislike the mixing of whitespace and useful changes if they were split, and they worked, then i wouldnt have a problem with them -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Mike Frysinger on 28 Jul 2010 11:40 On Wed, Jul 28, 2010 at 06:00, Joe Perches wrote: > On Wed, 2010-07-28 at 03:50 -0400, Mike Frysinger wrote: >> On Tue, Jul 27, 2010 at 15:22, Joe Perches wrote: >> > $ ./scripts/checkpatch.pl -f drivers/net/bfin_mac.c | grep "^total:" >> > total: 2 errors, 25 warnings, 1723 lines checked >> > $ ./scripts/checkpatch.pl -f drivers/net/bfin_mac.c | grep "^total:" >> > total: 0 errors, 0 warnings, 1743 lines checked >> i dislike the mixing of whitespace and useful changes >> if they were split, and they worked, then i wouldnt have a problem with them > > Is that a nak or a dislike? if you arent going to bother fixing things, then i guess it's a NAK ;) > Also, is Michael Hennerich actually the maintainer for bfin_mac? > He had been listed as MAINTAINER for over a year but he hasn't > ever written or acked a patch for this file. i dont know what log you're reading, but i see Michael making plenty of changes to this driver -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Mike Frysinger on 29 Jul 2010 12:30
On Wed, Jul 28, 2010 at 11:36, Mike Frysinger wrote: > On Wed, Jul 28, 2010 at 06:00, Joe Perches wrote: >> On Wed, 2010-07-28 at 03:50 -0400, Mike Frysinger wrote: >>> On Tue, Jul 27, 2010 at 15:22, Joe Perches wrote: >>> > $ ./scripts/checkpatch.pl -f drivers/net/bfin_mac.c | grep "^total:" >>> > total: 2 errors, 25 warnings, 1723 lines checked >>> > $ ./scripts/checkpatch.pl -f drivers/net/bfin_mac.c | grep "^total:" >>> > total: 0 errors, 0 warnings, 1743 lines checked >>> i dislike the mixing of whitespace and useful changes >>> if they were split, and they worked, then i wouldnt have a problem with them >> >> Is that a nak or a dislike? > > if you arent going to bother fixing things, then i guess it's a NAK ;) to be clear, i dont have a problem with the direction you're going with things, just the steps to get there. i dont like throwing up "NAK" at postings because that often sounds like a "f-you!" in my head. i'd rather suggest changes and then ACK the updated patch(es). -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |