diff options
author | 2013-10-14 10:31:51 +0900 | |
---|---|---|
committer | 2013-10-14 18:22:51 +0100 | |
commit | 5fe5f05e2202414a8b9015e9aedf19e08f6fe832 (patch) | |
tree | f0e17af905aade68a1c29013e2a744f499e72a1c /tools/perf/scripts/python | |
parent | spi: convert bus code to use dev_groups (diff) | |
download | linux-dev-5fe5f05e2202414a8b9015e9aedf19e08f6fe832.tar.xz linux-dev-5fe5f05e2202414a8b9015e9aedf19e08f6fe832.zip |
spi: Fix checkpatch issue
Fix the following checkpatch error and warnings.
ERROR: space required after that ',' (ctx:VxV)
WARNING: quoted string split across lines
WARNING: max() should probably be max_t(int, nb, master->num_chipselect)
WARNING: sizeof *spi should be sizeof(*spi)
WARNING: sizeof *master should be sizeof(*master)
WARNING: sizeof x should be sizeof(x)
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions