Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5963db92 authored by Cezary Gapinski's avatar Cezary Gapinski Committed by Greg Kroah-Hartman
Browse files

staging: fbtft: fix unnecessary line continuations



Fix the following formatting issues:
WARNING: Avoid unnecessary line continuations

Signed-off-by: default avatarCezary Gapinski <gapalinux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1ce08c27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)