]> git.baikalelectronics.ru Git - kernel.git/commit
platform: goldfish: pipe: Replace "x==NULL" to "!x"
authorRoman Kiryanov <rkir@google.com>
Mon, 27 Aug 2018 18:23:15 +0000 (11:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2018 13:31:31 +0000 (15:31 +0200)
commit0bcb01156c672bb3074a00ce39859ec7162370ce
treecbb8fdd208a18e5229759ba0869bb66648ebd6d7
parent5917c59d5c8a539f7af10527478cc8a5c4e9df9d
platform: goldfish: pipe: Replace "x==NULL" to "!x"

checkpatch: Comparison to NULL could be written "!x"

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c