diff options
author | Caleb Sander <csander@purestorage.com> | 2024-01-31 09:43:11 -0700 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-01-31 16:06:12 -0800 |
commit | 4b6821940eeb238a0cc9af322e9ebe8e12613f6a (patch) | |
tree | 4903ac012b0fee2a708883e0c2928205be45c19a /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | 0945b43b4ef8833d73daf5d057d07b64a23b4220 (diff) |
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/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions