diff options
author | Arushi Singhal <arushisinghal19971997@gmail.com> | 2017-03-24 14:29:59 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-27 15:00:41 +0300 |
commit | 0d6ff6164977d3f205bc59b6df6fce0779b0c131 (patch) | |
tree | 573585f741a85b964bf6de2640e9a04e275a075f /scripts/gdb/linux/utils.py | |
parent | f239d3db3d59fccc1e73a1be517468e6b31b2512 (diff) | |
download | linux-0d6ff6164977d3f205bc59b6df6fce0779b0c131.tar.xz |
staging: speakup: Remove the explicit NULL comparison
Fixed coding style for null comparisons in speakup driver to be more
consistant with the rest of the kernel coding style.
Replaced 'x != NULL' with 'x' and 'x = NULL' with '!x'.
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions