From: Devendra Naga Date: Sun, 23 Sep 2012 16:57:23 +0000 (-0400) Subject: staging: rtl8712: fix foo* bar (foo*) errors reported by checkpatch X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53176607a470092ad62a2268860308f441e493cd;p=pandora-kernel.git staging: rtl8712: fix foo* bar (foo*) errors reported by checkpatch fixes the following errors: drivers/staging/rtl8712/rtl871x_security.c:61: ERROR: "foo * bar" should be "foo *bar" drivers/staging/rtl8712/rtl871x_security.c:291: ERROR: "foo * bar" should be "foo *bar" drivers/staging/rtl8712/rtl871x_security.c:323: ERROR: "foo * bar" should be "foo *bar" drivers/staging/rtl8712/rtl871x_security.c:1371: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed