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:
1dd7863
)
UBI: fix small 80 characters limit style issue
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 3 Sep 2010 12:11:17 +0000
(15:11 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Tue, 19 Oct 2010 14:19:55 +0000
(17:19 +0300)
One line was longer than 80 lines, make it shorter.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/build.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/build.c
b/drivers/mtd/ubi/build.c
index 78ae89488a4fbc54550bf4a7dd54877035b295ec..f247c4e7b40de9df7cbf08850f2e96432347db8f 100644
(file)
--- a/
drivers/mtd/ubi/build.c
+++ b/
drivers/mtd/ubi/build.c
@@
-95,8
+95,8
@@
DEFINE_MUTEX(ubi_devices_mutex);
static DEFINE_SPINLOCK(ubi_devices_lock);
/* "Show" method for files in '/<sysfs>/class/ubi/' */
-static ssize_t ubi_version_show(struct class *class,
struct class_attribute *attr,
- char *buf)
+static ssize_t ubi_version_show(struct class *class,
+
struct class_attribute *attr,
char *buf)
{
return sprintf(buf, "%d\n", UBI_VERSION);
}