From 2e9deed90a9fcb5ec13976b64e7969f2c9aa5a25 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 12 Sep 2014 06:52:36 +0000 Subject: atheros: various space related changes - remove odd blank lines - remove odd spaces after casts - fix alignment No functional changes. Signed-off-by: Sergey Ryazanov SVN-Revision: 42496 --- target/linux/atheros/patches-3.14/120-spiflash.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/atheros/patches-3.14/120-spiflash.patch') diff --git a/target/linux/atheros/patches-3.14/120-spiflash.patch b/target/linux/atheros/patches-3.14/120-spiflash.patch index 5fe86cbc0b..94f8e401a0 100644 --- a/target/linux/atheros/patches-3.14/120-spiflash.patch +++ b/target/linux/atheros/patches-3.14/120-spiflash.patch @@ -183,7 +183,7 @@ + op = &stm_opcodes[opcode]; + reg = spiflash_wait_busy(priv); + spiflash_write_reg(priv, SPI_FLASH_OPCODE, -+ ((u32) op->code) | (addr << 8)); ++ ((u32)op->code) | (addr << 8)); + + reg &= ~SPI_CTL_TX_RX_CNT_MASK; + reg |= SPI_CTL_START | op->tx_cnt | (op->rx_cnt << 4); @@ -453,7 +453,7 @@ + /* parse redboot partitions */ + + result = mtd_device_parse_register(mtd, part_probe_types, -+ NULL, NULL, 0); ++ NULL, NULL, 0); +#endif + + return result; -- cgit v1.2.3