Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Johannes Berg
b7016fd8 3d4b0f0c

+1 -1
+1 -1
drivers/net/wireless/intel/ipw2x00/ipw2200.c
··· 3295 3295 rc = ipw_poll_bit(priv, IPW_GP_CNTRL_RW, 3296 3296 IPW_GP_CNTRL_BIT_CLOCK_READY, 250); 3297 3297 if (rc < 0) 3298 - IPW_DEBUG_INFO("FAILED wait for clock stablization\n"); 3298 + IPW_DEBUG_INFO("FAILED wait for clock stabilization\n"); 3299 3299 3300 3300 /* assert SW reset */ 3301 3301 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET);