Skip to content

Commit 924613d

Browse files
Colin Ian Kingdavem330
Colin Ian King
authored andcommitted
bnx2x: fix spelling mistake: "registeration" -> "registration"
Trivial fix to spelling mistake in BNX2X_ERR error message text Signed-off-by: Colin Ian King <[email protected]> Acked-by: Sudarsana Kalluru <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3d27484 commit 924613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13913,7 +13913,7 @@ static void bnx2x_register_phc(struct bnx2x *bp)
1391313913
bp->ptp_clock = ptp_clock_register(&bp->ptp_clock_info, &bp->pdev->dev);
1391413914
if (IS_ERR(bp->ptp_clock)) {
1391513915
bp->ptp_clock = NULL;
13916-
BNX2X_ERR("PTP clock registeration failed\n");
13916+
BNX2X_ERR("PTP clock registration failed\n");
1391713917
}
1391813918
}
1391913919

0 commit comments

Comments
 (0)