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)
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>

No differences found