summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_dectlk.c
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2017-03-21 17:12:27 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-23 14:20:41 +0100
commitb8f107bc90a7e901e68a5335879dafb7c5645819 (patch)
treee9cafbdcadb570ed25951d4a00df8e7a5e95e0cd /drivers/staging/speakup/speakup_dectlk.c
parent049aa51558fbfe79606efe961ae452a63ea6df08 (diff)
downloadlinux-stable-b8f107bc90a7e901e68a5335879dafb7c5645819.tar.gz
linux-stable-b8f107bc90a7e901e68a5335879dafb7c5645819.tar.bz2
linux-stable-b8f107bc90a7e901e68a5335879dafb7c5645819.zip
staging: speakup: Simplify "NULL" comparisons
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 'drivers/staging/speakup/speakup_dectlk.c')
0 files changed, 0 insertions, 0 deletions