diff options
| author | Varsha Rao <rvarsha016@gmail.com> | 2017-03-04 22:54:09 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 11:17:41 +0100 |
| commit | c9d9602f36d0b4fb2ac55506cffddc797a3954fc (patch) | |
| tree | 94dc1214a7c136d3633bb7c1b19429cac7e126ab /include/linux | |
| parent | da79269d98a59bd1a129577da808da08df353ffa (diff) | |
staging: media: atomisp: Replace NULL comparison.
Replaced x == NULL with !x, by using the following coccinelle script:
@disable is_null@
expression e;
@@
-e==NULL
+!e
This patch fixes the checkpatch issue.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
