Skip to content

Commit

Permalink
memory: renesas-rpc-if: correct whitespace
Browse files Browse the repository at this point in the history
Use spaces instead of tabs as word separator.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
krzk committed Jun 3, 2021
1 parent 76e5624 commit 8c84a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/memory/renesas-rpc-if.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum rpcif_data_dir {
RPCIF_DATA_OUT,
};

struct rpcif_op {
struct rpcif_op {
struct {
u8 buswidth;
u8 opcode;
Expand Down Expand Up @@ -57,7 +57,7 @@ struct rpcif_op {
} data;
};

struct rpcif {
struct rpcif {
struct device *dev;
void __iomem *dirmap;
struct regmap *regmap;
Expand All @@ -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);
Expand Down

0 comments on commit 8c84a73

Please sign in to comment.