]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: speakup: i18n: Replace 'x!=NULL' with 'x'
authorsayli karnik <karniksayli1995@gmail.com>
Thu, 23 Feb 2017 11:55:08 +0000 (17:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:02 +0000 (09:17 +0100)
commit75e6b00f72d6930870b7f9d405e3f9150881eac0
tree1b38df28c07f73c9584b38af9dd5b33a8bc3d630
parente3bab5eb1aaa966a0db2eeb032bc53b2995a9221
staging: speakup: i18n: Replace 'x!=NULL' with 'x'

The patch removes the explicit NULL comparison by replacing 'x!=NULL'
with 'x'. This issue was found by checkpatch.pl

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/i18n.c