Skip to content

Commit e75d039

Browse files
Colin Ian Kingdavem330
authored andcommitted
qed: fix spelling mistake "comparsion" -> "comparison"
Trivial fix to spelling mistake in DP_ERR error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2d66f99 commit e75d039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/qlogic/qed/qed_init_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ static void qed_init_cmd_rd(struct qed_hwfn *p_hwfn,
407407

408408
if (i == QED_INIT_MAX_POLL_COUNT) {
409409
DP_ERR(p_hwfn,
410-
"Timeout when polling reg: 0x%08x [ Waiting-for: %08x Got: %08x (comparsion %08x)]\n",
410+
"Timeout when polling reg: 0x%08x [ Waiting-for: %08x Got: %08x (comparison %08x)]\n",
411411
addr, le32_to_cpu(cmd->expected_val),
412412
val, le32_to_cpu(cmd->op_data));
413413
}

0 commit comments

Comments
 (0)