]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
rt2x00: checkpatch.pl error fixes for rt2x00dev.c
authorMark Einon <mark.einon@gmail.com>
Sat, 6 Nov 2010 14:46:36 +0000 (15:46 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:26:25 +0000 (13:26 -0500)
rt2x00dev.c:689: ERROR: spaces required around that '=' (ctx:WxV)

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00dev.c

index 0f34d996975b7e8ac2fc71c22d485deadfb685fc..5793afef1c08bceaac0890d04dcd3b883b7cb089 100644 (file)
@@ -686,7 +686,7 @@ static void rt2x00lib_rate(struct ieee80211_rate *entry,
 {
        entry->flags = 0;
        entry->bitrate = rate->bitrate;
-       entry->hw_value =index;
+       entry->hw_value = index;
        entry->hw_value_short = index;
 
        if (rate->flags & DEV_RATE_SHORT_PREAMBLE)