diff options
| author | 2020-09-19 17:08:23 +0200 | |
|---|---|---|
| committer | 2020-09-22 09:51:12 +0200 | |
| commit | d6628e8cbe20472d415977f9f13210e789ed6bea (patch) | |
| tree | 2b36835bdf1c0f33caec1e43ec270b45ef2b5a8d /include/uapi/git:/ssh: | |
| parent | staging: rtl8192u: correct placement of else if (diff) | |
staging: rtl8192u: clean up comparsions to NULL
Clean up comparsions to NULL reported by checkpatch.
if (x == NULL) -> if (!x)
if (x != NULL) -> if (x)
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200919150823.16923-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/git:/ssh:')
0 files changed, 0 insertions, 0 deletions
