RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"
authorColin Ian King <colin.king@canonical.com>
Tue, 16 Apr 2019 14:38:04 +0000 (15:38 +0100)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 18 Apr 2019 06:17:42 +0000 (03:17 -0300)
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>
drivers/infiniband/hw/cxgb4/qp.c

index 9c8962d..e92b954 100644 (file)
@@ -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)
 {