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:
1ce08c2
)
staging: fbtft: fix unnecessary line continuations
author
Cezary Gapinski
<
[email protected]
>
Mon, 27 Feb 2017 21:26:40 +0000
(22:26 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 6 Mar 2017 08:17:07 +0000
(09:17 +0100)
Fix the following formatting issues:
WARNING: Avoid unnecessary line continuations
Signed-off-by: Cezary Gapinski <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/fbtft/fbtft-sysfs.c
patch
|
blob
|
history
diff --git
a/drivers/staging/fbtft/fbtft-sysfs.c
b/drivers/staging/fbtft/fbtft-sysfs.c
index 6b6fbaa794f45497a067554597104871c4e01a11..e7d3934a721ba291b23ab87a6c2f73335500ce9f 100644
(file)
--- a/
drivers/staging/fbtft/fbtft-sysfs.c
+++ b/
drivers/staging/fbtft/fbtft-sysfs.c
@@
-196,7
+196,7
@@
static ssize_t show_debug(struct device *device,
return snprintf(buf, PAGE_SIZE, "%lu\n", par->debug);
}
-static struct device_attribute debug_device_attr =
\
+static struct device_attribute debug_device_attr =
__ATTR(debug, 0660, show_debug, store_debug);
void fbtft_sysfs_init(struct fbtft_par *par)