Re: [PATCH] staging: dgnc: fix long lines in PCI device table

2015-01-22 Thread Krzysztof Adamski
On Thu, Jan 22, 2015 at 11:10:58AM -0800, Joe Perches wrote: On Thu, 2015-01-22 at 19:55 +0100, Krzysztof Adamski wrote: This patch fixes coding style of PCI device table declaration. [] diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c [] @@ -98,11 +98,11

Re: [PATCH] staging: dgnc: fix long lines in PCI device table

2015-01-22 Thread Joe Perches
On Thu, 2015-01-22 at 19:55 +0100, Krzysztof Adamski wrote: > This patch fixes coding style of PCI device table declaration. [] > diff --git a/drivers/staging/dgnc/dgnc_driver.c > b/drivers/staging/dgnc/dgnc_driver.c [] > @@ -98,11 +98,11 @@ static struct timer_list dgnc_poll_timer; > > > stat

[PATCH] staging: dgnc: fix long lines in PCI device table

2015-01-22 Thread Krzysztof Adamski
This patch fixes coding style of PCI device table declaration. Signed-off-by: Krzysztof Adamski --- drivers/staging/dgnc/dgnc_driver.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c index f6

Re: [PATCH] staging: dgnc: fix long lines

2015-01-17 Thread Greg Kroah-Hartman
On Wed, Dec 03, 2014 at 09:17:04AM +0100, Krzysztof Adamski wrote: > This patch fixes checkpatch complains about lines over 80 characters. > > No code was modified, only whitespace changes and comments editing. > > Signed-off-by: Krzysztof Adamski > --- > drivers/staging/dgnc/dgnc_cls.h| 2

[PATCH] staging: dgnc: fix long lines

2014-12-03 Thread Krzysztof Adamski
This patch fixes checkpatch complains about lines over 80 characters. No code was modified, only whitespace changes and comments editing. Signed-off-by: Krzysztof Adamski --- drivers/staging/dgnc/dgnc_cls.h| 24 ++--- drivers/staging/dgnc/dgnc_driver.c | 50 + drivers/staging/dgnc