diff options
| author | Arnesh Banerjee <linkrinku13@gmail.com> | 2026-07-27 04:51:19 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-07-28 09:36:51 +0200 |
| commit | 68152d433fbf6aaa3261e5d1c551051e18b14039 (patch) | |
| tree | e4be927c42b8eec899d217cdb475bca139820da3 /include/linux/stacktrace.h | |
| parent | 6dcb1b00ca579a22b36141a7f76b64e9835a5f28 (diff) | |
staging: rtl8723bs: use !psta instead of comparison to NULL
The psta pointer was compared against NULL using an explicit equality
check. The kernel coding style prefers testing a pointer directly, so
use !psta instead. This also silences a checkpatch CHECK:
CHECK: Comparison to NULL could be written "!psta"
No functional change.
Signed-off-by: Arnesh Banerjee <linkrinku13@gmail.com>
Link: https://patch.msgid.link/20260726232119.6392-1-linkrinku13@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions
