UBI: rename sv to av
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 17 May 2012 11:38:34 +0000 (14:38 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sun, 20 May 2012 17:26:02 +0000 (20:26 +0300)
commit517af48c0540e61bbe0ebbb5f463afe937b73894
treee97c38c582bf92682a254d6f5bc823c86d0572d5
parenta4e6042f1d073073f88e0ad6d2a7450da9a3937d
UBI: rename sv to av

After re-naming the 'struct ubi_scan_volume' we should adjust all variables
named 'sv' to something else, because 'sv' stands for "scanning volume".
Let's rename it to 'av' which stands for "attaching volume" which is
a bit more consistent and has the same length, which makes re-naming easy.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
drivers/mtd/ubi/debug.c
drivers/mtd/ubi/debug.h
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/scan.c
drivers/mtd/ubi/scan.h
drivers/mtd/ubi/vtbl.c
drivers/mtd/ubi/wl.c