summaryrefslogtreecommitdiff
path: root/include/linux/root_dev.h
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-03-04 20:24:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 13:17:41 +0300
commitc9d9602f36d0b4fb2ac55506cffddc797a3954fc (patch)
tree94dc1214a7c136d3633bb7c1b19429cac7e126ab /include/linux/root_dev.h
parentda79269d98a59bd1a129577da808da08df353ffa (diff)
downloadlinux-c9d9602f36d0b4fb2ac55506cffddc797a3954fc.tar.xz
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/root_dev.h')
0 files changed, 0 insertions, 0 deletions