All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] whitespace cleanup in Linux sparse tree
@ 2005-04-19 21:51 Chris Wright
  2005-04-19 21:52 ` [PATCH 1/2] i386 " Chris Wright
  2005-04-19 21:53 ` [PATCH 2/2] x86_64 " Chris Wright
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wright @ 2005-04-19 21:51 UTC (permalink / raw)
  To: xen-devel

The following two patches are another pass through low hanging fruit for
reducing the size of the Linux sparse patch.  Here I simply remove all
extraneous whitespace changes (broken up into i386 and x86_64 patches).
The actual patch file drops about 7k in size, below are the diffstat
differences.

Current:
$ ./mkpatch | diffstat | tail -1
 76 files changed, 6599 insertions(+), 5630 deletions(-)

With i386 whitespace changes removed (patch 1/2)
$ ./mkpatch | diffstat | tail -1
 76 files changed, 6572 insertions(+), 5605 deletions(-)

With both i386 and x86_64 whitespace changes removed (patch 2/2):
$ ./mkpatch | diffstat | tail -1
 76 files changed, 6476 insertions(+), 5511 deletions(-)

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

end of thread, other threads:[~2005-04-19 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-19 21:51 [PATCH 0/2] whitespace cleanup in Linux sparse tree Chris Wright
2005-04-19 21:52 ` [PATCH 1/2] i386 " Chris Wright
2005-04-19 21:53 ` [PATCH 2/2] x86_64 " Chris Wright

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.