Re: [PATCH 1/2] tty: remove trailing spaces in tty/hvc

2012-12-08 Thread Alan Cox
On Sat, 8 Dec 2012 01:41:23 + Cong Ding wrote: > remove trailing blank spaces in tty/hvc by shell command: > sed 's/\s\+$//g' -i > > I have manually reviewed that everything is correct. > > Signed-off-by: Cong Ding Both acked-by: Alan Cox Thanks Alan -- To unsubscribe from this list:

[PATCH 1/2] tty: remove trailing spaces in tty/hvc

2012-12-07 Thread Cong Ding
remove trailing blank spaces in tty/hvc by shell command: sed 's/\s\+$//g' -i I have manually reviewed that everything is correct. Signed-off-by: Cong Ding --- drivers/tty/hvc/hvc_console.c |6 +++--- drivers/tty/hvc/hvc_xen.c |2 +- drivers/tty/hvc/hvcs.c|4 ++-- 3 file