All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] memory: renesas-rpc-if: correct whitespace
@ 2021-06-01 16:06 Krzysztof Kozlowski
  2021-06-01 16:06 ` [PATCH 2/2] MAINTAINERS: memory: cover also header file Krzysztof Kozlowski
  2021-06-03 11:13 ` [PATCH 1/2] memory: renesas-rpc-if: correct whitespace Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-06-01 16:06 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel

Use spaces instead of tabs as word separator.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 include/memory/renesas-rpc-if.h | 6 +++---
 1 file 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);
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] MAINTAINERS: memory: cover also header file
  2021-06-01 16:06 [PATCH 1/2] memory: renesas-rpc-if: correct whitespace Krzysztof Kozlowski
@ 2021-06-01 16:06 ` Krzysztof Kozlowski
  2021-06-03 11:13 ` [PATCH 1/2] memory: renesas-rpc-if: correct whitespace Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-06-01 16:06 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel

Add include/memory/ in memory drivers maintainers entry.  So far there
is only one file there for Renesas Reduced Pin Count Interface driver.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 365f873d0077..ac632ac6d533 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11860,6 +11860,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git
 F:	Documentation/devicetree/bindings/memory-controllers/
 F:	drivers/memory/
 F:	include/dt-bindings/memory/
+F:	include/memory/
 
 MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA
 M:	Dmitry Osipenko <digetx@gmail.com>
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] memory: renesas-rpc-if: correct whitespace
  2021-06-01 16:06 [PATCH 1/2] memory: renesas-rpc-if: correct whitespace Krzysztof Kozlowski
  2021-06-01 16:06 ` [PATCH 2/2] MAINTAINERS: memory: cover also header file Krzysztof Kozlowski
@ 2021-06-03 11:13 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2021-06-03 11:13 UTC (permalink / raw)
  To: linux-kernel, Krzysztof Kozlowski

On Tue, 1 Jun 2021 18:06:07 +0200, Krzysztof Kozlowski wrote:
> Use spaces instead of tabs as word separator.

Applied, thanks!

[1/2] memory: renesas-rpc-if: correct whitespace
      commit: 8c84a7335e71de1f045247eb035d55712e13222a
[2/2] MAINTAINERS: memory: cover also header file
      commit: 717cd731de8983483f6f41611b0d60aa3c267ff9

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-03 11:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 16:06 [PATCH 1/2] memory: renesas-rpc-if: correct whitespace Krzysztof Kozlowski
2021-06-01 16:06 ` [PATCH 2/2] MAINTAINERS: memory: cover also header file Krzysztof Kozlowski
2021-06-03 11:13 ` [PATCH 1/2] memory: renesas-rpc-if: correct whitespace Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.