2023-12-15 06:09:16

by Wang Jinchao

[permalink] [raw]
Subject: [PATCH] phy: phy-can-transceiver: insert space after include

Maintain Consistent Formatting: Insert Space after #include

Signed-off-by: Wang Jinchao <[email protected]>
---
drivers/phy/phy-can-transceiver.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c
index 840b7f8a31c5..ee4ce4249698 100644
--- a/drivers/phy/phy-can-transceiver.c
+++ b/drivers/phy/phy-can-transceiver.c
@@ -6,11 +6,11 @@
*
*/
#include <linux/of.h>
-#include<linux/phy/phy.h>
-#include<linux/platform_device.h>
-#include<linux/module.h>
-#include<linux/gpio.h>
-#include<linux/gpio/consumer.h>
+#include <linux/phy/phy.h>
+#include <linux/platform_device.h>
+#include <linux/module.h>
+#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/mux/consumer.h>

struct can_transceiver_data {
--
2.40.0



2023-12-15 08:09:07

by Marc Kleine-Budde

[permalink] [raw]
Subject: Re: [PATCH] phy: phy-can-transceiver: insert space after include

On 15.12.2023 14:09:00, Wang Jinchao wrote:
> Maintain Consistent Formatting: Insert Space after #include
>
> Signed-off-by: Wang Jinchao <[email protected]>

Reviewed-by: Marc Kleine-Budde <[email protected]>

regards,
Marc

--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung Nürnberg | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |


Attachments:
(No filename) (510.00 B)
signature.asc (499.00 B)
Download all attachments

2023-12-21 17:16:36

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] phy: phy-can-transceiver: insert space after include


On Fri, 15 Dec 2023 14:09:00 +0800, Wang Jinchao wrote:
> Maintain Consistent Formatting: Insert Space after #include
>
>

Applied, thanks!

[1/1] phy: phy-can-transceiver: insert space after include
commit: 57f31e911eaa5e682c0a03253f8b4348adee52cb

Best regards,
--
~Vinod