Skip to content

Commit

Permalink
rt2x00: checkpatch.pl error fixes for rt2x00dev.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Einon authored and John W. Linville committed Nov 15, 2010
1 parent 8a23903 commit c2361ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c2361ba

Please sign in to comment.