staging: brcm80211: fix checkpatch errors from main.c
authorArend van Spriel <arend@broadcom.com>
Thu, 9 Jun 2011 14:44:59 +0000 (16:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2011 20:02:43 +0000 (13:02 -0700)
commit835ef44c60bf36411dfaf37b43f5058214bbc016
tree725513fa6883b00b3894d0728610217c460ee278
parenta7c551bc9f8ac1c73536043c19ea8160c8b3549c
staging: brcm80211: fix checkpatch errors from main.c

The softmac source file main.c was passed through checkpatch to see
what issues against coding style are still present. This patch removes
the checkpatch errors listed below.

ERROR: trailing whitespace
+^Imemcpy(wlc->default_bss->rateset.rates, rs.rates, $
--
ERROR: spaces required around that ':' (ctx:VxV)
+       pval = arg ? (int *)arg:NULL;
--

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/main.c