aboutsummaryrefslogtreecommitdiffstats
path: root/include/memory/renesas-rpc-if.h
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-06-01 18:06:07 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-06-03 13:12:37 +0200
commit8c84a7335e71de1f045247eb035d55712e13222a (patch)
treec3dd468ab5b9eedc13ed7ec4f8dc1f141eab5eb8 /include/memory/renesas-rpc-if.h
parentmemory: pl353: Fix error return code in pl353_smc_probe() (diff)
downloadlinux-dev-8c84a7335e71de1f045247eb035d55712e13222a.tar.xz
linux-dev-8c84a7335e71de1f045247eb035d55712e13222a.zip
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
Diffstat (limited to 'include/memory/renesas-rpc-if.h')
-rw-r--r--include/memory/renesas-rpc-if.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/memory/renesas-rpc-if.h b/include/memory/renesas-rpc-if.h
index 14cfd036268a..e3e770f76f34 100644
--- a/include/memory/renesas-rpc-if.h
+++ b/include/memory/renesas-rpc-if.h
@@ -19,7 +19,7 @@ enum rpcif_data_dir {
RPCIF_DATA_OUT,
};
-struct rpcif_op {
+struct rpcif_op {
struct {
u8 buswidth;
u8 opcode;
@@ -57,7 +57,7 @@ struct rpcif_op {
} data;
};
-struct rpcif {
+struct rpcif {
struct device *dev;
void __iomem *dirmap;
struct regmap *regmap;
@@ -76,7 +76,7 @@ struct rpcif {
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_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs,
size_t *len);