staging: speakup: (coding style) Rewrite comparisons to NULL
authorChristian Colic <colic.christian@gmail.com>
Thu, 19 Nov 2015 16:18:43 +0000 (17:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 06:40:31 +0000 (22:40 -0800)
commitd3da1cbaef8d92b1bb4103feee03b888f5bead24
tree58bfdac97bedca6c5f91c518128ce6180068caea
parent1fd16a31256cc867a7212e3399bd493a92cbd177
staging: speakup: (coding style) Rewrite comparisons to NULL

Rewrite comparisons to NULL so they dont show any checkpatch errors anymore.
"vc_cons[i].d != NULL" => "vc_cons[i].d"

Signed-off-by: Christian Colic <colic.christian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/buffers.c
This page took 0.027549 seconds and 5 git commands to generate.