]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6655: replace NULL comparison with variable
authorSantha Meena Ramamoorthy <santhameena13@gmail.com>
Wed, 28 Feb 2018 22:51:12 +0000 (14:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Mar 2018 16:21:49 +0000 (17:21 +0100)
commit0827e615c64b170a4fbfb47541a2fe74bb945416
treeffd690298892b87ae8263e83b867f922a7510e0e
parent0e167cb5d77c44feb5a2ba28aaccf165c73cd5d8
staging: vt6655: replace NULL comparison with variable

Replace NULL comparison of the variable with just the variable name to
conform to the Linux kernel coding style. Issue found using checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rxtx.c