summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-18 18:34:05 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-19 14:25:11 +0100
commita4eac955ef199dfc8d7e186b537444c8c706afa9 (patch)
treef99495e9b07d670f03a95261eb3530c189857159 /drivers/staging/dgnc
parentee1c0de213c6931921b6b6ffcc287cc3f1422271 (diff)
staging: dgnc: dgnc_sysfs.c Comment style modifications
Make modifications to comment style Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r--drivers/staging/dgnc/dgnc_sysfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_sysfs.c b/drivers/staging/dgnc/dgnc_sysfs.c
index 290bf6e226ac..6e8c53bfd1c6 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)