Skip to content

Commit 38c33ec

Browse files
committed
Merge tag 'nvme-6.2-2023-02-09' of git://git.infradead.org/nvme into block-6.2
Pull NVMe fix from Christoph: "nvme fixes for Linux 6.2 - fix a static checker warning for a variable introduces in the last pull request (Tom Rix)" * tag 'nvme-6.2-2023-02-09' of git://git.infradead.org/nvme: nvme-auth: mark nvme_auth_wq static
2 parents e02bbac + 70daa5c commit 38c33ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/host/auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct nvme_dhchap_queue_context {
4545
int sess_key_len;
4646
};
4747

48-
struct workqueue_struct *nvme_auth_wq;
48+
static struct workqueue_struct *nvme_auth_wq;
4949

5050
#define nvme_auth_flags_from_qid(qid) \
5151
(qid == 0) ? 0 : BLK_MQ_REQ_NOWAIT | BLK_MQ_REQ_RESERVED

0 commit comments

Comments
 (0)