* [PATCH for-rc] RDMA/bnxt_re: Correct module description string
@ 2023-11-21 8:29 Selvin Xavier
2023-11-22 11:52 ` Leon Romanovsky
0 siblings, 1 reply; 2+ messages in thread
From: Selvin Xavier @ 2023-11-21 8:29 UTC (permalink / raw)
To: leon, jgg; +Cc: linux-rdma, Kalesh AP, Selvin Xavier
[-- Attachment #1: Type: text/plain, Size: 891 bytes --]
From: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
The word "Driver" is repeated twice in the "modinfo bnxt_re"
output description. Fix it.
Fixes: 1ac5a4047975 ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
Signed-off-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
---
drivers/infiniband/hw/bnxt_re/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/hw/bnxt_re/main.c b/drivers/infiniband/hw/bnxt_re/main.c
index f79369c..a99c682 100644
--- a/drivers/infiniband/hw/bnxt_re/main.c
+++ b/drivers/infiniband/hw/bnxt_re/main.c
@@ -71,7 +71,7 @@ static char version[] =
BNXT_RE_DESC "\n";
MODULE_AUTHOR("Eddie Wai <eddie.wai@broadcom.com>");
-MODULE_DESCRIPTION(BNXT_RE_DESC " Driver");
+MODULE_DESCRIPTION(BNXT_RE_DESC);
MODULE_LICENSE("Dual BSD/GPL");
/* globals */
--
2.5.5
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4224 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH for-rc] RDMA/bnxt_re: Correct module description string
2023-11-21 8:29 [PATCH for-rc] RDMA/bnxt_re: Correct module description string Selvin Xavier
@ 2023-11-22 11:52 ` Leon Romanovsky
0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2023-11-22 11:52 UTC (permalink / raw)
To: jgg, Selvin Xavier; +Cc: linux-rdma, Kalesh AP
On Tue, 21 Nov 2023 00:29:47 -0800, Selvin Xavier wrote:
> The word "Driver" is repeated twice in the "modinfo bnxt_re"
> output description. Fix it.
>
>
Applied, thanks!
[1/1] RDMA/bnxt_re: Correct module description string
https://git.kernel.org/rdma/rdma/c/422b19f7f006e8
Best regards,
--
Leon Romanovsky <leon@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-22 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 8:29 [PATCH for-rc] RDMA/bnxt_re: Correct module description string Selvin Xavier
2023-11-22 11:52 ` Leon Romanovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox