diff options
author | 2016-04-06 14:55:35 +0530 | |
---|---|---|
committer | 2016-04-06 10:16:46 -0700 | |
commit | 57bb1369de36a72e2e13fde9c88663342f729ace (patch) | |
tree | 3cd8ac7412b1f5b73e33fcad55f99d9daf9d4345 /tools/perf/scripts/python | |
parent | spi: cadence: Return the error code for cdns_spi_suspend and cdns_spi_resume (diff) | |
download | linux-dev-57bb1369de36a72e2e13fde9c88663342f729ace.tar.xz linux-dev-57bb1369de36a72e2e13fde9c88663342f729ace.zip |
spi: cadence: Fix some checkpatch warnings
No functional change.
Fixing some style related issues
CHECK: multiple assignments should be avoided
+ new_ctrl_reg = ctrl_reg = cdns_spi_read(xspi, CDNS_SPI_CR);
CHECK: Alignment should match open parenthesis
+static void cdns_spi_config_clock_freq(struct spi_device *spi,
+ struct spi_transfer *transfer)
CHECK: Please use a blank line after function/struct/union/enum declarations
+}
+static int cdns_prepare_message(struct spi_master *master,
Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions