Re: [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS

2014-05-11 Thread Wilfried Klaebe
Am Sun, May 11, 2014 at 01:13:47PM +0530 schrieb Anish Khurana: > SET_ETHTOOL_OPS is equivalent to : > #define SET_ETHTOOL_OPS(netdev,ops) \ > ( (netdev)->ethtool_ops = (ops) ) > > how it makes difference removing this code and replacing with the > code mentioned ? It doesn't change anything

Re: [PATCH] staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls

2014-03-25 Thread Wilfried Klaebe
Am Tue, Mar 25, 2014 at 11:51:45AM -0700 schrieb Greg KH: > On Tue, Mar 25, 2014 at 06:36:18PM +0000, Wilfried Klaebe wrote: > > Am Tue, Mar 25, 2014 at 11:17:49AM -0700 schrieb Greg KH: > > > On Tue, Mar 25, 2014 at 05:59:39PM +0000, Wilfried Klaebe wrote: > > > &

Re: [PATCH] staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls

2014-03-25 Thread Wilfried Klaebe
Am Tue, Mar 25, 2014 at 11:17:49AM -0700 schrieb Greg KH: > On Tue, Mar 25, 2014 at 05:59:39PM +0000, Wilfried Klaebe wrote: > > staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls > > > > It looks like someone did a search-and-replace on that driver, putt

[PATCH] staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls

2014-03-25 Thread Wilfried Klaebe
some different length than the fixed string argument. These things result in code not working as intended. Fix that. Signed-off-by: Wilfried Klaebe --- diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c index 4ad80ae..aef393b 100644 --- a/