From: Jade Bilkey Date: Mon, 17 Mar 2014 23:45:24 +0000 (-0400) Subject: staging: bcm: Fix checkpatch errors X-Git-Tag: v3.15-rc1~139^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb516bdd867123411e844617931387bcd3d8e69;p=pandora-kernel.git staging: bcm: Fix checkpatch errors This patch fixes the following checkpatch errors: ERROR: space prohibited after that '&' (ctx:WxW) + memcpy((PVOID) & pstHostMibs-> ^ ERROR: space prohibited after that '&' (ctx:WxW) + (PVOID) & Adapter-> ^ ERROR: space prohibited after that '&' (ctx:WxW) + memcpy((PVOID) & pstHostMibs->astSFtable[nSfIndex], ^ ERROR: space prohibited after that '&' (ctx:WxW) + (PVOID) & Adapter->PackInfo[nSfIndex], ^ Signed-off-by: Jade Bilkey Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed