linux/drivers/mtd/ubi
Artem Bityutskiy f800f09bf4 UBI: minor comma fix
Use coma at the the last elements of structure initializer.

Daniel Stone's explanation:

Because it turns:
-   .attr   = foo
+   .attr   = foo,
+   .bar    = baz

into:
+   .bar    = baz,

i.e., far less likely to screw up a merge.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2007-07-18 16:53:17 +03:00
..
build.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
cdev.c UBI: minor comma fix 2007-07-18 16:53:17 +03:00
debug.c UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
debug.h UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
eba.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
gluebi.c UBI: set correct gluebi device size 2007-07-18 16:52:51 +03:00
io.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
kapi.c UBI: do not let to read too much 2007-07-18 16:52:42 +03:00
Kconfig UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
Kconfig.debug UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
Makefile UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
misc.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
scan.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
scan.h UBI: fix error path in create_vtbl() 2007-07-18 16:52:32 +03:00
ubi.h UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
upd.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
vmt.c UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
vtbl.c UBI: use vmalloc for large buffers 2007-07-18 16:53:08 +03:00
wl.c Freezer: make kernel threads nonfreezable by default 2007-07-17 10:23:02 -07:00