diff options
author | Sabin Mihai Rapan <sabin.rapan@gmail.com> | 2018-06-02 12:04:14 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-17 10:05:14 +0300 |
commit | 91c458b435df86d733754b3d50d8a5d1848c51dc (patch) | |
tree | 6ffcdc9c22b757083549b3c6a2f5e198a208e8e4 | |
parent | 971f3f119d30ce3cdbe58de74768a445893f9d20 (diff) | |
download | linux-91c458b435df86d733754b3d50d8a5d1848c51dc.tar.xz |
staging: rtlwifi: Fix "Alwyas"->"Always"
Trivial fix to spelling mistake in comment text.
Signed-off-by: Sabin Mihai Rapan <sabin.rapan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtlwifi/rtl8822be/sw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtlwifi/rtl8822be/sw.c b/drivers/staging/rtlwifi/rtl8822be/sw.c index 7825e85ed091..a2ab19fa94f2 100644 --- a/drivers/staging/rtlwifi/rtl8822be/sw.c +++ b/drivers/staging/rtlwifi/rtl8822be/sw.c @@ -43,7 +43,7 @@ static void rtl8822be_init_aspm_vars(struct ieee80211_hw *hw) * 0 - Disable ASPM, * 1 - Enable ASPM without Clock Req, * 2 - Enable ASPM with Clock Req, - * 3 - Alwyas Enable ASPM with Clock Req, + * 3 - Always Enable ASPM with Clock Req, * 4 - Always Enable ASPM without Clock Req. * set default to RTL8822BE:3 RTL8822B:2 * |