]> Pileus Git - ~andy/linux/commit
Staging: vt6656: Correct single space mistakes
authorSimon Schuster <linux@rationality.eu>
Sat, 4 Jan 2014 15:25:10 +0000 (16:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 01:17:58 +0000 (17:17 -0800)
commit77226ed70bb12d54afde67d13927f29f1f73844c
treeccc755b617f9a4e75d4d2141486c3abb5e445fe3
parente435ef1626ca09091c17a80b749065c212958569
Staging: vt6656: Correct single space mistakes

Adds missing spaces between an if-statement and its condition as well
as between the condition and the following curly brace. At casts
there is also a space added between the type and the variable.

Spaces that either follow an opening parenthese or the sizeof operator
or that preceed semicolons are removed as well.

Signed-off-by: Sebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de>
Signed-off-by: Simon Schuster <linux@rationality.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/bssdb.c