From: John Ledbetter Date: Thu, 9 Oct 2014 15:05:08 +0000 (-0400) Subject: staging: rtl8192e: Fix pointer type declaration style errors X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1086 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f8ddea02c1c8f42a7a88d5db8ebf045cb0e82fa;p=pandora-kernel.git staging: rtl8192e: Fix pointer type declaration style errors This fixes the following checkpatch.pl errors: drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1290 error: "foo* bar" should be "foo *bar" drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:1305 error: "foo * bar" should be "foo *bar" Signed-off-by: John Ledbetter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed