All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] RFC - trailing whitespace cleanup script
@ 2005-07-17  2:38 Jim Cromie
  2005-07-18 12:00 ` Ricardo Nabinger Sanchez
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jim Cromie @ 2005-07-17  2:38 UTC (permalink / raw)
  To: kernel-janitors

Domen, all,

Ive considered running following 1-lineer and submitting per-subsystem 
cleanup patches.

cp -al $tree $tree-clean; perl -pi.bak -e 's/\s+\n//' `find $tree-clean 
-print` > mega-patch


the problem with doing so is that lots of whitespace has already been 
cleaned,
and rc3-kj has presumably been superseded by more whitespace fixes,
which would result in needless rejects.

So, what Id propose is:

a. just prior to releasing rc4-kj, do an rc4-kj-pre
b. run script against pre tree.
c. diff -rup pre pre-clean > mega-patch
d. manually edit/chop up mega-patch on subsystem boundaries
e. apply each to pre, release rc4-kj

f. repeat periodically
g. get janitors to recognize that they should do harder fixes, and leave 
whitespace
for the robo-janitor / whitespace-roomba

BTW

when were kj patches last merged into mainline ?
how often (on average) does this happen ?

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-07-22 18:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-17  2:38 [KJ] RFC - trailing whitespace cleanup script Jim Cromie
2005-07-18 12:00 ` Ricardo Nabinger Sanchez
2005-07-18 13:09 ` walter harms
2005-07-18 14:44 ` Alexey Dobriyan
2005-07-18 16:11 ` Jim Cromie
2005-07-18 17:06 ` Domen Puncer
2005-07-18 18:03 ` Jim Cromie
2005-07-18 18:10 ` Jim Cromie
2005-07-18 22:58 ` Alexey Dobriyan
2005-07-22 18:14 ` maximilian attems

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.