xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Dangling whitespaces in xen code
@ 2018-08-29 16:11 Volodymyr Babchuk
  2018-08-29 16:22 ` Andrew Cooper
  0 siblings, 1 reply; 5+ messages in thread
From: Volodymyr Babchuk @ 2018-08-29 16:11 UTC (permalink / raw)
  To: xen-devel

Hello all,

During xen hacking I often encounter white spaces at EOLs. It is quite 
annoying to see red marker in, say, xen/arch/arm/domctl.c:25

I used sed to create patch that removes all such whitespaces. Command is 
simple:

# find xen -name "*.[ch]" | xargs sed -i "s/[[:space:]]*$//g"

Problem is that patch is quite big:

  285 files changed, 1463 insertions(+), 1463 deletions(-)

So what is the best way to publish this fix? I can just send it to ML as 
one patch. There is no functional changes, so should I add maintainers?

-- 
Volodymyr Babchuk

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-08-30  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-29 16:11 Dangling whitespaces in xen code Volodymyr Babchuk
2018-08-29 16:22 ` Andrew Cooper
2018-08-29 17:01   ` Volodymyr Babchuk
2018-08-29 17:09     ` Andrew Cooper
2018-08-30  7:54       ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).