Re: [PATCH v2 5/6] scsi: misc: Merge consecutive seq_puts calls

2015-01-29 Thread Finn Thain
Reviewed-by: Finn Thain On Wed, 3 Dec 2014, Rasmus Villemoes wrote: > Consecutive seq_puts calls with literal strings may be replaced by a > single call, saving a little .text. > > Signed-off-by: Rasmus Villemoes > --- > drivers/scsi/advansys.c | 43 +++-

[PATCH v2 5/6] scsi: misc: Merge consecutive seq_puts calls

2014-12-02 Thread Rasmus Villemoes
Consecutive seq_puts calls with literal strings may be replaced by a single call, saving a little .text. Signed-off-by: Rasmus Villemoes --- drivers/scsi/advansys.c | 43 +++ drivers/scsi/atp870u.c | 5 ++--- drivers/scsi/dc395x.c| 4 +