Fix comments to use trailing */ on separate lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 26b539b..c7f02c7 100644
--- a/dri
Hello,
Should I send this patch again due the spelling mistake in the patch
description?
Thanks,
Shalin
On Mon, Feb 15, 2016 at 6:51 PM, Drokin, Oleg wrote:
>
> On Feb 14, 2016, at 10:37 PM, Shalin Mehta wrote:
>
>> The parentehsis are fixed in the macro for the ldlm lock to set and
>> clear th
There was a use-after-free problem in the ion driver.
The problem is detected as an unaligned access in the
spin lock functions since it uses load exclusive
instruction. In some cases it corrupts the slub's
free pointer which causes a unaligned access to the
next free pointer.(thus the kmalloc fu
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with
FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you
regarding an extremely important and urgent matter. If you would oblige me the
opportunity, I shall provide you with details upon your respons
From: Lisa Du
There's one point was missed in the patch commit da49889deb34 ("staging:
binder: Support concurrent 32 bit and 64 bit processes."). When configure
BINDER_IPC_32BIT, the size of binder_uintptr_t was 32bits, but size of
void * is 64bit on 64bit system. Correct it here.
Signed-off-by:
On Tue, 16 Feb 2016, Greg Kroah-Hartman wrote:
> On Tue, Feb 16, 2016 at 05:37:05PM +0800, Xishi Qiu wrote:
> > Currently tasksize in lowmem_scan() only calculate rss, and not include
> > swap.
> > But usually smart phones enable zram, so swap space actually use ram.
>
> Yes, but does that matte
> -Original Message-
> From: Bjorn Helgaas [mailto:helg...@kernel.org]
> Sent: Tuesday, February 16, 2016 2:44 PM
> To: Jake Oshins
> Cc: bhelg...@google.com; linux-...@vger.kernel.org;
> gre...@linuxfoundation.org; KY Srinivasan ; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.
On Tue, Feb 16, 2016 at 09:46:55PM +, Jake Oshins wrote:
> > -Original Message-
> > From: Bjorn Helgaas [mailto:helg...@kernel.org]
> > Sent: Tuesday, February 16, 2016 8:46 AM
> > To: Jake Oshins
> > Cc: bhelg...@google.com; linux-...@vger.kernel.org;
> > gre...@linuxfoundation.org; K
Clean up includes.
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 22 --
1 file changed, 4 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 010b861..3165849 100644
Delete redundant blank lines.
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 21 -
1 file changed, 21 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index eaf6ded..91fce2c 100644
--- a/
Make driver name to match the file name.
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 68e42fe..1ec8906 100644
-
Add spaces around operator to improve readability.
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/o
Some if branches are missing braces as required by coding style.
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-h
Switch to use kernel types:
uint64_t -> u64
uint32_t -> u32
uint16_t -> u16
uint8_t -> u8
int8_t -> s8
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 75 +++--
drivers/staging/octeon-usb/octeon-hcd.h | 536 -
Delete space after cast.
Signed-off-by: Aaro Koskinen
---
drivers/staging/octeon-usb/octeon-hcd.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c
b/drivers/staging/octeon-usb/octeon-hcd.c
index 2872653..010b861 100644
--- a/dri
And a space after include keyword, making the preprocessor more
readable, and remove an unexpected space between a type and variable
name.
Signed-off-by: Colin Vidal
---
drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/stagi
Jump a new line after and operator of the test. It avoids to exceed 80
chars line, and remove a checkpatch warning.
Signed-off-by: Colin Vidal
---
drivers/staging/rtl8188eu/core/rtw_iol.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol
As FSF address changed in the past, and can change in the future,
remove the address paragraph in the comment header, and avoid a warning
of checkpatch.
Signed-off-by: Colin Vidal
---
drivers/staging/rtl8188eu/core/rtw_iol.c | 4
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/
Remove a checkpatch warning, putting constant operant on right of two tests.
Signed-off-by: Colin Vidal
---
drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c
b/drivers/staging/rtl8188eu/core/
On Wed, Feb 17, 2016 at 02:00:58AM +0530, Shraddha Barke wrote:
> Delete the BUG_ON check.
>
> Signed-off-by: Shraddha Barke
> ---
> Changes in v3-
> Deleted BUG_ON
> Changes in v2-
> Nothing
>
> drivers/staging/gdm72xx/gdm_wimax.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/dr
From: Jake Oshins
This patch adds a second way of finding an IRQ domain associated with
a root PCI bus. After looking to see if one can be found through
the OF tree, it attempts to look up the IRQ domain through an
fwnode_handle stored in the pci_sysdata struct.
Signed-off-by: Jake Oshins
---
From: Jake Oshins
This patch introduces a new driver which exposes a root PCI bus whenever a
PCI Express device is passed through to a guest VM under Hyper-V. The
device can be single- or multi-function. The interrupts for the devices
are managed by an IRQ domain, implemented within the driver.
From: Jake Oshins
This version incorporates more feedback from Bjorn Helgaas. Most notably,
I removed some debugging code and I consistently used architectural
means for getting the PCI domain instead of just reaching into the sysdata.
This is a resend of patches that enable PCI pass-through wi
From: Jake Oshins
This patch adds an fwnode_handle to struct pci_sysdata, which is
used by the next patch in the series when trying to locate an
IRQ domain associated with a root PCI bus.
Signed-off-by: Jake Oshins
---
arch/x86/include/asm/pci.h | 15 +++
include/linux/pci.h
> -Original Message-
> From: Bjorn Helgaas [mailto:helg...@kernel.org]
> Sent: Tuesday, February 16, 2016 8:46 AM
> To: Jake Oshins
> Cc: bhelg...@google.com; linux-...@vger.kernel.org;
> gre...@linuxfoundation.org; KY Srinivasan ; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.
On Wed, Feb 17, 2016 at 01:11:26AM +0530, Shraddha Barke wrote:
> Replace the usage of BUG_ON with WARN_ON.
>
> Signed-off-by: Shraddha Barke
> ---
> Changes in v2-
> No change
>
> drivers/staging/gdm72xx/gdm_wimax.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dri
Fix a driver hang caused by earlier suspend/resume cycles. By handling a
ENODEV error during suspend as a real error we eventually end up stopping
the whole driver.
Fix this by handling the ENODEV error (during suspend) essentially by
retrying.
Signed-off-by: Hemmo Nieminen
---
drivers/staging/
Delete the BUG_ON check.
Signed-off-by: Shraddha Barke
---
Changes in v3-
Deleted BUG_ON
Changes in v2-
Nothing
drivers/staging/gdm72xx/gdm_wimax.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
b/drivers/staging/gdm72xx/gdm_wimax.c
index 859880c..5d
Add missing spaces around "+", "&" and "/" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
Changes in v2-
Subject
Changes in v3-
Fix 80 line.
drivers/staging/gdm72xx/gdm_qos.c | 12 ++--
drivers/staging/gdm72xx/gdm_sdio.c | 4 ++--
No need for the parentheses around any function pointer.
Detected using checkpatch.
Signed-off-by: Shraddha Barke
---
Changes in v2 and v3-
Nothing.
drivers/staging/gdm72xx/gdm_wimax.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
Add missing spaces around "+", "&" and "|" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
Changes in v2 and v3-
No change.
drivers/staging/gdm72xx/hci.h | 2 +-
drivers/staging/gdm72xx/netlink_k.c | 6 +++---
drivers/staging/gdm72xx/sdi
This patch series fixes last of checkpatch warnings in gdm72xx.
Shraddha Barke (4):
Staging: gdm72xx: Add space around that "+", "&" and "|"
Staging: gdm72xx: Add space around that "+", "&" and "/"
Staging: gdm72xx: Remove unnecessary parenthesis around function
pointer
Staging: gdm72x
From: Haiyang Zhang
Date: Tue, 9 Feb 2016 15:31:34 +
> 1) I share your concern as well. Is there a universal way to immediately
> trigger
> DHCP renew of all current and future daemons with a single event from kernel?
> If not, can we put the delay (RNDIS_STATUS_NETWORK_CHANGE only) into a
On Wed, Feb 17, 2016 at 12:55:47AM +0530, Shraddha Barke wrote:
> Replace the usage of BUG_ON with WARN_ON.
>
> Signed-off-by: Shraddha Barke
> ---
> drivers/staging/gdm72xx/gdm_wimax.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
Replace the usage of BUG_ON with WARN_ON.
Signed-off-by: Shraddha Barke
---
Changes in v2-
No change
drivers/staging/gdm72xx/gdm_wimax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
b/drivers/staging/gdm72xx/gdm_wimax.c
index 2fa86ad.
No need for the parentheses around any function pointer.
Detected using checkpatch.
Signed-off-by: Shraddha Barke
---
Changes in v2-
Nothing
drivers/staging/gdm72xx/gdm_wimax.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
b/driv
Add missing spaces around "+", "&" and "|" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
Changes in v2-
Subject changed
drivers/staging/gdm72xx/gdm_qos.c | 12 ++--
drivers/staging/gdm72xx/gdm_sdio.c | 4 ++--
drivers/staging/gdm72
Add missing spaces around "+", "&" and "|" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
Changes in v2-
Nothing
drivers/staging/gdm72xx/hci.h | 2 +-
drivers/staging/gdm72xx/netlink_k.c | 6 +++---
drivers/staging/gdm72xx/sdio_boot.c |
Add missing spaces around "+", "&" and "|" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
drivers/staging/gdm72xx/gdm_qos.c | 12 ++--
drivers/staging/gdm72xx/gdm_sdio.c | 4 ++--
drivers/staging/gdm72xx/gdm_usb.c | 2 +-
drivers/s
This patch fixes the checkpatch.pl warning of line over 80 characters.
Signed-off-by: Shraddha Barke
---
drivers/staging/gdm72xx/gdm_wimax.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
b/drivers/staging/gdm72xx/gdm_wimax.c
index 8861
Replace the usage of BUG_ON with WARN_ON.
Signed-off-by: Shraddha Barke
---
drivers/staging/gdm72xx/gdm_wimax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
b/drivers/staging/gdm72xx/gdm_wimax.c
index 2fa86ad..8861750 100644
--- a/drive
No need for the parentheses around any function pointer.
Detected using checkpatch.
Signed-off-by: Shraddha Barke
---
drivers/staging/gdm72xx/gdm_wimax.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/gdm72xx/gdm_wimax.c
b/drivers/staging/gdm72xx/gdm_w
Add missing spaces around "+", "&" and "|" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
drivers/staging/gdm72xx/gdm_qos.c | 12 ++--
drivers/staging/gdm72xx/gdm_sdio.c | 4 ++--
drivers/staging/gdm72xx/gdm_usb.c | 2 +-
drivers/s
Add missing spaces around "+", "&" and "|" to follow kernel coding
style. Warning detected by checkpatch.
Signed-off-by: Shraddha Barke
---
drivers/staging/gdm72xx/hci.h | 2 +-
drivers/staging/gdm72xx/netlink_k.c | 6 +++---
drivers/staging/gdm72xx/sdio_boot.c | 2 +-
drivers/staging/g
This patch series fixes last of checkpatch warnings in gdm72xx.
Shraddha Barke (5):
Staging: gdm72xx: Add space around that "+", "&" and "|"
Staging: gdm72xx: Add space around that "+", "&" and "|"
Staging: gdm72xx: Remove unnecessary parenthesis around function
pointer
Staging: gdm72x
On Tue, Feb 16, 2016 at 05:37:05PM +0800, Xishi Qiu wrote:
> Currently tasksize in lowmem_scan() only calculate rss, and not include swap.
> But usually smart phones enable zram, so swap space actually use ram.
Yes, but does that matter for this type of calculation? I need an ack
from the android
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with
FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you
regarding an extremely important and urgent matter. If you would oblige me the
opportunity, I shall provide you with details upon your respons
Hi Jake,
Looks good to me overall; I marked a few nits below.
The only real question I have is about domain number allocation. See
the note below.
On Tue, Feb 09, 2016 at 07:24:28PM +, ja...@microsoft.com wrote:
> From: Jake Oshins
>
> This patch introduces a new driver which exposes a ro
On Tue, Feb 16, 2016 at 03:47:00PM +0900, Tony Cho wrote:
> Hi Janani,
>
> I can find the whitespace errors in your commits which is already accepted in
> staging-testing branch.
Ick, my fault, I should have caught them before they were merged, sorry
about that.
> The commit number is c611d48e6
On Feb 16, 2016, at 12:55 AM, Joe Perches wrote:
> On Tue, 2016-02-16 at 00:47 -0500, gr...@linuxhacker.ru wrote:
>> From: Oleg Drokin
>>
>> This pacifies checkpatch amongst other things, also is shorter to write
>> and avoiding calls to printk_ratelimit() is also good.
> []
>> diff --git a/dri
On Sat, 2016-02-13 at 01:01 +0300, Dan Carpenter wrote:
> I looked at the Smatch warnings, plus some bonus stuff I'm still
> working
> on.
>
> drivers/staging/unisys/include/iochannel.h:592 add_physinfo_entries()
> warn: inconsistent indenting
> drivers/staging/unisys/include/iochannel.h:596 add_p
On 02/16/2016 12:17 AM, Souptick Joarder wrote:
On Tue, Feb 16, 2016 at 3:42 AM, Larry Finger wrote:
--snip--
else if (addr == 0xf9)
- udelay(1);
+ usleep_range(1, 2);
why udelay is replaced by usleep_range?
I'm not sure of your level of soph
On 2/16/2016 4:02 AM, Joe Perches wrote:
> On Tue, 2016-02-16 at 10:31 +0300, Dan Carpenter wrote:
> > [ checkpatch.pl told someone to introduce a bug and they did... ]
>
> Yeah, it happens.
>
> People should not take a message like "generally" as
> an absolute.
>
> "else is not generally useful a
This patch corrects warnings generated by checkpatch.pl by
removing braces from single block statements.
Signed-off-by: Roger H. Newell
---
drivers/staging/wilc1000/wilc_spi.c | 25 +
1 file changed, 9 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/wilc1000/
This patch corrects errors generated by checkpatch.pl by
removing whitespace between parameters passed to dev_err()
Signed-off-by: Roger H. Newell
---
drivers/staging/wilc1000/wilc_spi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_spi.c
Remove trailing whitespace checkpatch errors.
Signed-off-by: Janani Ravichandran
---
drivers/staging/wilc1000/host_interface.c | 2 +-
drivers/staging/wilc1000/linux_mon.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wilc1000/host_interface.c
b/dri
Currently tasksize in lowmem_scan() only calculate rss, and not include swap.
But usually smart phones enable zram, so swap space actually use ram.
Signed-off-by: Xishi Qiu
---
drivers/staging/android/lowmemorykiller.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drive
On Tue, 2016-02-16 at 10:31 +0300, Dan Carpenter wrote:
> [ checkpatch.pl told someone to introduce a bug and they did... ]
Yeah, it happens.
People should not take a message like "generally" as
an absolute.
"else is not generally useful after a break or return"
checkpatch isn't a flow control
This patch renames result to ret that is used to get return value from
wilc_send_config_pkt. It will be changed until all handle_*() function
has same variable name as ret.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 8
1 file changed, 4 insertions(+), 4
result variable gets value from wilc_send_config_pkt that has return
value of int. This patch changes data type of result variable to int.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging
This patch uses netdev_err instead of PRINT_ER that is a custom debug
print.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging/wilc1000/host_in
There is no need to print debug message when kmalloc is failed. This
message is redundant. The code already show us that kmalloc is failed.
The brace of if statement is remove as well due to have a single
statement.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 5 ++
This patch replaces kmalloc followed by memcpy with kmemdup.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging/wilc1000/host_interface.c
ind
When handle_set_mac_address is called in hostIFthread that is a kernel
thread, it is not checked return type of this function. This patch
changes return type to void and removes a brace of if statement due to
have a single statement.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_
This patch fix return error code of kmalloc as -ENOMEM instead of
-EFAULT.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging/wilc1000/host_inte
你的老朋友邀你来Q群:343257759
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
66 matches
Mail list logo