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>
This commit is contained in:
Walt Feasel 2016-11-18 18:34:05 -05:00 committed by Greg Kroah-Hartman
parent ee1c0de213
commit a4eac955ef
1 changed files with 2 additions and 1 deletions

View File

@ -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)