phy: phy-can-transceiver: insert space after include

Message ID 202312151407+0800-wangjinchao@xfusion.com
State New
Headers
Series phy: phy-can-transceiver: insert space after include |

Commit Message

Wang Jinchao Dec. 15, 2023, 6:09 a.m. UTC
  Maintain Consistent Formatting: Insert Space after #include

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
 drivers/phy/phy-can-transceiver.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
  

Comments

Marc Kleine-Budde Dec. 15, 2023, 8:08 a.m. UTC | #1
On 15.12.2023 14:09:00, Wang Jinchao wrote:
> Maintain Consistent Formatting: Insert Space after #include
> 
> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>

Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de>

regards,
Marc
  
Vinod Koul Dec. 21, 2023, 5:15 p.m. UTC | #2
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,
  

Patch

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 {