Commit 57a88529 authored by Teodora Baluta's avatar Teodora Baluta Committed by Greg Kroah-Hartman

Staging: rtl8192u: fix checkpatch.pl error

This patch fixes the checkpatch.pl script error:
ERROR: do not use C99 // comments
+static long ieee80211_translate_todbm(u8 signal_strength_index)// 0-100
index.
Signed-off-by: default avatarTeodora Baluta <teobaluta@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 46326d26
...@@ -2166,7 +2166,8 @@ static inline u8 ieee80211_SignalStrengthTranslate( ...@@ -2166,7 +2166,8 @@ static inline u8 ieee80211_SignalStrengthTranslate(
return RetSS; return RetSS;
} }
static long ieee80211_translate_todbm(u8 signal_strength_index)// 0-100 index. /* 0-100 index */
static long ieee80211_translate_todbm(u8 signal_strength_index)
{ {
long signal_power; // in dBm. long signal_power; // in dBm.
......
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