Nathan Chancellor
1cf357ff6c
lib/scatterlist.c: adjust indentation in __sg_alloc_table
...
[ Upstream commit 4e456fee215677584cafa7f67298a76917e89c64 ]
Clang warns:
../lib/scatterlist.c:314:5: warning: misleading indentation; statement
is not part of the previous 'if' [-Wmisleading-indentation]
return -ENOMEM;
^
../lib/scatterlist.c:311:4: note: previous statement is here
if (prv)
^
1 warning generated.
This warning occurs because there is a space before the tab on this
line. Remove it so that the indentation is consistent with the Linux
kernel coding style and clang no longer warns.
Link: http://lkml.kernel.org/r/20191218033606.11942-1-natechancellor@gmail.com
Link: https://github.com/ClangBuiltLinux/linux/issues/830
Fixes: edce6820a9fd ("scatterlist: prevent invalid free when alloc fails")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-02-28 15:42:41 +01:00
..
2016-03-17 21:38:27 -07:00
2014-10-09 11:35:48 +03:00
2017-09-02 07:07:54 +02:00
2014-09-28 11:08:01 +02:00
2019-07-10 09:55:46 +02:00
2019-12-21 10:42:00 +01:00
2019-08-04 09:33:23 +02:00
2014-06-04 16:54:18 -07:00
2015-09-10 13:29:01 -07:00
2014-08-06 18:01:24 -07:00
2017-12-14 09:28:12 +01:00
2019-03-23 13:19:42 +01:00
2016-10-07 18:46:30 -07:00
locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
2016-06-16 10:48:32 +02:00
2014-12-13 12:42:51 -08:00
2020-01-29 10:24:41 +01:00
2014-12-22 16:43:06 +00:00
2019-04-05 22:29:11 +02:00
2015-11-23 09:44:58 +01:00
2016-03-17 15:09:34 -07:00
2016-07-03 00:57:23 -04:00
2016-03-13 23:55:13 -04:00
2014-04-03 16:21:12 -07:00
2017-06-29 13:00:28 +02:00
2014-03-20 10:11:35 -04:00
2015-05-27 15:22:15 +02:00
2016-09-19 21:44:31 +02:00
2017-07-21 07:42:23 +02:00
2014-05-16 14:26:52 -04:00
2016-08-02 19:35:08 -04:00
2015-05-26 15:26:43 +02:00
2015-05-30 22:42:24 -07:00
2015-06-11 15:08:32 +02:00
2018-11-13 11:16:48 -08:00
2018-12-17 09:38:35 +01:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-07-17 16:39:54 -07:00
2020-01-29 10:24:28 +01:00
2017-10-27 10:38:08 +02:00
2019-04-20 09:07:54 +02:00
2020-01-04 13:40:44 +01:00
2016-08-04 08:50:07 -04:00
2019-11-12 19:15:43 +01:00
2017-12-14 09:28:22 +01:00
2015-02-12 18:54:15 -08:00
2016-06-08 11:04:19 +02:00
2016-02-24 14:57:26 +00:00
2015-10-23 17:55:10 +09:00
2014-04-30 19:49:37 +01:00
2015-04-17 09:03:54 -04:00
2014-01-21 23:17:20 -08:00
2016-02-15 11:18:23 +01:00
2016-05-20 17:58:30 -07:00
2015-02-13 21:21:35 -08:00
2019-12-05 15:35:05 +01:00
2014-08-06 18:01:25 -07:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00
2016-06-08 15:01:02 +02:00
2015-11-06 17:50:42 -08:00
2019-04-05 22:29:04 +02:00
2018-12-21 14:11:30 +01:00
2015-02-12 18:54:15 -08:00
2016-01-20 17:09:18 -08:00
2014-04-07 16:36:11 -07:00
2015-11-05 16:34:48 -08:00
2016-08-02 19:35:07 -04:00
2018-08-17 20:59:29 +02:00
2017-04-21 09:31:21 +02:00
2016-10-15 10:03:15 -07:00
2015-11-06 17:50:42 -08:00
2016-01-16 11:17:27 -08:00
2016-10-07 21:38:00 -07:00
2019-10-07 18:53:19 +02:00
2016-07-28 16:07:41 -07:00
2016-05-23 17:04:14 -07:00
2016-09-20 14:26:08 +02:00
2020-01-29 10:24:30 +01:00
2018-10-03 17:01:45 -07:00
2015-02-12 18:54:15 -08:00
2020-01-14 20:04:25 +01:00
2016-10-11 15:06:30 -07:00
2015-03-31 09:45:50 -06:00
2017-06-24 07:11:17 +02:00
2016-03-09 15:43:42 -08:00
2015-06-16 14:12:35 -04:00
2015-11-06 17:50:42 -08:00
2016-11-25 07:12:19 +01:00
2015-08-12 11:59:04 +02:00
2015-11-25 09:22:02 -07:00
2019-08-25 10:51:42 +02:00
2015-02-12 18:54:15 -08:00
2014-06-25 17:45:43 -07:00
2015-12-03 11:49:23 -05:00
2016-04-23 20:13:24 -04:00
2016-10-07 18:46:30 -07:00
2016-05-19 19:12:14 -07:00
2018-02-25 11:05:48 +01:00
2015-10-08 05:26:36 -07:00
2014-01-23 16:36:55 -08:00
2015-09-08 14:35:59 -07:00
2016-05-19 19:12:14 -07:00
2015-11-06 17:50:42 -08:00
2013-11-13 12:09:11 +09:00
2016-08-11 13:52:23 -04:00
2015-02-12 18:54:16 -08:00
2016-12-09 10:41:42 -08:00
2016-10-15 10:03:15 -07:00
2017-10-12 11:51:19 +02:00
2018-12-21 14:11:30 +01:00
2016-07-06 10:51:14 +01:00
2014-01-21 23:17:20 -08:00
2018-10-18 09:13:24 +02:00
2016-09-19 08:19:40 -06:00
2020-02-28 15:42:41 +01:00
2019-02-12 19:44:57 +01:00
2016-04-15 16:53:14 -04:00
2015-08-24 14:28:01 -06:00
2015-03-23 22:12:08 -04:00
2015-09-08 15:35:28 -07:00
2019-08-25 10:51:42 +02:00
2014-04-07 16:36:14 -07:00
2015-06-25 17:00:40 -07:00
2016-11-11 08:12:37 -08:00
2015-02-12 18:54:16 -08:00
2016-04-21 10:47:26 +10:00
2019-08-04 09:33:32 +02:00
2019-05-31 06:48:17 -07:00
2019-05-31 06:48:17 -07:00
2018-12-13 09:20:29 +01:00
2017-04-08 09:30:35 +02:00
2016-02-19 22:54:09 -05:00
2018-11-10 07:42:54 -08:00
2016-01-07 13:44:22 -07:00
2016-09-01 17:52:01 -07:00
2018-12-08 13:05:04 +01:00
2020-02-14 16:31:00 -05:00
2014-01-23 16:36:57 -08:00
2016-03-15 16:55:16 -07:00
2016-08-08 12:52:42 -07:00
2019-08-25 10:51:42 +02:00
2015-08-03 11:51:12 +02:00
2016-02-09 10:27:29 +01:00
2017-06-14 15:06:05 +02:00
2016-05-30 15:26:57 -07:00
2015-09-10 13:29:01 -07:00
2016-02-03 08:28:43 -08:00
2014-10-14 02:18:14 +02:00
2015-04-22 17:06:49 +02:00
2019-05-10 17:52:07 +02:00
2018-02-17 13:21:20 +01:00
2016-09-09 16:08:46 +01:00
2016-05-30 15:26:57 -07:00
2018-07-03 11:23:06 +02:00
2016-09-21 00:22:59 -04:00