linux/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
..
cq_desc.h
cq_enet_desc.h
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
snic_attrs.c
snic_ctl.c snic: Added additional stats 2016-04-11 16:57:09 -04:00
snic_debugfs.c scsi: snic: fix printing time intervals 2018-07-12 23:01:16 -04:00
snic_disc.c snic: Fix use-after-free in case of a dma mapping error 2016-07-12 23:16:31 -04:00
snic_disc.h
snic_fwint.h snic: fix typo 2016-07-12 23:16:31 -04:00
snic_io.c snic: Fix for missing interrupts 2016-04-11 16:57:09 -04:00
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: Added additional stats 2016-04-11 16:57:09 -04:00
snic_trc.c scsi: snic: fix printing time intervals 2018-07-12 23:01:16 -04:00
snic_trc.h
snic.h scsi: snic: switch to pci_irq_alloc_vectors 2017-02-15 21:23:10 -05:00
vnic_cq_fw.h
vnic_cq.c
vnic_cq.h
vnic_dev.c snic: Handling control path queue issues 2016-04-11 16:57:09 -04:00
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