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

2015-04-20 Thread Dan Carpenter
On Sun, Apr 19, 2015 at 02:04:39AM +0200, Yorick Rommers wrote: > A patch for dgnc_mgmt.c and dgnc_neo.c to fix some code style issues. > > Signed-off-by: Yorick Rommers > --- > drivers/staging/dgnc/dgnc_mgmt.c | 4 +- > drivers/staging/dgnc/dgnc_neo.c | 210 >

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

2015-04-20 Thread Dan Carpenter
On Sun, Apr 19, 2015 at 02:04:39AM +0200, Yorick Rommers wrote: 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

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

[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 --- drivers/staging/dgnc/dgnc_mgmt.c | 4 +- drivers/staging/dgnc/dgnc_neo.c | 210 +++ 2 files changed, 151 insertions(+), 63 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