Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1520431 > unrolled thread
| Started by | Walt Feasel <waltfeasel@gmail.com> |
|---|---|
| First post | 2016-11-13 00:00 +0100 |
| Last post | 2016-11-13 00:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] [STYLE 1/2]staging:dgnc:dgnc_sysfs.c Modify block text Walt Feasel <waltfeasel@gmail.com> - 2016-11-13 00:00 +0100
| From | Walt Feasel <waltfeasel@gmail.com> |
|---|---|
| Date | 2016-11-13 00:00 +0100 |
| Subject | [PATCH] [STYLE 1/2]staging:dgnc:dgnc_sysfs.c Modify block text |
| Message-ID | <sCPrb-5f-9@gated-at.bofh.it> |
Modified multiline comment for style consistency Signed-off-by: Walt Feasel <waltfeasel@gmail.com> --- 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
Back to top | Article view | linux.kernel
csiph-web