summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-05-28 12:07:09 +0100
committerJason Gunthorpe <jgg@mellanox.com>2020-05-29 15:27:51 -0300
commitbcafcdfdaee7665267e56990e8040fbab588550f (patch)
treeb9ae2034a9e01316663c2a65408ba5c538098eb9 /drivers
parentffd7339a2fac98b9ff731e336c4411bf1ce57e22 (diff)
downloadlinux-bcafcdfdaee7665267e56990e8040fbab588550f.tar.bz2
IB/hfi1: Fix spelling mistake "enought" -> "enough"
There is a spelling mistake in an error message. Fix it. Link: https://lore.kernel.org/r/20200528110709.400935-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/hw/hfi1/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/chip.c b/drivers/infiniband/hw/hfi1/chip.c
index 7f35b9ea158b..15f9c635f292 100644
--- a/drivers/infiniband/hw/hfi1/chip.c
+++ b/drivers/infiniband/hw/hfi1/chip.c
@@ -14559,7 +14559,7 @@ static bool hfi1_netdev_update_rmt(struct hfi1_devdata *dd)
}
if (hfi1_is_rmt_full(rmt_start, NUM_NETDEV_MAP_ENTRIES)) {
- dd_dev_err(dd, "Not enought RMT entries used = %d\n",
+ dd_dev_err(dd, "Not enough RMT entries used = %d\n",
rmt_start);
return false;
}