From: Wilfried Klaebe Date: Tue, 25 Mar 2014 17:59:39 +0000 (+0000) Subject: staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls X-Git-Tag: omap-for-v3.16/pm-signed~80^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec03ab77cc2c39d115118fcd4fc11a5801cbb70e;p=pandora-kernel.git staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls It looks like someone did a search-and-replace on that driver, putting spaces before "=" characters, without checking this is OK everywhere. Also, in some places, there's memcpm()s/strncmp()s checking for some different length than the fixed string argument. These things result in code not working as intended. Fix that. Signed-off-by: Wilfried Klaebe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed