]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: sm750fb: add required spaces around C operators
authorAnatoly Stepanov <drivengroove@gmail.com>
Sun, 28 Jun 2015 23:44:04 +0000 (02:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 01:29:42 +0000 (18:29 -0700)
commitd5fca4035a59eb4b120b2ffd645f12508dfb2ed6
tree075ae89bdeb1f5ea18d93453c7ab9aec0a7124c3
parent14a974c567aa30070f87ec6652c1727a0e03f11a
staging: sm750fb: add required spaces around C operators

Add spaces according to checkpatch.pl messages:
"ERROR: spaces required around that '=' (ctx:VxV)"
"ERROR: need consistent spacing around '-' (ctx:WxV)"
"ERROR: spaces required around that '?' (ctx:VxE)"
"ERROR: need consistent spacing around '&' (ctx:VxW)"

Signed-off-by: Anatoly Stepanov <drivengroove@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_hw.c