projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f328f
)
staging: most: Add a blank line.
author
Quytelda Kahja
<quytelda@tamalin.org>
Tue, 6 Mar 2018 09:18:02 +0000
(
01:18
-0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:09:17 +0000
(
04:09
-0800)
Use a blank line after components_show() function declaration.
Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/most/core.c
b/drivers/staging/most/core.c
index 0ab2de5ecf182ee7be7f2e51bf18c9d96ca3f10f..67e2d7f2996713e4a15b3ffd5a0d9887d27022d6 100644
(file)
--- a/
drivers/staging/most/core.c
+++ b/
drivers/staging/most/core.c
@@
-583,6
+583,7
@@
static ssize_t components_show(struct device_driver *drv, char *buf)
}
return offs;
}
+
/**
* split_string - parses buf and extracts ':' separated substrings.
*