Re: [PATCH V4] Fix pointer cast for 32 bits arch

2015-04-18 Thread Peter Senna Tschudin
On Fri, Apr 17, 2015 at 4:10 PM, Alan Cox a...@linux.intel.com wrote: On Fri, 2015-04-17 at 16:59 +0300, Dan Carpenter wrote: On Fri, Apr 17, 2015 at 02:31:49PM +0100, Alan Cox wrote: On Fri, 2015-04-17 at 11:20 +0300, Dan Carpenter wrote: Actually, my patch seems like a good idea to me

Re: [PATCH V4] Fix pointer cast for 32 bits arch

2015-04-18 Thread Dan Carpenter
On Sat, Apr 18, 2015 at 03:34:08PM +0200, Peter Senna Tschudin wrote: On Fri, Apr 17, 2015 at 4:10 PM, Alan Cox a...@linux.intel.com wrote: On Fri, 2015-04-17 at 16:59 +0300, Dan Carpenter wrote: On Fri, Apr 17, 2015 at 02:31:49PM +0100, Alan Cox wrote: On Fri, 2015-04-17 at 11:20

[PATCH] Staging: rtl8723au: hal: Remove trailing whitespace in odm.c

2015-04-18 Thread Edward Lipinsky
This patch fixes the checkpatch.pl error: ERROR: trailing whitespace Signed-off-by: Edward Lipinsky ellipin...@gmail.com --- drivers/staging/rtl8723au/hal/odm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/hal/odm.c

[PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-18 Thread Yorick Rommers
From: Yorick yorick-romm...@hotmail.com This is a patch that fixes errors regarding whitespaces and split strings. Signed-off-by: Yorick Rommers yorick-romm...@hotmail.com --- drivers/staging/i2o/i2o_block.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[PATCH 2/2] Staging: dgnc: fixed code style issues, mainly line width issues.

2015-04-18 Thread Yorick Rommers
A patch for dgnc_mgmt.c and dgnc_neo.c to fix some code style issues. Signed-off-by: Yorick Rommers yorick-romm...@hotmail.com --- drivers/staging/dgnc/dgnc_mgmt.c | 4 +- drivers/staging/dgnc/dgnc_neo.c | 210 +++ 2 files changed, 151 insertions(+), 63

Re: [PATCH 2/2] Staging: dgnc: fixed code style issues, mainly line width issues.

2015-04-18 Thread Joe Perches
On Sun, 2015-04-19 at 02:04 +0200, Yorick Rommers wrote: A patch for dgnc_mgmt.c and dgnc_neo.c to fix some code style issues. trivial notes: Try breaking up the patches you send into more discrete chucks that do just one thing, not mostly one thing and some other things. diff --git