Nathan Chancellor 1765aaef17 mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
commit 0e7ca83e82d021c928dadf4c13c137d57337540d upstream.

Clang warns:

../drivers/mtd/nand/onenand/onenand_base.c:1269:3: warning: misleading
indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
        while (!ret) {
        ^
../drivers/mtd/nand/onenand/onenand_base.c:1266:2: note: previous
statement is here
        if (column + thislen > writesize)
        ^
1 warning generated.

This warning occurs because there is a space before the tab of the while
loop. There are spaces at the beginning of a lot of the lines in this
block, remove them so that the indentation is consistent with the Linux
kernel coding style and clang no longer warns.

Fixes: a8de85d55700 ("[MTD] OneNAND: Implement read-while-load")
Link: https://github.com/ClangBuiltLinux/linux/issues/794
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-02-14 16:34:18 -05:00
..
2019-10-23 06:26:33 -04:00
2020-01-09 10:19:59 +01:00
2019-12-31 16:45:16 +01:00
2019-09-18 11:14:31 -07:00
2019-09-22 12:02:21 -07:00
2020-02-05 21:22:49 +00:00
2019-09-23 17:20:40 -04:00
2020-02-11 04:35:08 -08:00
2020-02-14 16:34:09 -05:00
2019-09-22 10:55:08 -07:00
2020-02-14 16:34:12 -05:00
2019-09-18 11:14:31 -07:00
2019-12-17 19:56:42 +01:00
2019-09-18 11:05:34 -07:00