Commit c174a08c authored by Artem Bityutskiy's avatar Artem Bityutskiy

UBI: fix small 80 characters limit style issue

One line was longer than 80 lines, make it shorter.
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent 1dd78632
...@@ -95,8 +95,8 @@ DEFINE_MUTEX(ubi_devices_mutex); ...@@ -95,8 +95,8 @@ DEFINE_MUTEX(ubi_devices_mutex);
static DEFINE_SPINLOCK(ubi_devices_lock); static DEFINE_SPINLOCK(ubi_devices_lock);
/* "Show" method for files in '/<sysfs>/class/ubi/' */ /* "Show" method for files in '/<sysfs>/class/ubi/' */
static ssize_t ubi_version_show(struct class *class, struct class_attribute *attr, static ssize_t ubi_version_show(struct class *class,
char *buf) struct class_attribute *attr, char *buf)
{ {
return sprintf(buf, "%d\n", UBI_VERSION); return sprintf(buf, "%d\n", UBI_VERSION);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment