linux/drivers/nvme/host
Daniel Wagner bff4bcf3cf nvme: use sysfs_emit instead of sprintf
sysfs_emit is the recommended API to use for formatting strings to be
returned to user space. It is equivalent to scnprintf and aware of the
PAGE_SIZE buffer size.

Suggested-by: Chaitanya Kulkarni <Chaitanya.Kulkarni@wdc.com>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2021-04-02 18:48:29 +02:00
..
core.c nvme: use sysfs_emit instead of sprintf 2021-04-02 18:48:29 +02:00
fabrics.c
fabrics.h
fault_inject.c
fc.c nvme-fc: check sgl supported by target 2021-04-02 18:48:29 +02:00
fc.h
hwmon.c
Kconfig
lightnvm.c
Makefile
multipath.c nvme: use sysfs_emit instead of sprintf 2021-04-02 18:48:29 +02:00
nvme.h nvme: use driver pdu command for passthrough 2021-04-02 18:48:27 +02:00
pci.c nvme: use driver pdu command for passthrough 2021-04-02 18:48:27 +02:00
rdma.c nvme: use driver pdu command for passthrough 2021-04-02 18:48:27 +02:00
tcp.c nvme-tcp: check sgl supported by target 2021-04-02 18:48:28 +02:00
trace.c
trace.h
zns.c