From: Arend van Spriel Date: Thu, 9 Jun 2011 14:44:59 +0000 (+0200) Subject: staging: brcm80211: fix checkpatch errors from main.c X-Git-Tag: v3.1-rc1~232^2~550 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=835ef44c60bf36411dfaf37b43f5058214bbc016;p=pandora-kernel.git 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 Reviewed-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed