Commit 44b44c98 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

staging: rtlwifi: fix spelling mistake "disnabled" -> "disabled"

There is a spelling mistake in an ODM_RT_TRACE message, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5bf9ea4e
......@@ -477,7 +477,7 @@ static void phydm_supportability_init(void *dm_void)
} else {
ODM_RT_TRACE(dm, ODM_COMP_INIT,
"ODM adaptivity is set to disnabled!!!\n");
"ODM adaptivity is set to disabled!!!\n");
/**/
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment