commit | 3d30079c3a9000504cf71e4e8dd94619070dc4f3 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Dec 03 00:10:53 2014 +0100 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Feb 02 09:57:45 2015 -0800 |
tree | 63d0d379c8505308ee6e9f36ddcb614d196f9212 | |
parent | 91c40f24faadd977ee9209fee6a760e72a50d19c [diff] |
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>