mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 00:02:19 -04:00
staging: KPC2000: kpc2000_spi.c: Fix style issues (misaligned brace)
Resolved: ERROR: else should follow close brace '}' Signed-off-by: Chandra Annamaneni <chandra627@gmail.com> Link: https://lore.kernel.org/r/20191029091638.16101-2-chandra627@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
25ec44ebdc
commit
c4d362420d
@@ -226,8 +226,7 @@ kp_spi_txrx_pio(struct spi_device *spidev, struct spi_transfer *transfer)
|
||||
kp_spi_write_reg(cs, KP_SPI_REG_TXDATA, val);
|
||||
processed++;
|
||||
}
|
||||
}
|
||||
else if (rx) {
|
||||
} else if (rx) {
|
||||
for (i = 0 ; i < c ; i++) {
|
||||
char test = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user