commit | d37b1d9943d5138b9b2630b7b7082629a82a1386 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Aug 20 20:22:02 2017 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Sep 06 19:56:52 2017 +0200 |
tree | bf904513456933cbd93e22ce0068e2a6e34802a5 | |
parent | b529d1b382f77ec6221f9c5fffb17939e92629e4 [diff] |
ceph: adjust 36 checks for NULL pointers The script “checkpatch.pl” pointed information out like the following. Comparison to NULL could be written ... Thus fix the affected source code places. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Yan, Zheng <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>