[PATCH v3] staging: rtl8821ae: fix sparse warning for static declarations in rtl8821ae/stats.c

2014-08-22 Thread Hoang Tran
This patch fixes the following sparse warnings in rtl8821ae/stats.c drivers/staging/rtl8821ae/stats.c:62:6: warning: symbol 'rtl_translate_todbm' was not declared. Should it be static? drivers/staging/rtl8821ae/stats.c:101:6: warning: symbol 'rtl_process_ui_rssi' was not declared. Should it be s

[PATCH] staging: fix style in lustre_import.h

2014-08-22 Thread Spencer Baugh
This patch fixes style errors and warnings reported by scripts/checkpatch.pl Signed-off-by: Spencer Baugh --- .../staging/lustre/lustre/include/lustre_import.h | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/drivers/staging/lustre/lustre/include/lust

Re: [PATCH] staging: gs_fpgaboot: add bus_width module parameter

2014-08-22 Thread Cihangir Akturk
On Fri, Aug 22, 2014 at 11:14:09AM -0500, Greg KH wrote: > On Fri, Aug 22, 2014 at 02:16:02PM +0300, Cihangir Akturk wrote: > > This parameter allows the program bus width to be specified at > > module insertion time. > > Why? Who would set this? Why is it a module option and not a device > opti

RE: [PATCH net-next] hyperv: Add handling of IP header with option field in netvsc_set_hash()

2014-08-22 Thread Haiyang Zhang
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Friday, August 22, 2014 12:31 AM > To: Haiyang Zhang > Cc: net...@vger.kernel.org; KY Srinivasan; o...@aepfle.de; > jasow...@redhat.com; linux-ker...@vger.kernel.org; driverdev- > de...@linuxdriverproject.org >

[PATCH] socklnd: Code style fix (eudyptula challenge task 10)

2014-08-22 Thread Marco Cyriacks
Hi, I'm currently working on the eudyptula challenge and this is my first "kernel contribution" to pass task 10 of the challenge. The task was to fix one coding style error of a file in the drivers staging area. This patch was prepared on top of next-20140822. Please consider i

[PATCH] socklnd: Remove static initialization to NULL or 0

2014-08-22 Thread Marco Cyriacks
This patch fixes the following coding style issue: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Marco Cyriacks --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_modparams.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/lustre/l

Re: Cash Alert

2014-08-22 Thread © 2014 Heritage Lottery Board
2014 Heritage Lottery Board Congrats:You have won ( 500,000.00 Pounds )Contact Mr Williams Hunter: wu.transfer...@qq.com . Mobile:+447937683022 www.ikc.edu.tr ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.or

Re: [PATCH net-next,v3] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-22 Thread David Miller
From: Haiyang Zhang Date: Fri, 15 Aug 2014 19:18:19 + > When the buffer is too small for a packet from VMBus, a bigger buffer will be > allocated in netvsc_channel_cb() and retry reading the packet from VMBus. > Increasing this buffer size will reduce the retry overhead. > > Signed-off-by: H

Re: Cash Alert

2014-08-22 Thread © 2014 Heritage Lottery Board
2014 Heritage Lottery Board Congrats:You have won ( 500,000.00 Pounds )Contact Mr Williams Hunter: wu.transfer...@qq.com . Mobile:+447937683022 www.ikc.edu.tr ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.or

Re: Cash Alert

2014-08-22 Thread © 2014 Heritage Lottery Board
2014 Heritage Lottery Board Congrats:You have won ( 500,000.00 Pounds )Contact Mr Williams Hunter: wu.transfer...@qq.com . Mobile:+447937683022 www.ikc.edu.tr ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.or

[PATCH] Staging: netlogic: xlr_net.c Fixed code-style warnings

2014-08-22 Thread Chaitanya Hazarey
Fixed the following warning generated by checkpatch.pl: WARNING: Missing a blank line after declarations Signed-off-by: Chaitanya Hazarey --- drivers/staging/netlogic/xlr_net.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/netlogic/xlr_net.c b/drivers/staging/netlogic/xlr

Re: [PATCH] staging: gs_fpgaboot: add bus_width module parameter

2014-08-22 Thread Greg KH
On Fri, Aug 22, 2014 at 02:16:02PM +0300, Cihangir Akturk wrote: > This parameter allows the program bus width to be specified at > module insertion time. Why? Who would set this? Why is it a module option and not a device option? Adding module options is frowned apon if at all possible. thank

Re: [PATCH 5/8] of: Add of_graph_get_port_by_id function

2014-08-22 Thread Philipp Zabel
Hi Laurent, Thank you for the comments. Am Mittwoch, den 20.08.2014, 22:13 +0200 schrieb Laurent Pinchart: [...] > > + struct device_node *port = NULL; > > + int port_id; > > + > > + while (true) { > > + port = of_get_next_child(node, port); > > + if (!port) > > +

[PATCH] staging: gs_fpgaboot: add bus_width module parameter

2014-08-22 Thread Cihangir Akturk
This parameter allows the program bus width to be specified at module insertion time. Signed-off-by: Cihangir Akturk --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/stag

[PATCH] staging: rtl8192e: fixed coding style issues

2014-08-22 Thread Matthew Casey
Fixed missing blank line after declarations issues Signed-off-by: Matthew Casey --- drivers/staging/rtl8192e/dot11d.c | 1 + drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c | 1 + drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 16 +++ .../staging/rtl8192e/

[PATCH 4/4] staging: rtl8188eu: rtw_debug.h

2014-08-22 Thread Miguel Oliveira
Convert all rtw_proc_xxx references to rtw_sys_xxx in file include/rtw_debug.h Signed-off-by: Miguel Oliveira --- drivers/staging/rtl8188eu/include/rtw_debug.h | 227 +++-- 1 file changed, 98 insertions(+), 129 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw

[PATCH 3/4] staging: rtl8188eu: osdep_intf.h and usb_intf.c

2014-08-22 Thread Miguel Oliveira
Convert all rtw_proc_xxx references to rtw_sys_xxx in files include/osdep_intf.h and os_dep/usb_intf.c Signed-off-by: Miguel Oliveira --- drivers/staging/rtl8188eu/include/osdep_intf.h |4 ++-- drivers/staging/rtl8188eu/os_dep/usb_intf.c|2 +- 2 files changed, 3 insertions(+), 3 dele

[PATCH 2/4] staging: rtl8188eu: rtw_debug.c

2014-08-22 Thread Miguel Oliveira
Convert all rtw_proc_xxx references to rtw_sys_xxx Code with 62 WARNING: line over 80 characters, I'll write another patch to clean the whole file. Signed-off-by: Miguel Oliveira --- drivers/staging/rtl8188eu/core/rtw_debug.c| 640 + drivers/staging/rtl8188eu/includ

[PATCH 1/4] staging: rtl8188eu: os_intfs.c

2014-08-22 Thread Miguel Oliveira
void rtw_proc_remove_one(struct net_device *dev) { } void rtw_proc_init_one(struct net_device *dev) /* TODO: Convert these to /sys */ Converting the above from proc into debugfs. Convert all rtw_proc_xxx references to rtw_sys_xxx Signed-off-by: Miguel Oliveira --- drivers/staging/rtl8188eu/os