Skip to content

Commit bdc6734

Browse files
leitaokuba-moo
authored andcommitted
net: fill in MODULE_DESCRIPTION()s for rvu_mbox
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the Marvel RVU mbox driver. Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://lore.kernel.org/r/20240123190332.677489-11-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 07d1e0c commit bdc6734

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/ethernet/marvell/octeontx2/af

drivers/net/ethernet/marvell/octeontx2/af/mbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,5 @@ const char *otx2_mbox_id2name(u16 id)
413413
EXPORT_SYMBOL(otx2_mbox_id2name);
414414

415415
MODULE_AUTHOR("Marvell.");
416+
MODULE_DESCRIPTION("Marvell RVU NIC Mbox helpers");
416417
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)