Re: [RFC] cleanup patches for strings

From: Jean Delvare
Date: Tue Jun 21 2005 - 16:32:16 EST


Hi Denis,

> I have 361813 bytes in 292 patches for:
>
> - printk(KERN_ERR "%s: start receive command failed \n", dev->name);
> + printk(KERN_ERR "%s: start receive command failed\n", dev->name);
>
> type patches. Are these needed?

I think so. I can't think of a more useless way to waste memory ;)

> In case you wonder whether YOUR driver has such things, the list:

Could you send me a patch grouping all patches affecting drivers under
drivers/i2c (and possibly include/linux/i2c* files)? I'll get them
merged.

Thanks,
--
Jean Delvare
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/