linux/drivers/scsi/fnic
Nicolas Iooss f280c77dc9 scsi: fnic: add a space after %p in printf format
fnic_fcpio_icmnd_cmpl_handler() displays the value of sc with:

    FNIC_SCSI_DBG(KERN_INFO...
        "... sc = 0x%p"
        "scsi_status ..."
        ...

As the literal strings get merged, the function uses %ps instead of the
intended raw %p format. Fix this by inserting a space.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-12-11 21:43:00 -05:00
..
cq_desc.h
cq_enet_desc.h
cq_exch_desc.h
fcpio.h
fnic_attrs.c
fnic_debugfs.c scsi: fnic: Fix coccinelle warnings 2017-12-04 22:56:00 -05:00
fnic_fcs.c SCSI misc on 20170704 2017-07-06 12:10:33 -07:00
fnic_fip.h
fnic_io.h scsi: fnic: correct speed display and add support for 25,40 and 100G 2017-06-27 21:40:59 -04:00
fnic_isr.c
fnic_main.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
fnic_res.c
fnic_res.h
fnic_scsi.c scsi: fnic: add a space after %p in printf format 2017-12-11 21:43:00 -05:00
fnic_stats.h
fnic_trace.c
fnic_trace.h
fnic.h scsi: fnic: fix format string overflow warning 2017-08-07 14:04:01 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rq_enet_desc.h
vnic_cq_copy.h
vnic_cq.c
vnic_cq.h
vnic_dev.c
vnic_dev.h
vnic_devcmd.h
vnic_intr.c
vnic_intr.h
vnic_nic.h
vnic_resource.h
vnic_rq.c
vnic_rq.h
vnic_scsi.h
vnic_stats.h
vnic_wq_copy.c
vnic_wq_copy.h
vnic_wq.c
vnic_wq.h
wq_enet_desc.h