aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorCaleb Sander <csander@purestorage.com>2024-01-31 09:43:11 -0700
committerKeith Busch <kbusch@kernel.org>2024-01-31 16:06:12 -0800
commit4b6821940eeb238a0cc9af322e9ebe8e12613f6a (patch)
tree4903ac012b0fee2a708883e0c2928205be45c19a /scripts/generate_rust_analyzer.py
parentnvme-common: add module description (diff)
downloadlinux-rng-4b6821940eeb238a0cc9af322e9ebe8e12613f6a.tar.xz
linux-rng-4b6821940eeb238a0cc9af322e9ebe8e12613f6a.zip
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 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions