]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: nvec: Use x instead of x != NULL to improve readability.
authorTom Mounet <tommounet@gmail.com>
Sat, 29 Jun 2024 17:47:04 +0000 (19:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2024 14:15:26 +0000 (16:15 +0200)
commitd3401cefd0f793037df0f36e12c2effdac517de1
treee9424bc0fe2163da3a70aa3c66a3ce574abded9e
parentd67f063101f551dde4fb67f17cafcd98064238ee
staging: nvec: Use x instead of x != NULL to improve readability.

Use x instead of x != NULL to improve readability.
Issue identified by checkpatch.

Signed-off-by: Tom Mounet <tommounet@gmail.com>
Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/66804898.5d0a0220.6df0f.4f0a@mx.google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c