projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd16b32
)
RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 7 Jun 2021 11:33:45 +0000
(12:33 +0100)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Mon, 7 Jun 2021 23:20:32 +0000
(20:20 -0300)
There is a spelling mistake in a literal string. Fix it.
Link:
https://lore.kernel.org/r/20210607113345.82206-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/irdma/utils.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/irdma/utils.c
b/drivers/infiniband/hw/irdma/utils.c
index
2f07815
..
8f04347
100644
(file)
--- a/
drivers/infiniband/hw/irdma/utils.c
+++ b/
drivers/infiniband/hw/irdma/utils.c
@@
-636,7
+636,7
@@
static const char *const irdma_cqp_cmd_names[IRDMA_MAX_CQP_OPS] = {
[IRDMA_OP_SET_UP_MAP] = "Set UP-UP Mapping Cmd",
[IRDMA_OP_GEN_AE] = "Generate AE Cmd",
[IRDMA_OP_QUERY_RDMA_FEATURES] = "RDMA Get Features Cmd",
- [IRDMA_OP_ALLOC_LOCAL_MAC_ENTRY] = "Alloca
l
Local MAC Entry Cmd",
+ [IRDMA_OP_ALLOC_LOCAL_MAC_ENTRY] = "Alloca
te
Local MAC Entry Cmd",
[IRDMA_OP_ADD_LOCAL_MAC_ENTRY] = "Add Local MAC Entry Cmd",
[IRDMA_OP_DELETE_LOCAL_MAC_ENTRY] = "Delete Local MAC Entry Cmd",
[IRDMA_OP_CQ_MODIFY] = "CQ Modify Cmd",