This patch fixes the error: open brace '{'
following struct go on the same line.

Signed-off-by: Lidza Louina <lidza.lou...@gmail.com>
---
 drivers/staging/dgnc/dgnc_driver.h | 3 +--
 drivers/staging/dgnc/digi.h        | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/dgnc/dgnc_driver.h 
b/drivers/staging/dgnc/dgnc_driver.h
index 84727a7..fbbb9f9 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -282,8 +282,7 @@ struct board_ops {
 /*
  *     Per-board information
  */
-struct board_t
-{
+struct board_t {
        int             magic;          /* Board Magic number.  */
        int             boardnum;       /* Board number: 0-32 */
 
diff --git a/drivers/staging/dgnc/digi.h b/drivers/staging/dgnc/digi.h
index a9700be..eb6e371 100644
--- a/drivers/staging/dgnc/digi.h
+++ b/drivers/staging/dgnc/digi.h
@@ -318,8 +318,7 @@ struct digi_getbuffer /* Struct for holding buffer use 
counts */
        unsigned long txdone;
 };
 
-struct digi_getcounter
-{
+struct digi_getcounter {
        unsigned long norun;            /* number of UART overrun errors */
        unsigned long noflow;           /* number of buffer overflow errors */
        unsigned long nframe;           /* number of framing errors */
-- 
1.8.1.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to