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

staging: rtl8723bs: fix spelling mistake: "acquire"

trivial fix to spelling mistake in pr_info message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 103ab687
......@@ -404,7 +404,7 @@ s32 rtl8723b_FirmwareDownload(struct adapter *padapter, bool bUsedWoWLANFw)
#endif /* CONFIG_WOWLAN */
fwfilepath = "rtlwifi/rtl8723bs_nic.bin";
pr_info("rtl8723bs: accquire FW from file:%s\n", fwfilepath);
pr_info("rtl8723bs: acquire FW from file:%s\n", fwfilepath);
rtStatus = request_firmware(&fw, fwfilepath, device);
if (rtStatus) {
......
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