UBI: clean-up terminology for self-checks in io.c
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 15:24:09 +0000 (18:24 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 11:46:17 +0000 (14:46 +0300)
commit045339a70e65e93ac1f076f050228be82701e285
tree31d289e08ed3d72286b939a5121a63d8280b0402
parentce888fca7cb268bee91e92451a35dc63677388e6
UBI: clean-up terminology for self-checks in io.c

We have the "sefl-check" feature in UBI, but for historical reasons many
corresponding functions and commentaries in the code use term "paranoid check"
instead. Let's clean this up and use "self-check" everywhere.

This patch renames functions, amends comments and messages. It touches only the
io.c file.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/io.c