diff options
author | Cezary Gapinski <gapalinux@gmail.com> | 2017-02-27 22:26:40 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 09:17:07 +0100 |
commit | 5963db92cf05cd6381b78692c33cb90d3604c53f (patch) | |
tree | 2a443922b97ebed9f77ba76584593b0dcbdf28b2 /drivers/staging/fbtft/fbtft-sysfs.c | |
parent | 1ce08c27d1098512208a32e01aad0f80f615602d (diff) |
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>
Diffstat (limited to 'drivers/staging/fbtft/fbtft-sysfs.c')
-rw-r--r-- | drivers/staging/fbtft/fbtft-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fbtft-sysfs.c b/drivers/staging/fbtft/fbtft-sysfs.c index 6b6fbaa794f4..e7d3934a721b 100644 --- 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) |