diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-09-08 15:05:54 +0300 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-09-16 18:11:50 +0300 |
commit | 15685fe39f1665d53d8b316c8f837f20f8700d4b (patch) | |
tree | 71ca17ccea7ade0cc1b9a441b7d4a0e8da768e5c /tests/fs-tests/stress/stress01.sh | |
parent | 51b71fb46a069fa137c7a02769d60561e178ba15 (diff) |
ubiformat: fix the subpage size hint on the error path
David Binderman <dcb314@hotmail.com> reports that the following piece of looks
wrong:
if (!args.subpage_size != mtd->min_io_size)
normsg("may be sub-page size is incorrect?");
I totally agree with him and I believe that we actually meant to have no
negation in fron to f 'args.subpage_size', so instead, the code should look
like this:
if (args.subpage_size != mtd->min_io_size)
normsg("may be sub-page size is incorrect?");
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'tests/fs-tests/stress/stress01.sh')
0 files changed, 0 insertions, 0 deletions