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