alistair23-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.h scsi: fnic: fix format string overflow warning 2017-08-07 14:04:01 -04:00
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 fc_fip: Update to latest FC-BB-6 draft 2016-07-13 22:04:27 -04:00
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 scsi: fnic: switch to pci_alloc_irq_vectors 2017-03-23 09:51:10 -04:00
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 scsi: fnic: added timestamp reporting in fnic debug stats 2017-06-27 21:40:59 -04:00
fnic_trace.c scsi: fnic: added timestamp reporting in fnic debug stats 2017-06-27 21:40:59 -04:00
fnic_trace.h scsi: fnic: Use time64_t to represent trace timestamps 2016-11-08 17:29:46 -05: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.c
vnic_cq.h
vnic_cq_copy.h
vnic_dev.c scsi: fnic: use kernel's '%pM' format option to print MAC 2016-11-08 17:29:57 -05:00
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 [SCSI] fnic: fnic Driver Tuneables Exposed through CLI 2013-09-11 15:59:25 -07:00
vnic_stats.h
vnic_wq.c
vnic_wq.h
vnic_wq_copy.c
vnic_wq_copy.h
wq_enet_desc.h