Skip to content

Commit dfd022a

Browse files
Colin Ian Kingjgunthorpe
authored andcommitted
RDMA/usnic: Fix spelling mistake "transistion" -> "transition"
There is a spelling mistake in a usnic_err error message. Fix it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent d963c52 commit dfd022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/usnic/usnic_ib_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static void usnic_ib_qp_grp_modify_active_to_err(struct usnic_ib_dev *us_ibdev)
120120
IB_QPS_ERR,
121121
NULL);
122122
if (status) {
123-
usnic_err("Failed to transistion qp grp %u from %s to %s\n",
123+
usnic_err("Failed to transition qp grp %u from %s to %s\n",
124124
qp_grp->grp_id,
125125
usnic_ib_qp_grp_state_to_string
126126
(cur_state),

0 commit comments

Comments
 (0)