]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723bs: fix another spelling mistake
authorColin Ian King <colin.king@canonical.com>
Sat, 3 Jun 2017 22:44:41 +0000 (23:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Jun 2017 08:17:42 +0000 (10:17 +0200)
I found one more spelling mistake in a DBG_8192C debug message,
replace "avaliable" with "available", add some spacing between
text and a number and split overly long line

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c

index 163537faefd96c60f3340a968f86698935370803..84a89ef741698f14bf8878b56fc3cb1cb5e5b35d 100644 (file)
@@ -1741,7 +1741,8 @@ static u8 hal_EfusePgPacketWrite2ByteHeader(
 
        efuse_addr = *pAddr;
        if (efuse_addr >= efuse_max_available_len) {
-               DBG_8192C("%s: addr(%d) over avaliable(%d)!!\n", __func__, efuse_addr, efuse_max_available_len);
+               DBG_8192C("%s: addr(%d) over available (%d)!!\n", __func__,
+                         efuse_addr, efuse_max_available_len);
                return false;
        }