staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls
authorWilfried Klaebe <w-lkml@lebenslange-mailadresse.de>
Tue, 25 Mar 2014 17:59:39 +0000 (17:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2014 20:52:14 +0000 (13:52 -0700)
commitec03ab77cc2c39d115118fcd4fc11a5801cbb70e
treedb5601641aa5d7236e50ea6fe7f0777fd7bb5a81
parent29d1e7209e1866a1b6b686107cce9f5a9b886a53
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 <w-lkml@lebenslange-mailadresse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
This page took 0.024366 seconds and 5 git commands to generate.