beeceem: Fix missing spaces around operators and unwanted spaces around semicolons...
authorMatthias Oefelein <ma.oefelein@arcor.de>
Wed, 8 Jan 2014 22:15:05 +0000 (23:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:59:27 +0000 (15:59 -0800)
commit1b42f1d9544cf9de7b2394306cb5e2605f134afc
tree35885cfb437995bb3c37bbead967191ca6afdc56
parent4dcce62eaf3e141001cc8a162eb9ac364fecc562
beeceem: Fix missing spaces around operators and unwanted spaces around semicolons in InterfaceRx.c

Checkpatch reports missing spaces around operators; this patch
introduces spaces where needed.
Spaces before semicolons are prohibited by the official coding style
guidelines, those have been fixed as well.

Signed-off-by: Matthias Oefelein <ma.oefelein@arcor.de>
Signed-off-by: Ralph Mueck <linux-kernel@rmueck.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceRx.c