linux-stable/drivers/scsi/snic
Arnd Bergmann 920447f138 scsi: snic: fix printing time intervals
We don't want to use 'struct timespec' because of the y2038 overflow
problem. The overflow is not actually an issue here, but it's easy to
replace with 'timespec64' for consistency. However, it's worth pointing out
that nanosecond values have nine digits, not eight or ten, so I'm fixing
the format strings accordingly as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-07-12 23:01:16 -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
cq_desc.h
cq_enet_desc.h
snic.h scsi: snic: switch to pci_irq_alloc_vectors 2017-02-15 21:23:10 -05:00
snic_attrs.c
snic_ctl.c
snic_debugfs.c scsi: snic: fix printing time intervals 2018-07-12 23:01:16 -04:00
snic_disc.c
snic_disc.h
snic_fwint.h
snic_io.c
snic_io.h
snic_isr.c scsi: snic: fix a couple of spelling mistakes/typos 2017-07-01 17:13:56 -04:00
snic_main.c scsi: snic: Return error code on memory allocation failure 2017-01-05 20:45:42 -05:00
snic_res.c
snic_res.h
snic_scsi.c scsi: snic: fix a couple of spelling mistakes: "COMPLETE" 2018-05-18 12:22:49 -04:00
snic_stats.h
snic_trc.c scsi: snic: fix printing time intervals 2018-07-12 23:01:16 -04:00
snic_trc.h
vnic_cq.c
vnic_cq.h
vnic_cq_fw.h
vnic_dev.c
vnic_dev.h
vnic_devcmd.h
vnic_intr.c
vnic_intr.h
vnic_resource.h
vnic_snic.h
vnic_stats.h
vnic_wq.c
vnic_wq.h
wq_enet_desc.h