diff options
| author | 2018-06-02 11:04:13 +0200 | |
|---|---|---|
| committer | 2018-06-17 09:05:14 +0200 | |
| commit | 971f3f119d30ce3cdbe58de74768a445893f9d20 (patch) | |
| tree | 825e145b12732dd301260781cfcf984b85881a92 | |
| parent | staging: rtlwifi: Fix "Trafic"->"Traffic" (diff) | |
staging: rtlwifi: Fix "writen"->"written"
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/fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtlwifi/rtl8822be/fw.c b/drivers/staging/rtlwifi/rtl8822be/fw.c index efec7281511c..a40396614814 100644 --- a/drivers/staging/rtlwifi/rtl8822be/fw.c +++ b/drivers/staging/rtlwifi/rtl8822be/fw.c @@ -82,7 +82,7 @@ static void _rtl8822be_fill_h2c_command(struct ieee80211_hw *hw, u8 element_id, } while (!bwrite_success) { - /* 2. Find the last BOX number which has been writen. */ + /* 2. Find the last BOX number which has been written. */ boxnum = rtlhal->last_hmeboxnum; switch (boxnum) { case 0: |
