diff options
author | Caleb Sander <csander@purestorage.com> | 2024-01-31 19:43:11 +0300 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-02-01 03:06:12 +0300 |
commit | 4b6821940eeb238a0cc9af322e9ebe8e12613f6a (patch) | |
tree | 4903ac012b0fee2a708883e0c2928205be45c19a /tools/perf/scripts/python/libxed.py | |
parent | 0945b43b4ef8833d73daf5d057d07b64a23b4220 (diff) | |
download | linux-4b6821940eeb238a0cc9af322e9ebe8e12613f6a.tar.xz |
nvme: return string as char *, not unsigned char *
The functions in drivers/nvme/host/constants.c returning human-readable
status and opcode strings currently use type "const unsigned char *".
Typically string constants use type "const char *",
so remove "unsigned" from the return types.
This is a purely cosmetic change to clarify that the functions
return text strings instead of an array of bytes, for example.
Signed-off-by: Caleb Sander <csander@purestorage.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions