Found 45 matching messages (0.063 seconds). Page 1 of 3.
From: Alan Stern
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
... cut down the review noise for the > patch in question last time it happened. ok ... arch/sparc64/kernel/cpu.c 17 155 109.6 arch/sparc64/solaris/ipc.c ... no need for any annoying "monkey patches". or take a look at the ...
linux-kernel - Ingo Molnar - Mar 25 2008 - 09:17
... \$chk_signoff,
- 'patch!' => \$chk_patch,
- 'emacs!' => \$emacs,
- 'terse!' => \$terse,
- 'file!' => \$file,
- 'subjective!' => \$check,
... - if ($filename eq '-') {
- $vname = 'Your patch';
- } else {
- $vname = $filename;
- }
- while (
linux-kernel - Al Viro - Mar 23 2008 - 04:52
... t result in crap) rather > than 148 patches of checkpatch vomit. Joe should not ... out unnecessary visual noise when reviewing patches and writing code, but i prefer to ... state, the flow of "explicit" checkpatch patches comes to a virtual standstill - ...
linux-kernel - Ingo Molnar - Mar 25 2008 - 06:48
... " argument =B-) > > When you reject useful patches based on "this is not our preferred ... i ask the person to send future patches with that small detail fixed.) my ... old-timer who sent absolutely horrible patches and who _should have known better_. ...
linux-kernel - Ingo Molnar - Mar 25 2008 - 10:03
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches
linux-kernel - joe - Aug 13 2007 - 02:24
From: Oliver Neukum
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
Stop using kobject_register, as this way we can control the sending of
the uevent properly, after everything is properly initialized.
Cc: Steven Whitehouse
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
Signed-off-by: Joe Perches
linux-kernel - Joe Perches - Mar 23 2008 - 04:03
... >
> > Signed-off-by: Joe Perches
linux-kernel - David Miller - Mar 23 2008 - 06:20
... Perches wrote:
>>> Signed-off-by: Joe Perches
linux-kernel - Jiri Slaby - Mar 23 2008 - 08:06
... >> An obvious corollary to this highly inspired series of patches:
> >
> > Acked-by: David S. Miller
linux-kernel - David Miller - Mar 23 2008 - 08:19
... checkpatch work doesn't result in crap) rather > than 148 patches of checkpatch vomit. > > Fixing sparse warnings properly fixes real issues ... It may help track down some issues in yet prepared patch (it's checkpatch, not checkcode and it should be used ...
linux-kernel - Jiri Slaby - Mar 23 2008 - 08:24
... checkpatch work doesn't result in crap) rather > > than 148 patches of checkpatch vomit. > > > > Fixing sparse warnings properly fixes real ... It may help track down some issues > in yet prepared patch (it's checkpatch, not checkcode and it should be ...
linux-kernel - David Miller - Mar 23 2008 - 08:30
* David Miller
linux-kernel - Ingo Molnar - Mar 25 2008 - 04:44
... t because I pacified it to cut down the review noise for the patch in question last time it happened. I can tell you one more ... newbies, treat it as gospel and a way to contribe "useful" patches. They aren't useful, they're crap. Fix a bug instead of ...
linux-kernel - David Miller - Mar 25 2008 - 05:42
... be doing it for all actively > maintained areas of the kernel? Disagreement between checkpatch and maintainers preferred style. I've had a patch that fixed a bug and - while in the region - "cleaned up" the style for a single line. This line no ...
linux-kernel - Jörn - Mar 25 2008 - 07:11
... and maintainers preferred style. I've > had a patch that fixed a bug and - while in the ... you do, there is no > disagreement to deal with. :) note, all those patches are "Subject: x86: " and 99% of them is maintained by us x86 maintainers. Ingo ...
linux-kernel - Ingo Molnar - Mar 25 2008 - 08:24
Ingo Molnar
linux-kernel - Andi Kleen - Mar 25 2008 - 08:26
... even see that warning unless you very explicitly do: checkpatch.pl --subjective Secondly, even about this "checkpatch.pl --subjective" check you are wrong. As someone who had to decode (way!) too many ...
linux-kernel - Ingo Molnar - Mar 25 2008 - 09:05