commit | 91c40f24faadd977ee9209fee6a760e72a50d19c | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Dec 03 00:10:52 2014 +0100 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Feb 02 09:57:45 2015 -0800 |
tree | 970b7a1672e51376b341387609b162a2503ca5c8 | |
parent | ee7c7277d9444612c0341588abfb958dffbc5b34 [diff] |
scsi: replace seq_printf with seq_puts Using seq_printf to print a simple string is a lot more expensive than it needs to be, since seq_puts exists. Replace seq_printf with seq_puts when possible. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Reviewed-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Christoph Hellwig <hch@lst.de>