diff options
author | Daniel Wagner | 2021-04-01 11:54:10 +0200 |
---|---|---|
committer | Christoph Hellwig | 2021-04-02 18:48:29 +0200 |
commit | bff4bcf3cfc1595e0ef2aeb774b2403c88de1486 (patch) | |
tree | 6046cad188aae9b10e4b90dbb81b350cab378e14 /kernel | |
parent | 8df1bff57c7e5fc7747b9236561079907d8cf82e (diff) |
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions