Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: renesas-rpc-if: correct whitespace

Use spaces instead of tabs as word separator.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210601160608.312446-1-krzysztof.kozlowski@canonical.com

+3 -3
+3 -3
include/memory/renesas-rpc-if.h
··· 19 19 RPCIF_DATA_OUT, 20 20 }; 21 21 22 - struct rpcif_op { 22 + struct rpcif_op { 23 23 struct { 24 24 u8 buswidth; 25 25 u8 opcode; ··· 57 57 } data; 58 58 }; 59 59 60 - struct rpcif { 60 + struct rpcif { 61 61 struct device *dev; 62 62 void __iomem *dirmap; 63 63 struct regmap *regmap; ··· 76 76 u32 ddr; /* DRDRENR or SMDRENR */ 77 77 }; 78 78 79 - int rpcif_sw_init(struct rpcif *rpc, struct device *dev); 79 + int rpcif_sw_init(struct rpcif *rpc, struct device *dev); 80 80 void rpcif_hw_init(struct rpcif *rpc, bool hyperflash); 81 81 void rpcif_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs, 82 82 size_t *len);