Skip to content

Commit a498fbc

Browse files
Dennis Dalessandrodledford
authored andcommitted
IB/hfi1: Fix misspelling in comment
Checkpatch flagged a misspelled word. Fix it. Fixes: 8764522 ("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>
1 parent 5352650 commit a498fbc

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/hfi1

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hfi1/chip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7123,7 +7123,7 @@ static void add_full_mgmt_pkey(struct hfi1_pportdata *ppd)
71237123
{
71247124
struct hfi1_devdata *dd = ppd->dd;
71257125

7126-
/* Sanity check - ppd->pkeys[2] should be 0, or already initalized */
7126+
/* Sanity check - ppd->pkeys[2] should be 0, or already initialized */
71277127
if (!((ppd->pkeys[2] == 0) || (ppd->pkeys[2] == FULL_MGMT_P_KEY)))
71287128
dd_dev_warn(dd, "%s pkey[2] already set to 0x%x, resetting it to 0x%x\n",
71297129
__func__, ppd->pkeys[2], FULL_MGMT_P_KEY);

0 commit comments

Comments
 (0)