OSDN Git Service

staging: speakup: add spaces around arithmetic operators
authorSantha Meena Ramamoorthy <santhameena13@gmail.com>
Thu, 22 Feb 2018 18:15:09 +0000 (10:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2018 08:54:56 +0000 (09:54 +0100)
commit0f7be57c057cb24056f80dd270e8a55db4af458d
treeec25f8f495fd0fe0c2b9b1e5daec6197b87476ce
parentba3d01560b0b514a73bf51c5ff547ee6c4953d1d
staging: speakup: add spaces around arithmetic operators

Add space around arithmetic operators ('+', '-' and '*') to conform to
Linux kernel coding style. Problem found using checkpatch.

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