UBI: rename si to ai
authorArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Thu, 17 May 2012 10:09:08 +0000 (13:09 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sun, 20 May 2012 17:26:02 +0000 (20:26 +0300)
commita4e6042f1d073073f88e0ad6d2a7450da9a3937d
treec9849fa560e49308275254ce65603c909566131b
parent2c5ec5ce66c0170829c5c128b9235429936442ac
UBI: rename si to ai

After re-naming the 'struct ubi_scan_info' we should adjust all variables
named 'si' to something else, because 'si' stands for "scanning info".
Let's rename it to 'ai' which stands for "attaching info" 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/build.c
drivers/mtd/ubi/debug.c
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/scan.c
drivers/mtd/ubi/scan.h
drivers/mtd/ubi/ubi.h
drivers/mtd/ubi/vtbl.c
drivers/mtd/ubi/wl.c