2005-09-01 11:01:53

by Denis Vlasenko

[permalink] [raw]
Subject: [PATCH] "space before \n" removal

Hi,

http://195.66.192.167/linux/trailing_spaces_patch/

There are 290 patches like this:

- printk ("scsi%d : not initializing, no I/O or memory mapping known \n",
+ printk ("scsi%d : not initializing, no I/O or memory mapping known\n",

Largest ones are:

# ls -l | sort -r
total 1256
-rw-r--r-- 1 root root 24331 Sep 1 12:37 claw.c.patch
-rw-r--r-- 1 root root 15226 Sep 1 12:37 3c359.c.patch
-rw-r--r-- 1 root root 13759 Sep 1 12:37 olympic.c.patch
-rw-r--r-- 1 root root 11284 Sep 1 12:37 arlan-main.c.patch
-rw-r--r-- 1 root root 9913 Sep 1 12:37 lanstreamer.c.patch
-rw-r--r-- 1 root root 6827 Sep 1 12:37 cs46xx.c.patch
-rw-r--r-- 1 root root 6619 Sep 1 12:37 smc9194.c.patch
-rw-r--r-- 1 root root 6592 Sep 1 12:36 iphase.c.patch
-rw-r--r-- 1 root root 6023 Sep 1 12:37 av7110_av.c.patch
-rw-r--r-- 1 root root 5946 Sep 1 12:36 nicstar.c.patch
-rw-r--r-- 1 root root 5720 Sep 1 12:37 ali-ircc.c.patch
-rw-r--r-- 1 root root 4903 Sep 1 12:37 arlan-proc.c.patch
-rw-r--r-- 1 root root 4863 Sep 1 12:37 cs4281m.c.patch
-rw-r--r-- 1 root root 4777 Sep 1 12:36 addRamDisk.c.patch
-rw-r--r-- 1 root root 3904 Sep 1 12:37 qla1280.c.patch
-rw-r--r-- 1 root root 3381 Sep 1 12:37 mptbase.c.patch
-rw-r--r-- 1 root root 3341 Sep 1 12:36 pm.c.patch
-rw-r--r-- 1 root root 3296 Sep 1 12:37 xircom_cb.c.patch
-rw-r--r-- 1 root root 3295 Sep 1 12:37 mptscsih.c.patch
-rw-r--r-- 1 root root 3175 Sep 1 12:37 mptctl.c.patch
-rw-r--r-- 1 root root 2887 Sep 1 12:37 isdn_x25iface.c.patch
-rw-r--r-- 1 root root 2733 Sep 1 12:37 i82092.c.patch
-rw-r--r-- 1 root root 2710 Sep 1 12:37 islpci_dev.c.patch
-rw-r--r-- 1 root root 2660 Sep 1 12:37 swarm_cs4297a.c.patch
-rw-r--r-- 1 root root 2471 Sep 1 12:37 dst.c.patch
-rw-r--r-- 1 root root 2311 Sep 1 12:37 pciehp_hpc.c.patch
-rw-r--r-- 1 root root 2272 Sep 1 12:36 lparcfg.c.patch
-rw-r--r-- 1 root root 2267 Sep 1 12:37 ray_cs.c.patch
-rw-r--r-- 1 root root 2237 Sep 1 12:37 xfs_iomap.c.patch
-rw-r--r-- 1 root root 2014 Sep 1 12:36 riotty.c.patch

Feel free to download and apply to your driver.
--
vda


2005-09-01 12:19:29

by Alexey Dobriyan

[permalink] [raw]
Subject: Re: [PATCH] "space before \n" removal

On Thu, Sep 01, 2005 at 02:00:25PM +0300, Denis Vlasenko wrote:
> There are 290 patches like this:
>
> - printk ("scsi%d : not initializing, no I/O or memory mapping known \n",
> + printk ("scsi%d : not initializing, no I/O or memory mapping known\n",

> Feel free to download and apply to your driver.

Megapatch was added to -kj. Minor rejects fixed.

289 files changed, 998 insertions(+), 998 deletions(-)
------------------------------------------------------
[PATCH] "space before \n" removal

Signed-off-by: Denis Vlasenko <[email protected]>