UBI: rename seb to aeb
authorArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Thu, 17 May 2012 05:26:24 +0000 (08:26 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 11:46:18 +0000 (14:46 +0300)
commit6e981e2f0675dfc5954f6c1607962107e21483dc
treef065cdb2c5212c26c176370c594e70f863237b75
parent06e54c9311ad0cc86f19a28946fea1efec801836
UBI: rename seb to aeb

After re-naming the 'struct ubi_scan_leb' we should adjust all variables
named 'seb' to something else, because 'seb' stands for "scanning eraseblock".
Let's rename it to 'aeb' which stands for "attaching eraseblock" which is
a bit more consistend and has the same length.

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