From: Walt Feasel Date: Fri, 18 Nov 2016 23:34:05 +0000 (-0500) Subject: staging: dgnc: dgnc_sysfs.c Comment style modifications X-Git-Tag: v4.10-rc1~148^2~151 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a4eac955ef199dfc8d7e186b537444c8c706afa9;p=karo-tx-linux.git staging: dgnc: dgnc_sysfs.c Comment style modifications Make modifications to comment style Signed-off-by: Walt Feasel Signed-off-by: Greg Kroah-Hartman --- 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)