commit | 0c3de38ff3eec506ef08ede32110d1f266366ccd | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Dec 03 00:10:49 2014 +0100 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Feb 02 09:57:45 2015 -0800 |
tree | cd94d017cf33979ccabc0cec01542fe4be50a38a | |
parent | 5af2e38242f87231244393e69beca7284e70056f [diff] |
scsi: remove SPRINTF macro The macro SPRINTF doesn't save a lot of typing or make the code more readable, and depending on a specific identifier (m) in the surrounding scope is generally frowned upon. Nuke it. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Reviewed-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Christoph Hellwig <hch@lst.de>