aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-03-04 22:54:09 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 11:17:41 +0100
commitc9d9602f36d0b4fb2ac55506cffddc797a3954fc (patch)
tree94dc1214a7c136d3633bb7c1b19429cac7e126ab /include/linux
parentstaging: media: atomisp: Fixed typo. (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