diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-09-16 10:22:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-09-30 21:57:55 +0200 |
commit | 6f406c73037f0ce2b9e30ffcb9d44661da7b7006 (patch) | |
tree | 4a5436494f284198f69f8adf776da838216d6fb0 | |
parent | 55ecd411c31dcbe54b5ac3af4038942cd056a63f (diff) | |
download | linux-6f406c73037f0ce2b9e30ffcb9d44661da7b7006.tar.gz linux-6f406c73037f0ce2b9e30ffcb9d44661da7b7006.tar.bz2 linux-6f406c73037f0ce2b9e30ffcb9d44661da7b7006.zip |
staging: rtl8723bs: os_dep: fix spelling mistake "offet" -> "offset"
There is a spelling mistake in a DBG_871X error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190916092211.32646-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c index 55c6e4546b50..8e58763c8a8d 100644 --- a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c +++ b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c @@ -2786,7 +2786,7 @@ static int rtw_dbg_port(struct net_device *dev, DBG_871X("oper_ch =%d\n", rtw_get_oper_ch(padapter)); DBG_871X("oper_bw =%d\n", rtw_get_oper_bw(padapter)); - DBG_871X("oper_ch_offet =%d\n", rtw_get_oper_choffset(padapter)); + DBG_871X("oper_ch_offset =%d\n", rtw_get_oper_choffset(padapter)); break; case 0x05: |