aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-04-16 15:38:04 +0100
committerJason Gunthorpe <jgg@mellanox.com>2019-04-18 03:17:42 -0300
commitff5eefe6d3a3a2cd93b71165741ebdeda6d58e1d (patch)
treee962a9a65c195b1aad8cf4e2d6f881f2ef379ede /drivers/infiniband/hw/cxgb4/qp.c
parentRDMA/cxgb4: Fix null pointer dereference on alloc_skb failure (diff)
downloadlinux-dev-ff5eefe6d3a3a2cd93b71165741ebdeda6d58e1d.tar.xz
linux-dev-ff5eefe6d3a3a2cd93b71165741ebdeda6d58e1d.zip
RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"
There is a spelling mistake in a module parameter description. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/qp.c')
-rw-r--r--drivers/infiniband/hw/cxgb4/qp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/qp.c b/drivers/infiniband/hw/cxgb4/qp.c
index 9c8962d7bf97..e92b9544357a 100644
--- a/drivers/infiniband/hw/cxgb4/qp.c
+++ b/drivers/infiniband/hw/cxgb4/qp.c
@@ -57,7 +57,7 @@ MODULE_PARM_DESC(db_coalescing_threshold,
static int max_fr_immd = T4_MAX_FR_IMMD;
module_param(max_fr_immd, int, 0644);
-MODULE_PARM_DESC(max_fr_immd, "fastreg threshold for using DSGL instead of immedate");
+MODULE_PARM_DESC(max_fr_immd, "fastreg threshold for using DSGL instead of immediate");
static int alloc_ird(struct c4iw_dev *dev, u32 ird)
{