On Wed, Jul 16, 2014 at 03:19:42PM +0200, Vincent Bernat wrote:
> This includes:
> - keep "else" on the same line as the closing brace
> - don't use "else" after "return"
> - don't issue a message for an out-of-memory error
> - blank line after a declaration
>
> Signed-off-by: Vincent Bernat
On Fri, Aug 08, 2014 at 09:39:21AM +, Zengtao (B) wrote:
> From: Zeng Tao
>
> Date: Tue, 5 Aug 2014 17:58:10 +0800
> Subject: [PATCH] drivers: android: fix watermark when cma enabled
>
> when cma is enabled, the watermark caculation will
> include the cma pages, while it can't use cma pages.
On Sat, Aug 09, 2014 at 01:55:19AM +0200, Martin Berglund wrote:
> On Fri, Aug 08, 2014 at 06:47:25AM -0700, Greg Kroah-Hartman wrote:
> > On Fri, Aug 08, 2014 at 09:07:55AM +0200, Martin Berglund wrote:
> > > On Thu, Aug 07, 2014 at 07:18:13PM -0700, Greg Kroah-Hartman wrote:
> > > > On Thu, Aug 0
On Fri, Aug 01, 2014 at 01:07:05PM -0700, H Hartley Sweeten wrote:
> For aesthetics, add some whitespace to the declaration.
>
> Signed-off-by: H Hartley Sweeten
> Reviewed-by: Ian Abbott
> ---
> drivers/staging/comedi/drivers/amplc_dio200.c | 14 +++---
> 1 file changed, 7 insertions(+
On Sat, Aug 02, 2014 at 08:06:38PM +0900, Seunghun Lee wrote:
> Remove some unused code.
>
> CC: Lidza Louina
> CC: Mark Hounschell
> Signed-off-by: Seunghun Lee
> ---
> drivers/staging/dgnc/dgnc_cls.c| 72 +-
> drivers/staging/dgnc/dgnc_driver.c | 39 +-
> drivers/staging/
On Sun, Aug 03, 2014 at 10:45:36PM +0200, Martin Kepplinger wrote:
> This fixes sparse errors where 0 is used for non-integers.
>
> Signed-off-by: Martin Kepplinger
> ---
> applies to -next20140802
Someone else already did this same change, sorry :(
greg k-h
On Wed, Aug 06, 2014 at 10:42:51PM +0530, Srikrishan Malik wrote:
> Fixes following checkpatch warning:
>
> WARNING: space prohibited between function name and open parenthesis '('
>
> Signed-off-by: Srikrishan Malik
Can you redo this whole series, based on the comments you have recieved?
than
On Tue, Aug 05, 2014 at 09:03:48PM +0100, Miguel Oliveira wrote:
> Fix sparse warning:
> drivers/staging/rtl8188eu/hal/HalPhyRf_8188e.c:25:4: warning: symbol
> 'ODM_GetRightChnlPlaceforIQK' was not declared. Should it be static?
> by making it static since it's only used once.
>
> Signed-off-by:
On Tue, Aug 05, 2014 at 02:23:24PM +0200, Matthias Beyer wrote:
> Signed-off-by: Matthias Beyer
> ---
> drivers/staging/bcm/Bcmchar.c | 56
> ---
> 1 file changed, 31 insertions(+), 25 deletions(-)
I'm confused, I have 2 series here from you, and I don't
On Sun, Aug 03, 2014 at 09:28:20PM +0200, Martin Kepplinger wrote:
> Use the common kernel coding style, so don't use C99 // comments.
> If too long, where reasonable, they are shortened as well.
>
> Some old internal comments about date and author of changes are
> removed.
>
> This provides a mo
On Sun, Aug 03, 2014 at 05:20:58PM -0700, Hans Wennborg wrote:
> Signed-off-by: Hans Wennborg
> ---
> drivers/staging/rtl8192ee/pci.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
This patch fails to apply to my tree :(
___
devel maili
On Fri, Aug 08, 2014 at 06:26:22PM +0200, Benedict Boerger wrote:
> drivers: staging: lustre: fix sparse warning: symbol XYZ was
> not declared. Should it be static?
>
> This was done by declaring them static. This could be done because the
> functions
> were used only in this file.
>
> Deleted
On Fri, Aug 08, 2014 at 12:05:38PM +0300, Dan Carpenter wrote:
> On Thu, Aug 07, 2014 at 11:37:51PM +0200, Adrian Remonda wrote:
> > This patch clear some code that was not doing any help.
> > Pointed out by Larry.Finger
> >
>
> The patch is fine but the changelog doesn't inpsire confidence. It
On Mon, Aug 04, 2014 at 02:18:43PM +0100, Ian Abbott wrote:
> On 2014-08-01 22:18, H Hartley Sweeten wrote:
> >Now that the comedi_device has a 'mmio' and a 'iobase' member, this module
> >can detect if the (*io) operations need to use readb/writeb for memory mapped
> >I/O or inb/outb for port I/O.
On Mon, Aug 04, 2014 at 02:54:48PM +0200, Christoph Jaeger wrote:
> Signed-off-by: Christoph Jaeger
> ---
> drivers/staging/ozwpan/ozproto.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/ozwpan/ozproto.h
> b/drivers/staging/ozwpan/ozproto.h
> index
On Sat, Aug 09, 2014 at 12:05:24AM -0700, Ovidiu Toader wrote:
> This minor patch motivated by eudyptula challenge fixes the following
> warnings issued
> by `sparse' in drivers/staging/rtl8192u/r8192U_wx.c:
> .../r8192U_wx.c:27:5: warning: symbol 'rtl8180_rates' was not declared.
> Should it b
On Tue, Aug 05, 2014 at 07:44:23PM +0530, ganes...@broadcom.com wrote:
> From: Ganesan Ramalingam
>
> Cop2 save and restore function names are changed, added that change
I can't understand this sentance, what does it mean?
What compilation error? Where is it broken, in Linus's tree now?
Somewh
On Tue, Aug 05, 2014 at 11:57:06PM +0100, Mark Einon wrote:
> Fix two reported bugs, caused by et131x_adapter->phydev->addr being accessed
> before it is initialised, by:
>
> - letting et131x_mii_write() take a phydev address, instead of using the one
> stored in adapter by default. This is so e
On Thu, Aug 07, 2014 at 01:21:25PM +1000, Artemiy Volkov wrote:
> This patch fixes the checkpatch.pl 'Missing a blank line after declarations'
> warning in speakup_soft.c.
>
> Signed-off-by: Artemiy Volkov
> ---
> drivers/staging/speakup/speakup_soft.c | 3 +++
> 1 file changed, 3 insertions(+)
❦ 9 août 2014 20:34 -0700, Greg Kroah-Hartman :
>> This includes:
>> - keep "else" on the same line as the closing brace
>> - don't use "else" after "return"
>
>> - don't issue a message for an out-of-memory error
>> - blank line after a declaration
>>
>> Signed-off-by: Vincent Bernat
>>
On Sat, Aug 09, 2014 at 08:22:48PM +, Junien Fridrick wrote:
> Sorry for the noise, this is part of task 10 of the Eudyptula Challenge.
It's not noise at all, but it's not needed in the changelog comment, as
was pointed out.
Can you resend without this line, and actually say _what_ coding sty
On Sun, Aug 10, 2014 at 02:16:04PM +0200, Vincent Bernat wrote:
> ❦ 9 août 2014 20:34 -0700, Greg Kroah-Hartman :
>
> >> This includes:
> >> - keep "else" on the same line as the closing brace
> >> - don't use "else" after "return"
> >
> >> - don't issue a message for an out-of-memory error
Hi,
this is the requested resend of my patchset on the
drivers/staging/bcm/Bcmchar.c
file where I do rename variables.
Please note, as always: As I do not have the appropriate hardware, I'm
not able to test these patches. I compiled them at least.
Kind regards,
Matthias Beyer
Matthias Bey
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 56 ---
1 file changed, 31 insertions(+), 25 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index c1e01f7..aff21d0 100644
--- a/drivers/staging/bcm/B
Renamed variable "PktLen" -> "pkt_len" in bcm_char_read().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 1481074..36c7b27 100644
--
Renamed variable "pReadData" -> "read_data" in
bcm_handle_nvm_read_cmd()
handle_flash2x_adapter()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/dr
Renamed variable "pTarang" -> "tarang" in
bcm_char_open()
bcm_char_release()
bcm_char_read()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 46 +--
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/drivers/stag
Renamed variable "ulDSDMagicNumInUsrBuff" ->
"dsd_magic_num_in_usr_buff" in handle_flash2x_adapter().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmc
Renamed variable "stNVMReadWrite" -> "nvm_rw" in
bcm_handle_nvm_read_cmd()
handle_flash2x_adapter()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drive
Renamed variable "Packet" -> "packet" in bcm_char_read().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 36c7b27..40433da 1006
Renamed variable "Status" -> "status" in
bcm_handle_nvm_read_cmd()
handle_flash2x_adapter()
bcm_char_ioctl_reg_read_private()
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_eeprom_reg_read()
bcm_char_ioctl_gpio_set_request()
Signed
Renamed variable "Adapter" -> "ad" in
bcm_handle_nvm_read_cmd()
handle_flash2x_adapter()
bcm_char_open()
bcm_char_release()
bcm_char_read()
bcm_char_ioctl_reg_read_private()
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_eep
On Sat, Aug 09, 2014 at 08:16:37PM +0200, Konrad Zapalowicz wrote:
> This commit binds global variables of dgnc driver in a structure so
> that it is logically consistent. The structure is accessed via getter
> function and as a result the externing of globals is removed. The names
> of the variabl
Renamed variable "sWrmBuffer" -> "wrm_buff" in
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_eeprom_reg_read()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/drive
Renamed variable "Bufflen" -> "buff_len" in
bcm_char_ioctl_reg_read_private().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 7eac
Renamed variable "sRdmBuffer" -> "rdm_buff" in
bcm_char_ioctl_reg_read_private()
bcm_char_ioctl_reg_write_private()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/drivers/stag
Renamed variable "IoBuffer" -> "io_buff" in
bcm_char_ioctl_reg_read_private()
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_eeprom_reg_read()
bcm_char_ioctl_gpio_set_request()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmcha
Renamed variable "uiOperation" -> "operation" in
bcm_char_ioctl_gpio_set_request().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 6ae95d
Renamed variable "ucResetValue" -> "reset_val" in
bcm_char_ioctl_gpio_set_request().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 062
Renamed variable "uiTempVar" -> "tmp" in
bcm_char_ioctl_reg_write_private()
bcm_char_ioctl_eeprom_reg_read()
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/drivers/staging
Renamed variable "uiBit" -> "bit" in bcm_char_ioctl_gpio_set_request().
Signed-off-by: Matthias Beyer
---
drivers/staging/bcm/Bcmchar.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index c63eb37..6a
On Sat, 9 Aug 2014, Greg KH wrote:
On Thu, Aug 07, 2014 at 01:21:25PM +1000, Artemiy Volkov wrote:
This patch fixes the checkpatch.pl 'Missing a blank line after declarations'
warning in speakup_soft.c.
Signed-off-by: Artemiy Volkov
---
drivers/staging/speakup/speakup_soft.c | 3 +++
1 fi
Use the common kernel coding style, so don't use C99 // comments
in r8192U_core.c If too long, where reasonable, they are shortened
as well.
Some old internal comments about date and author of changes are
removed.
This provides a more consistent view and hopefully encourages to
look at it.
Signe
On Sat, Aug 09, 2014 at 08:36:55PM -0700, Greg Kroah-Hartman wrote:
> On Sat, Aug 09, 2014 at 01:55:19AM +0200, Martin Berglund wrote:
> > On Fri, Aug 08, 2014 at 06:47:25AM -0700, Greg Kroah-Hartman wrote:
> > > On Fri, Aug 08, 2014 at 09:07:55AM +0200, Martin Berglund wrote:
> > > > On Thu, Aug 0
On Sat, Aug 09, 2014 at 09:32:22PM -0700, Greg KH wrote:
> On Wed, Aug 06, 2014 at 10:42:51PM +0530, Srikrishan Malik wrote:
> > Fixes following checkpatch warning:
> >
> > WARNING: space prohibited between function name and open parenthesis '('
> >
> > Signed-off-by: Srikrishan Malik
>
> Can y
Using rtl8188ee's (drivers/net/wireless/rtlwifi/rtl8188ee/fw.c) neat and clean
firmware initialization code to replace rtl8188eu's messy firmware
initialization code.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/Makefile|1 +
drivers/staging/rtl8188eu/hal/fw.c
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c | 25
.../staging/rtl8188eu/include/odm_RegConfig8188E.h |3 ---
2 files changed, 28 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c
b/drivers/staging/rtl8
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c | 19 ---
.../staging/rtl8188eu/include/odm_RegConfig8188E.h |6 --
2 files changed, 25 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c
b/drivers/staging/
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c |8
drivers/staging/rtl8188eu/include/odm_RegConfig8188E.h |2 --
2 files changed, 10 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c
b/drivers/staging/rtl8188eu
Cleanup and consolidate Baseband configuration related code in
HalHWImg8188E_BB.c file.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/HalHWImg8188E_BB.c | 474 ++--
drivers/staging/rtl8188eu/hal/odm_HWConfig.c | 15 -
drivers/staging/rtl8188eu/hal/rtl8
Cleanup and consolidate RF configuration related code in
HalHWImg8188E_RF.c file.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/HalHWImg8188E_RF.c | 269
drivers/staging/rtl8188eu/hal/odm_HWConfig.c | 14 -
drivers/staging/rtl8188eu/hal/rtl8188e_p
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c | 120 ++--
drivers/staging/rtl8188eu/hal/odm_HWConfig.c |7 --
drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c| 37 --
drivers/staging/rtl8188eu/hal/usb_halinit.c| 1
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c| 36 ---
drivers/staging/rtl8188eu/include/rtw_iol.h |1 -
2 files changed, 37 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/rtw_iol.
driver doesn't require these files anymore.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/Makefile |1 -
drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c | 86
.../staging/rtl8188eu/include/odm_RegConfig8188E.h | 32
drivers/st
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c| 44
drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h |2 -
2 files changed, 46 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c
b/drivers/staging/rtl8188eu
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 11 ---
1 file changed, 11 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
index 49e1825..161ad76 100644
--- a/driver
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c| 13 -
drivers/staging/rtl8188eu/include/rtw_iol.h |1 -
2 files changed, 14 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/rtw_iol.c
index 5401f7
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c|5 -
drivers/staging/rtl8188eu/include/rtw_iol.h |3 ---
2 files changed, 8 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/rtw_iol.c
index ebc228d..4527
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c| 14 --
drivers/staging/rtl8188eu/include/rtw_iol.h |4
2 files changed, 18 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/rtw_iol.c
index cd
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c| 17 -
drivers/staging/rtl8188eu/include/rtw_iol.h |2 --
2 files changed, 19 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/rtw_iol.c
index 5
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 32 -
drivers/staging/rtl8188eu/include/rtl8188e_hal.h |1 -
2 files changed, 33 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188e
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c| 16
drivers/staging/rtl8188eu/include/rtw_iol.h |2 --
2 files changed, 18 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/rtw_iol.c
index 45
rtl8188e_IOL_exec_cmds_sync() is a unused function.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/hal_intf.c | 10 ---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 32 -
drivers/staging/rtl8188eu/include/hal_intf.h |7 -
3
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|2 +-
drivers/staging/rtl8188eu/include/rtw_efuse.h |1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index 16525b0..50b1332 100644
--- a/drivers/stag
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_iol.h | 23 ---
1 file changed, 23 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_iol.h
b/drivers/staging/rtl8188eu/include/rtw_iol.h
index 8ebdddb..68aae7f 100644
--- a/drivers/staging
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_iol.c| 63 ---
drivers/staging/rtl8188eu/include/rtw_iol.h | 18
2 files changed, 81 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/r
Cleaned all C99 comments related warnings
Signed-off-by :Avinash Kumar
Signed-off-by: Avinash kumar
---
drivers/staging/vt6655/wpactl.c | 40 +++
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/drivers/staging/vt6655/wpactl.c b/drivers/stag
This is the part of eudyptula task-10.This is a patch to the prism2mgmt.c file
that fixes up warning break is not useful after a goto or return found in
checkpatch.pl tool.
Signed-off-by: Jeshwanth Kumar N K
---
drivers/staging/wlan-ng/prism2mgmt.c | 3 ---
1 file changed, 3 deletions(-)
diff
This is a patch to the hal/rtl8188eu_recv.c file that fixes up a "line
over 80 characters" warning found by the checkpatch.pl tool.
Signed-off-by: Adrian Remonda
---
drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 28 +-
1 file changed, 18 insertions(+), 10 deletions(-)
This patch removes some unneeded code.
1) kzalloc() allocates 4 extra bytes so that we can align the return
value. But actually the return value is already aligned so we can
remove the + 4 and the call to N_BYTE_ALIGMENT().
2) The memset() isn't needed because kzalloc() zeroes the allocation
On 08/10, Greg KH wrote:
> On Sat, Aug 09, 2014 at 08:16:37PM +0200, Konrad Zapalowicz wrote:
> > This commit binds global variables of dgnc driver in a structure so
> > that it is logically consistent. The structure is accessed via getter
> > function and as a result the externing of globals is re
Fix two reported bugs, caused by et131x_adapter->phydev->addr being accessed
before it is initialised, by:
- letting et131x_mii_write() take a phydev address, instead of using the one
stored in adapter by default. This is so et131x_mdio_write() can use it's own
addr value.
- removing implement
Do you have this hardware ? And did you test this ?
How can you cc stable without an Tested by somebody else ?
On Mon, Aug 11, 2014 at 12:16 AM, Mark Einon wrote:
> Fix two reported bugs, caused by et131x_adapter->phydev->addr being accessed
> before it is initialised, by:
>
> - letting et131x_m
Coding style issue reported by checkpatch.pl
Signed-off-by: Junien Fridrick
---
This patch is part of task 10 of the eudyptula challenge
Applies to next-20140808
v2 : fixed patch short summary and description
drivers/staging/lustre/lustre/llite/remote_perm.c | 2 +-
1 file changed, 1 insertion
From: Zeng Tao
Date: Tue, 5 Aug 2014 17:58:10 +0800
Subject: [PATCH] drivers: android: fix watermark when cma enabled
when cma is enabled, the watermark caculation will include the cma pages, while
it can't use cma pages.
this will cause oom while lowmemory killer don't work.
Signed-off-by: Zen
This minor patch motivated by eudyptula challenge fixes the following warnings
issued
by `sparse' in drivers/staging/rtl8192u/r8192U_wx.c:
.../r8192U_wx.c:27:5: warning: symbol 'rtl8180_rates' was not declared. Should
it be static?
.../r8192U_wx.c:961:22: warning: symbol 'r8192_get_wireless_st
> -Original Message-
> From: Greg KH [mailto:gre...@linuxfoundation.org]
> > > >
> > > > IMO the most feasible and need-the-least-change solution may be:
> > > > the hyperv network VSC driver passes the event
> > > > RNDIS_STATUS_NETWORK_CHANGE to the udev daemon?
> > > >
> > > No, don't do
On 08/09/2014 09:23 PM, Greg KH wrote:
On Sun, Aug 03, 2014 at 05:20:58PM -0700, Hans Wennborg wrote:
Signed-off-by: Hans Wennborg
---
drivers/staging/rtl8192ee/pci.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
This patch fails to apply to my tree :(
Sorry about that. I'
Re-sending patch based off of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/staging
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Signed-off-by: Hans Wennborg
---
drivers/staging/rtl8192ee/pci.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8192ee/pci.c b/drivers/staging/rtl8192ee/pci.c
index 0215aef..349e636 100644
--- a/drivers/staging/rtl8192ee/pci.c
+++ b/drivers/staging/rt
> -Original Message-
> From: Dexuan Cui
> Sent: Monday, August 11, 2014 11:24 AM
> Now I understand it's not good to pass the event to the udev daemon,
> and it's not good to use a SLEEP(10s) in the kernel space(even if it's in a
> "work" task here).
>
> Please let me know if it's the corr
Le 10/08/2014 20:23, Dexuan Cui a écrit :
-Original Message-
From: Greg KH [mailto:gre...@linuxfoundation.org]
IMO the most feasible and need-the-least-change solution may be:
the hyperv network VSC driver passes the event
RNDIS_STATUS_NETWORK_CHANGE to the udev daemon?
No, don't do t
On Sun, 10 Aug 2014, Florian Fainelli wrote:
> Le 10/08/2014 20:23, Dexuan Cui a écrit :
> >> -Original Message-
> >> From: Greg KH [mailto:gre...@linuxfoundation.org]
> >
> > IMO the most feasible and need-the-least-change solution may be:
> > the hyperv network VSC driver pas
On Mon, Aug 11, 2014 at 12:32:55AM +0300, Anca Emanuel wrote:
> Do you have this hardware ? And did you test this ?
Mark is the maintainer of this driver, I assume he has the hardware, if
not, I don't care, I trust him :)
> How can you cc stable without an Tested by somebody else ?
Since when is
On Sun, Aug 10, 2014 at 09:19:15PM +0200, Konrad Zapalowicz wrote:
> On 08/10, Greg KH wrote:
> > On Sat, Aug 09, 2014 at 08:16:37PM +0200, Konrad Zapalowicz wrote:
> > > This commit binds global variables of dgnc driver in a structure so
> > > that it is logically consistent. The structure is acce
On Mon, Aug 11, 2014 at 12:10:37AM +0530, Jeshwanth Kumar N K wrote:
> This is the part of eudyptula task-10.This is a patch to the prism2mgmt.c
> file that fixes up warning break is not useful after a goto or return found
> in checkpatch.pl tool.
That's a really long single line, please fix it
On Sun, Aug 10, 2014 at 11:28:55PM +0530, Avinash kumar wrote:
> Cleaned all C99 comments related warnings
>
> Signed-off-by :Avinash Kumar
>
> Signed-off-by: Avinash kumar
Why is this line twice in here, the first one has the ':' in the wrong
place.
Please resend with it the line only once i
On Sun, Aug 10, 2014 at 10:56:38PM +1000, Artemiy Volkov wrote:
>
>
> On Sat, 9 Aug 2014, Greg KH wrote:
>
> >On Thu, Aug 07, 2014 at 01:21:25PM +1000, Artemiy Volkov wrote:
> >>This patch fixes the checkpatch.pl 'Missing a blank line after
> >>declarations' warning in speakup_soft.c.
> >>
> >>
Cleaned all C99 comments related warnings
Signed-off-by: Avinash kumar
---
drivers/staging/vt6655/wpactl.c | 40 +++
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/drivers/staging/vt6655/wpactl.c b/drivers/staging/vt6655/wpactl.c
index 8392
90 matches
Mail list logo