mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 19:05:39 +00:00
ipw2x00: fix spelling mistake "initializationg" -> "initialization"
There is a spelling mistake in an IPW_DEBUG_INFO message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
145a32fe57
commit
14aba89386
@ -2721,7 +2721,7 @@ static void ipw_eeprom_init_sram(struct ipw_priv *priv)
|
||||
/* Do not load eeprom data on fatal error or suspend */
|
||||
ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
|
||||
} else {
|
||||
IPW_DEBUG_INFO("Enabling FW initializationg of SRAM\n");
|
||||
IPW_DEBUG_INFO("Enabling FW initialization of SRAM\n");
|
||||
|
||||
/* Load eeprom data on fatal error or suspend */
|
||||
ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user