From: Christoph Hellwig Date: Tue, 26 Dec 2023 08:14:12 +0000 (+0000) Subject: nvme-common: mark nvme_tls_psk_prio static X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2abd2c39ada8200ca5f02d483dccfa82799f51a7;p=linux.git nvme-common: mark nvme_tls_psk_prio static Signed-off-by: Christoph Hellwig Reviewed-by: Sagi Grimberg Signed-off-by: Keith Busch --- diff --git a/drivers/nvme/common/keyring.c b/drivers/nvme/common/keyring.c index ee341b83eebaf..a5c0431c101cf 100644 --- a/drivers/nvme/common/keyring.c +++ b/drivers/nvme/common/keyring.c @@ -111,7 +111,7 @@ static struct key *nvme_tls_psk_lookup(struct key *keyring, * should be preferred to 'generated' PSKs, * and SHA-384 should be preferred to SHA-256. */ -struct nvme_tls_psk_priority_list { +static struct nvme_tls_psk_priority_list { bool generated; enum nvme_tcp_tls_cipher cipher; } nvme_tls_psk_prio[] = {