Skip to content

Commit 0945b43

Browse files
Chaitanya Kulkarnikeithbusch
authored andcommitted
nvme-common: add module description
Add MODULE_DESCRIPTION() in order to remove warnings & get clean build:- WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/nvme/common/nvme-auth.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/nvme/common/nvme-keyring.o Signed-off-by: Chaitanya Kulkarni <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 48dae46 commit 0945b43

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/nvme/common/auth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,5 @@ int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key)
471471
}
472472
EXPORT_SYMBOL_GPL(nvme_auth_generate_key);
473473

474+
MODULE_DESCRIPTION("NVMe Authentication framework");
474475
MODULE_LICENSE("GPL v2");

drivers/nvme/common/keyring.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,6 @@ static void __exit nvme_keyring_exit(void)
181181

182182
MODULE_LICENSE("GPL v2");
183183
MODULE_AUTHOR("Hannes Reinecke <[email protected]>");
184+
MODULE_DESCRIPTION("NVMe Keyring implementation");
184185
module_init(nvme_keyring_init);
185186
module_exit(nvme_keyring_exit);

0 commit comments

Comments
 (0)