]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/scsi/nsp32.c
scsi: remove SPRINTF macro
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 2 Dec 2014 23:10:49 +0000 (00:10 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:45 +0000 (09:57 -0800)
commit0c3de38ff3eec506ef08ede32110d1f266366ccd
treecd94d017cf33979ccabc0cec01542fe4be50a38a
parent5af2e38242f87231244393e69beca7284e70056f
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>
drivers/scsi/NCR5380.c
drivers/scsi/aha152x.c
drivers/scsi/dc395x.c
drivers/scsi/nsp32.c
drivers/scsi/pcmcia/nsp_cs.c
drivers/scsi/wd7000.c