]> git.baikalelectronics.ru Git - kernel.git/commit
staging/vt6656: Fix screwed up indentation in swGetOFDMControlRate
authorDave Jones <davej@redhat.com>
Thu, 5 Sep 2013 04:00:52 +0000 (00:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:39:27 +0000 (07:39 -0700)
commit59c4c397d43a7f1140e69dd52bf1382144ffae77
tree61500a18b90afb5c64c050a107ac38256e9b1fd1
parentf5a9eff2e7bb9cfc6c26d71dd551a18322abc3f3
staging/vt6656: Fix screwed up indentation in swGetOFDMControlRate

The indentation in the swGetOFDMControlRate function is screwed up.
At first it appears that there are missing braces on a multi-line if, but
looking at history, commit 3f888710dfb6124a5cdd38135006c34a6bbbe4e8
("staging: vt6656: card/main_usb/device use new structure names")
incorrectly indented the two lines below.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/card.c