Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525697 > unrolled thread

[PATCH v2 0/3] staging: dgnc: dgnc_driver.c checkpatch modifications

Started byWalt Feasel <waltfeasel@gmail.com>
First post2016-11-18 21:20 +0100
Last post2016-11-18 21:20 +0100
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] staging: dgnc: dgnc_driver.c checkpatch modifications Walt Feasel <waltfeasel@gmail.com> - 2016-11-18 21:20 +0100
    [PATCH v2 3/3] staging: dgnc: dgnc_driver.c Blank line before } Walt Feasel <waltfeasel@gmail.com> - 2016-11-18 21:20 +0100

#1525697 — [PATCH v2 0/3] staging: dgnc: dgnc_driver.c checkpatch modifications

FromWalt Feasel <waltfeasel@gmail.com>
Date2016-11-18 21:20 +0100
Subject[PATCH v2 0/3] staging: dgnc: dgnc_driver.c checkpatch modifications
Message-ID<sEXND-3s3-3@gated-at.bofh.it>
Make Linux kernel coding style modifications for dgnc_driver.c to include:
CHECK: Please don't use multiple blank lines
CHECK: Blank lines aren't necessary before a close brace '}'
Comment style modifications

Walt Feasel (3):
  staging: dgnc: dgnc_driver.c Comment style modifications
  staging: dgnc: dgnc_driver.c Remove blank lines
  staging: dgnc: dgnc_driver.c Blank line before }

 drivers/staging/dgnc/dgnc_driver.c | 60 ++++++++++++--------------------------
 1 file changed, 19 insertions(+), 41 deletions(-)

-- 
v2 makes changes to correct for email format patch submission
2.1.4

[toc] | [next] | [standalone]


#1525698 — [PATCH v2 3/3] staging: dgnc: dgnc_driver.c Blank line before }

FromWalt Feasel <waltfeasel@gmail.com>
Date2016-11-18 21:20 +0100
Subject[PATCH v2 3/3] staging: dgnc: dgnc_driver.c Blank line before }
Message-ID<sEXNE-3s3-25@gated-at.bofh.it>
In reply to#1525697
Make suggested checkpatch modification for
CHECK: Blank lines aren't necessary before
a close brace '}'

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
v2 makes changes to correct for email format patch submission

 drivers/staging/dgnc/dgnc_driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c
index e80d2345..91c9047 100644
--- a/drivers/staging/dgnc/dgnc_driver.c
+++ b/drivers/staging/dgnc/dgnc_driver.c
@@ -579,7 +579,6 @@ static void cleanup(bool sysfiles)
 		dgnc_cleanup_tty(dgnc_board[i]);
 		dgnc_cleanup_board(dgnc_board[i]);
 	}
-
 }
 
 /*
-- 
2.1.4

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web