aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2017-04-09 10:17:06 -0700
committerDoug Ledford <dledford@redhat.com>2017-04-28 13:56:22 -0400
commita498fbcd8714e21b2c4016ddd04b62d4ac501b18 (patch)
tree766313c94c3bb0973ec5144b46f201cbffb61608 /drivers/infiniband/hw/hfi1/chip.c
parentIB/hfi1: Permanently enable P_Key checking in HFI (diff)
downloadlinux-dev-a498fbcd8714e21b2c4016ddd04b62d4ac501b18.tar.xz
linux-dev-a498fbcd8714e21b2c4016ddd04b62d4ac501b18.zip
IB/hfi1: Fix misspelling in comment
Checkpatch flagged a misspelled word. Fix it. Fixes: 8764522e5251 ("staging/rdma/hfi1: Unexpected link up pkey values are not an error") Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to '')
-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 b926d2ad47fb..4c5e4aa6ef37 100644
--- a/drivers/infiniband/hw/hfi1/chip.c
+++ b/drivers/infiniband/hw/hfi1/chip.c
@@ -7123,7 +7123,7 @@ static void add_full_mgmt_pkey(struct hfi1_pportdata *ppd)
{
struct hfi1_devdata *dd = ppd->dd;
- /* Sanity check - ppd->pkeys[2] should be 0, or already initalized */
+ /* Sanity check - ppd->pkeys[2] should be 0, or already initialized */
if (!((ppd->pkeys[2] == 0) || (ppd->pkeys[2] == FULL_MGMT_P_KEY)))
dd_dev_warn(dd, "%s pkey[2] already set to 0x%x, resetting it to 0x%x\n",
__func__, ppd->pkeys[2], FULL_MGMT_P_KEY);