commit | cff93c58f7a99b3bf2fc3b343a1b6ca0546120da | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Oct 14 10:33:38 2013 +0900 |
committer | Mark Brown <broonie@linaro.org> | Mon Oct 14 18:23:48 2013 +0100 |
tree | 456cf0c7a99be03b97726d0dd7714533be4fb4cb | |
parent | 702a4879ec337463f858c8ab467482cce260bf18 [diff] |
spi: bitbang: Fix checkpatch issue Fix the following checkpatch warnings WARNING: sizeof *cs should be sizeof(*cs) WARNING: please, no space before tabs WARNING: space prohibited between function name and open parenthesis '(' WARNING: line over 80 characters Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>