]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: use unsigned char for hmac and identity
authorDaniel Wagner <dwagner@suse.de>
Thu, 10 Oct 2024 07:02:16 +0000 (09:02 +0200)
committerDaniel Wagner <wagi@monom.org>
Mon, 28 Oct 2024 18:38:51 +0000 (19:38 +0100)
commit97cee9d13a01de4163ba2bae52fea13f15af85ed
treebc8690a27a4779a3653224ec10db4b164abba9e9
parent9a4625cbffce07b2959944a5d59ef41c3782e385
nvme: use unsigned char for hmac and identity

The spec is limiting the size of both variables to one byte, thus there
is no need to use wider types.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme.c