commit | 2c5ec5ce66c0170829c5c128b9235429936442ac | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com> | Thu May 17 08:26:24 2012 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun May 20 20:26:02 2012 +0300 |
tree | 7010d8c62bcad3ce725096971cebdcd0289cd648 | |
parent | 55e93e55aaa9c38e45767bf3c963d03082f28978 [diff] |
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>