linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: dgnc: dgnc_sysfs.c checkpatch modifications
@ 2016-11-18 23:34 Walt Feasel
  2016-11-18 23:34 ` [PATCH v2 1/2] staging: dgnc: dgnc_sysfs.c Comment style modifications Walt Feasel
  2016-11-18 23:34 ` [PATCH v2 2/2] staging: dgnc: dgnc_sysfs.c Delete blank line Walt Feasel
  0 siblings, 2 replies; 3+ messages in thread
From: Walt Feasel @ 2016-11-18 23:34 UTC (permalink / raw)
  To: lidza.louina
  Cc: markh, gregkh, driverdev-devel, devel, linux-kernel, Walt Feasel

Make Linux kernel coding style modifications for dgnc_sysfs.c to include:

Comment style modifications
Remove blank line 

Walt Feasel (2):
  staging: dgnc: dgnc_sysfs.c Comment style modifications
  staging: dgnc: dgnc_sysfs.c Delete blank line

 drivers/staging/dgnc/dgnc_sysfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2 1/2] staging: dgnc: dgnc_sysfs.c Comment style modifications
  2016-11-18 23:34 [PATCH v2 0/2] staging: dgnc: dgnc_sysfs.c checkpatch modifications Walt Feasel
@ 2016-11-18 23:34 ` Walt Feasel
  2016-11-18 23:34 ` [PATCH v2 2/2] staging: dgnc: dgnc_sysfs.c Delete blank line Walt Feasel
  1 sibling, 0 replies; 3+ messages in thread
From: Walt Feasel @ 2016-11-18 23:34 UTC (permalink / raw)
  To: lidza.louina
  Cc: markh, gregkh, driverdev-devel, devel, linux-kernel, Walt Feasel

Make modifications to comment style

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

 drivers/staging/dgnc/dgnc_sysfs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/dgnc/dgnc_sysfs.c b/drivers/staging/dgnc/dgnc_sysfs.c
index 290bf6e..6e8c53b 100644
--- a/drivers/staging/dgnc/dgnc_sysfs.c
+++ b/drivers/staging/dgnc/dgnc_sysfs.c
@@ -334,7 +334,8 @@ static ssize_t ports_txcount_show(struct device *p,
 }
 static DEVICE_ATTR_RO(ports_txcount);
 
-/* this function creates the sys files that will export each signal status
+/*
+ * this function creates the sys files that will export each signal status
  * to sysfs each value will be put in a separate filename
  */
 void dgnc_create_ports_sysfiles(struct dgnc_board *bd)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2 2/2] staging: dgnc: dgnc_sysfs.c Delete blank line
  2016-11-18 23:34 [PATCH v2 0/2] staging: dgnc: dgnc_sysfs.c checkpatch modifications Walt Feasel
  2016-11-18 23:34 ` [PATCH v2 1/2] staging: dgnc: dgnc_sysfs.c Comment style modifications Walt Feasel
@ 2016-11-18 23:34 ` Walt Feasel
  1 sibling, 0 replies; 3+ messages in thread
From: Walt Feasel @ 2016-11-18 23:34 UTC (permalink / raw)
  To: lidza.louina
  Cc: markh, gregkh, driverdev-devel, devel, linux-kernel, Walt Feasel

Make modification to remove extra blank line

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

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

diff --git a/drivers/staging/dgnc/dgnc_sysfs.c b/drivers/staging/dgnc/dgnc_sysfs.c
index 6e8c53b..d41517c 100644
--- a/drivers/staging/dgnc/dgnc_sysfs.c
+++ b/drivers/staging/dgnc/dgnc_sysfs.c
@@ -701,4 +701,3 @@ void dgnc_remove_tty_sysfs(struct device *c)
 {
 	sysfs_remove_group(&c->kobj, &dgnc_tty_attribute_group);
 }
-
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-18 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 23:34 [PATCH v2 0/2] staging: dgnc: dgnc_sysfs.c checkpatch modifications Walt Feasel
2016-11-18 23:34 ` [PATCH v2 1/2] staging: dgnc: dgnc_sysfs.c Comment style modifications Walt Feasel
2016-11-18 23:34 ` [PATCH v2 2/2] staging: dgnc: dgnc_sysfs.c Delete blank line Walt Feasel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).