bnx2x: fix spelling mistake: "registeration" -> "registration"
Trivial fix to spelling mistake in BNX2X_ERR error message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Sudarsana Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3d27484eba
commit
924613d3a8
|
@ -13913,7 +13913,7 @@ static void bnx2x_register_phc(struct bnx2x *bp)
|
|||
bp->ptp_clock = ptp_clock_register(&bp->ptp_clock_info, &bp->pdev->dev);
|
||||
if (IS_ERR(bp->ptp_clock)) {
|
||||
bp->ptp_clock = NULL;
|
||||
BNX2X_ERR("PTP clock registeration failed\n");
|
||||
BNX2X_ERR("PTP clock registration failed\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue