mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
wifi: ipw2x00: Fix spelling mistake "stablization" -> "stabilization"
There is a spelling mistake in a IPW_DEBUG_INFO message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250202220659.199341-1-colin.i.king@gmail.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
3d4b0f0c5c
commit
b7016fd817
|
|
@ -3295,7 +3295,7 @@ static int ipw_init_nic(struct ipw_priv *priv)
|
|||
rc = ipw_poll_bit(priv, IPW_GP_CNTRL_RW,
|
||||
IPW_GP_CNTRL_BIT_CLOCK_READY, 250);
|
||||
if (rc < 0)
|
||||
IPW_DEBUG_INFO("FAILED wait for clock stablization\n");
|
||||
IPW_DEBUG_INFO("FAILED wait for clock stabilization\n");
|
||||
|
||||
/* assert SW reset */
|
||||
ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user