diff options
author | Puranjay Mohan <puranjay12@gmail.com> | 2019-05-21 20:02:25 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-22 14:32:40 +0200 |
commit | 67436a1ecc72387feabde8c07a347261f4f14ca8 (patch) | |
tree | b2639b8a1d2027570cd0ebf3b335a278f0926303 /drivers/staging/fieldbus | |
parent | fd078b420961633713032d0bfdf448281bd33e3b (diff) |
Staging: rtl8188eu: core: Use !x in place of NULL comparisons
Change (x == NULL) to !x and (x != NULL) to x, to fix
following checkpatch.pl warnings:
CHECK: Comparison to NULL could be written "!x".
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fieldbus')
0 files changed, 0 insertions, 0 deletions