]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
airo warning fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 28 May 2008 19:40:39 +0000 (12:40 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Jun 2008 19:57:10 +0000 (15:57 -0400)
commitb212f3378a9cfca4da52d7c7e6f79ead8ec287fc
tree9e055d8c9bba11344d13edfc6ff3407e850ce8f4
parent48e6c51bd326ce9faf07fbdf84d361c9755b7035
airo warning fix

WARNING: space prohibited between function name and open parenthesis '('
#22: FILE: drivers/net/wireless/airo.c:2907:
+ while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) && (delay < 10000)) {

total: 0 errors, 1 warnings, 8 lines checked

./patches/wireless-airo-waitbusy-wont-delay.patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Dan Williams <dcbw@redhat.com>
Cc: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/airo.c