Commit 8c84a733 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

memory: renesas-rpc-if: correct whitespace

Use spaces instead of tabs as word separator.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210601160608.312446-1-krzysztof.kozlowski@canonical.com
parent 76e5624f
...@@ -19,7 +19,7 @@ enum rpcif_data_dir { ...@@ -19,7 +19,7 @@ enum rpcif_data_dir {
RPCIF_DATA_OUT, RPCIF_DATA_OUT,
}; };
struct rpcif_op { struct rpcif_op {
struct { struct {
u8 buswidth; u8 buswidth;
u8 opcode; u8 opcode;
...@@ -57,7 +57,7 @@ struct rpcif_op { ...@@ -57,7 +57,7 @@ struct rpcif_op {
} data; } data;
}; };
struct rpcif { struct rpcif {
struct device *dev; struct device *dev;
void __iomem *dirmap; void __iomem *dirmap;
struct regmap *regmap; struct regmap *regmap;
...@@ -76,7 +76,7 @@ struct rpcif { ...@@ -76,7 +76,7 @@ struct rpcif {
u32 ddr; /* DRDRENR or SMDRENR */ u32 ddr; /* DRDRENR or SMDRENR */
}; };
int rpcif_sw_init(struct rpcif *rpc, struct device *dev); int rpcif_sw_init(struct rpcif *rpc, struct device *dev);
void rpcif_hw_init(struct rpcif *rpc, bool hyperflash); void rpcif_hw_init(struct rpcif *rpc, bool hyperflash);
void rpcif_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs, void rpcif_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs,
size_t *len); size_t *len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment