Skip to content

Commit 4d2a3c1

Browse files
qhjindevjgunthorpe
authored andcommitted
IB/qib: Fix typos
Change 'postion' to 'position'. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Qinghua Jin <[email protected]> Acked-by: Dennis Dalessandro <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent f3433d7 commit 4d2a3c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/infiniband/hw/qib/qib_iba6120.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3030,7 +3030,7 @@ static int qib_6120_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs)
30303030

30313031
/* Does read/modify/write to appropriate registers to
30323032
* set output and direction bits selected by mask.
3033-
* these are in their canonical postions (e.g. lsb of
3033+
* these are in their canonical positions (e.g. lsb of
30343034
* dir will end up in D48 of extctrl on existing chips).
30353035
* returns contents of GP Inputs.
30363036
*/

drivers/infiniband/hw/qib/qib_iba7220.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,7 @@ static int qib_7220_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs)
37423742
/*
37433743
* Does read/modify/write to appropriate registers to
37443744
* set output and direction bits selected by mask.
3745-
* these are in their canonical postions (e.g. lsb of
3745+
* these are in their canonical positions (e.g. lsb of
37463746
* dir will end up in D48 of extctrl on existing chips).
37473747
* returns contents of GP Inputs.
37483748
*/

drivers/infiniband/hw/qib/qib_iba7322.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5665,7 +5665,7 @@ static int qib_7322_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs)
56655665
/*
56665666
* Does read/modify/write to appropriate registers to
56675667
* set output and direction bits selected by mask.
5668-
* these are in their canonical postions (e.g. lsb of
5668+
* these are in their canonical positions (e.g. lsb of
56695669
* dir will end up in D48 of extctrl on existing chips).
56705670
* returns contents of GP Inputs.
56715671
*/

0 commit comments

Comments
 (0)