summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>2016-03-06 02:39:51 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-11 22:09:09 -0800
commite6e1d57e080583da7aa851aca40369f1851dec57 (patch)
treed539803eb2ea63fb12d16746b68c98483b499962 /drivers/staging/most
parentb242d05fa3ec5baf83f7a51c7c58757fcf36e321 (diff)
downloadlinux-e6e1d57e080583da7aa851aca40369f1851dec57.tar.bz2
staging: rts5208: Change form of NULL comparisons
Change null comparisons of the form x == NULL to !x. This was done using Coccinelle. @@ expression e; @@ - e == NULL + !e Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most')
0 files changed, 0 insertions, 0 deletions