diff options
| author | Tom Rini <[email protected]> | 2025-09-25 14:51:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-08 16:12:43 -0600 |
| commit | 93dbdf389848310afd769a45f7a043e4a19c1b2d (patch) | |
| tree | cbff15638800809cabe0d643ac094351093c9862 /scripts/checkpatch.pl | |
| parent | 2d11e5ba4ea851947a6e27c96474fad0254031f4 (diff) | |
spl: Correct dependency for SPL_SYS_REPORT_STACK_F_USAGE
In Kconfig syntax, "!=" is a string and not numerical comparison. This
means that to check for a non-zero SPL_SIZE_LIMIT_PROVIDE_STACK value we
need to test that it is "> 0" rather than "!=" 0. This is because "0x0 >
0" is false while "0x0 != 0" is true.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
