Skip to content

Commit 422b19f

Browse files
Kalesh APrleon
Kalesh AP
authored andcommitted
RDMA/bnxt_re: Correct module description string
The word "Driver" is repeated twice in the "modinfo bnxt_re" output description. Fix it. Fixes: 1ac5a40 ("RDMA/bnxt_re: Add bnxt_re RoCE driver") Signed-off-by: Kalesh AP <[email protected]> Signed-off-by: Selvin Xavier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 0c8bb6e commit 422b19f

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/bnxt_re

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/bnxt_re/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static char version[] =
7171
BNXT_RE_DESC "\n";
7272

7373
MODULE_AUTHOR("Eddie Wai <[email protected]>");
74-
MODULE_DESCRIPTION(BNXT_RE_DESC " Driver");
74+
MODULE_DESCRIPTION(BNXT_RE_DESC);
7575
MODULE_LICENSE("Dual BSD/GPL");
7676

7777
/* globals */

0 commit comments

Comments
 (0)