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
..
2020-02-11 04:35:20 -08:00
2019-10-23 06:26:33 -04:00
2020-02-01 09:34:35 +00:00
2020-01-09 10:19:59 +01:00
2020-02-01 09:34:46 +00:00
2019-09-17 16:22:26 -07:00
2020-02-11 04:35:25 -08:00
2019-09-13 16:44:49 +03:00
2020-01-23 08:22:54 +01:00
2020-02-11 04:35:09 -08:00
2020-02-01 09:34:51 +00:00
2020-01-04 19:18:25 +01:00
2020-02-05 21:22:41 +00:00
2020-02-11 04:35:43 -08:00
2020-01-09 10:19:59 +01:00
2020-02-11 04:35:25 -08:00
2020-02-05 21:22:52 +00:00
2020-02-11 04:35:31 -08:00
2020-02-05 21:22:40 +00:00
2020-01-26 10:01:08 +01:00
2019-12-21 11:04:48 +01:00
2019-12-31 16:45:16 +01:00
2020-02-01 09:34:46 +00:00
2020-01-09 10:20:06 +01:00
2020-01-26 10:01:07 +01:00
2019-09-18 11:14:31 -07:00
2019-12-31 16:45:09 +01:00
2020-02-01 09:34:45 +00:00
2020-02-11 04:35:53 -08:00
2020-02-01 09:34:46 +00:00
2019-09-22 12:02:21 -07:00
2020-02-11 04:35:21 -08:00
2020-01-29 16:45:30 +01:00
2019-12-31 16:46:09 +01:00
2020-01-26 10:01:06 +01:00
2020-02-01 09:34:36 +00:00
2020-02-14 16:34:08 -05:00
2020-02-05 21:22:49 +00:00
2019-12-17 19:55:39 +01:00
2020-02-14 16:34:16 -05:00
2020-01-23 08:22:55 +01:00
2019-10-28 13:33:41 -07:00
2020-02-05 21:22:49 +00:00
2019-10-21 02:05:21 +02:00
2020-01-04 19:18:30 +01:00
2020-02-11 04:35:37 -08:00
2020-02-11 04:35:36 -08:00
2020-01-17 19:48:59 +01:00
2019-10-09 11:08:03 +02:00
2020-01-23 08:22:35 +01:00
2020-02-11 04:35:52 -08:00
2020-02-05 21:22:46 +00:00
2020-02-11 04:35:21 -08:00
2020-02-14 16:34:18 -05:00
2020-02-14 16:34:09 -05:00
2020-02-11 04:35:45 -08:00
2019-09-23 17:20:40 -04:00
2020-01-04 19:18:12 +01:00
2020-02-11 04:35:08 -08:00
2020-02-11 04:35:21 -08:00
2020-02-11 04:35:25 -08:00
2019-10-23 10:58:44 +05:30
2019-10-14 21:44:26 +02:00
2019-12-31 16:45:25 +01:00
2020-02-14 16:34:09 -05:00
2019-09-28 08:14:15 -07:00
2020-02-01 09:34:49 +00:00
2020-02-11 04:35:45 -08:00
2020-01-29 16:45:27 +01:00
2020-02-14 16:34:12 -05:00
2020-02-11 04:35:24 -08:00
2020-01-14 20:08:18 +01:00
2020-01-23 08:22:51 +01:00
2020-01-26 10:01:04 +01:00
2020-02-11 04:35:48 -08:00
2019-09-22 10:55:08 -07:00
2020-01-23 08:22:43 +01:00
2020-01-14 20:08:37 +01:00
2020-02-14 16:34:12 -05:00
2020-02-05 21:22:44 +00:00
2020-02-14 16:34:08 -05:00
2020-02-14 16:34:16 -05:00
2019-12-31 16:45:11 +01:00
2020-02-01 09:34:48 +00:00
2019-09-13 17:23:18 +03:00
2020-02-01 09:34:47 +00:00
2020-01-29 16:45:30 +01:00
2020-02-05 21:22:49 +00:00
2019-12-13 08:43:21 +01:00
2019-12-04 22:30:50 +01:00
2020-02-01 09:34:34 +00:00
2019-09-18 11:14:31 -07:00
2020-02-11 04:35:10 -08:00
2019-12-21 11:04:48 +01:00
2020-01-04 19:19:18 +01:00
2019-12-17 19:56:42 +01:00
2019-10-10 14:50:32 +02:00
2020-02-11 04:35:47 -08:00
2019-10-10 15:35:41 +02:00
2020-02-14 16:34:12 -05:00
2020-02-11 04:35:36 -08:00
2019-09-18 11:05:34 -07:00
2019-09-18 11:05:34 -07:00