Commit 971f3f11 authored by Sabin Mihai Rapan's avatar Sabin Mihai Rapan Committed by Greg Kroah-Hartman

staging: rtlwifi: Fix "writen"->"written"

Trivial fix to spelling mistake in comment text.
Signed-off-by: default avatarSabin Mihai Rapan <sabin.rapan@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dba1b8ac
...@@ -82,7 +82,7 @@ static void _rtl8822be_fill_h2c_command(struct ieee80211_hw *hw, u8 element_id, ...@@ -82,7 +82,7 @@ static void _rtl8822be_fill_h2c_command(struct ieee80211_hw *hw, u8 element_id,
} }
while (!bwrite_success) { 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; boxnum = rtlhal->last_hmeboxnum;
switch (boxnum) { switch (boxnum) {
case 0: case 0:
......
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