mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
staging: fbtft: fix unnecessary line continuations
Fix the following formatting issues: WARNING: Avoid unnecessary line continuations Signed-off-by: Cezary Gapinski <gapalinux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1ce08c27d1
commit
5963db92cf
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user