diff options
| author | Souag-Ahmed-El-fatih <souagahmedelfatih@gmail.com> | 2026-08-10 22:59:33 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-09-01 11:59:11 +0200 |
| commit | 8d891d7503dbe9b4a32b1f22159bec77d83390f6 (patch) | |
| tree | 0d435ed5cb25534a134ad0a2901595513c9d8a13 /scripts/Makefile.thinlto | |
| parent | f8061b33f6c84593ae7f0fcaead77b759cbbdd05 (diff) | |
| download | linux-next-8d891d7503dbe9b4a32b1f22159bec77d83390f6.tar.gz linux-next-8d891d7503dbe9b4a32b1f22159bec77d83390f6.zip | |
staging: rtl8723bs: fix comparison to true in dequeue_xmitframes_to_sleeping_queue
Replace "if (true == ret)" with "if (ret)" as flagged by
checkpatch.pl. This follows standard kernel style and avoids
the error-prone Yoda-style boolean comparison.
Signed-off-by: Souag-Ahmed-El-fatih <souagahmedelfatih@gmail.com>
Link: https://patch.msgid.link/20260810215933.10343-1-souagahmedelfatih@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
