Tom Rini
0fd7ee0306
scripts/checkpatch.pl: Upgrade IS_ENABLED_CONFIG to error for U-Boot
...
A problem we have today is that some instances of IS_ENABLED(FOO) have
crept in to the code. This is in turn because with checkpatch.pl this is
only a warning and not an error, so they were overlooked. And looking
deeper, in the Linux kernel this pattern is allowed because
IS_ENABLED(DEFINED_FLAG) is allowed if discouraged and a quick skim of
the instances I saw in the current kernel follow this pattern. In U-Boot
however, this is not allowed, so bump to an error.
Signed-off-by: Tom Rini <trini@konsulko.com>
2025-03-05 12:14:49 -06:00
..
2024-07-29 08:42:18 -06:00
2021-09-28 18:50:57 +03:00
2024-10-30 13:02:53 -06:00
2024-08-27 18:01:32 -06:00
2018-08-03 19:53:54 -04:00
2017-02-08 15:56:19 -05:00
2015-01-08 11:00:45 -05:00
2019-12-06 16:44:20 -05:00
2021-12-26 23:33:28 +01:00
2023-03-25 11:07:22 +01:00
2021-12-23 11:19:39 -05:00
2025-03-05 12:14:49 -06:00
2017-07-06 16:17:19 -04:00
2021-07-14 16:57:35 -04:00
2023-01-11 15:02:24 -05:00
2022-08-10 13:46:55 -04:00
2017-09-14 21:33:00 -04:00
2018-05-07 09:34:12 -04:00
2024-08-15 11:51:26 -06:00
2020-04-17 12:32:36 -04:00
2024-03-02 12:25:20 -05:00
2022-04-07 16:50:53 -04:00
2023-08-31 13:16:54 -04:00
2018-05-07 09:34:12 -04:00
2021-07-14 16:57:35 -04:00
2024-05-13 16:51:14 -06:00
2024-07-26 08:01:06 -06:00
2022-04-07 16:50:53 -04:00
2024-01-18 20:24:13 -05:00
2024-10-11 11:44:48 -06:00
2022-10-29 07:36:33 -06:00
2021-01-27 12:52:57 +01:00
2017-11-20 20:18:37 -05:00
2021-09-28 18:50:55 +03:00
2023-12-13 18:39:06 -05:00
2022-02-03 12:15:36 -05:00
2024-10-11 11:44:48 -06:00
2024-09-20 08:31:57 +02:00
2020-04-10 11:18:32 -04:00
2024-10-18 09:05:04 -06:00
2021-07-14 16:57:35 -04:00
2022-08-31 12:16:01 -04:00
2025-01-17 20:31:25 +01:00
2025-01-18 08:28:16 -06:00
2021-07-14 16:57:35 -04:00
2017-08-26 14:56:14 -04:00
2021-12-23 11:19:39 -05:00
2024-09-18 13:00:59 -06:00
2024-05-21 16:09:36 -06:00
2018-05-07 09:34:12 -04:00
2022-02-03 12:16:00 -05:00
2024-12-24 18:09:46 +01:00
2023-03-01 11:22:27 -07:00
2022-04-11 10:00:30 -04:00