scsi: merge consecutive seq_puts calls
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 2 Dec 2014 23:10:53 +0000 (00:10 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:45 +0000 (09:57 -0800)
commit3d30079c3a9000504cf71e4e8dd94619070dc4f3
tree63d0d379c8505308ee6e9f36ddcb614d196f9212
parent91c40f24faadd977ee9209fee6a760e72a50d19c
scsi: merge consecutive seq_puts calls

Consecutive seq_puts calls with literal strings may be replaced by a
single call, saving a little .text.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/advansys.c
drivers/scsi/atp870u.c
drivers/scsi/dc395x.c
drivers/scsi/pcmcia/nsp_cs.c
This page took 0.026941 seconds and 5 git commands to generate.