[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 k...@japko.eu --- drivers/staging/dgnc/dgnc_driver.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_driver.c

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; static

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

[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 k...@japko.eu --- drivers/staging/dgnc/dgnc_cls.h| 24 ++--- drivers/staging/dgnc/dgnc_driver.c | 50 +