Skip to content

Commit 57f31e9

Browse files
Wang Jinchaovinodkoul
authored andcommitted
phy: phy-can-transceiver: insert space after include
Maintain Consistent Formatting: Insert Space after #include Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com> Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de> Link: https://lore.kernel.org/r/202312151407+0800-wangjinchao@xfusion.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 5301b7a commit 57f31e9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

drivers/phy/phy-can-transceiver.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
*
77
*/
88
#include <linux/of.h>
9-
#include<linux/phy/phy.h>
10-
#include<linux/platform_device.h>
11-
#include<linux/module.h>
12-
#include<linux/gpio.h>
13-
#include<linux/gpio/consumer.h>
9+
#include <linux/phy/phy.h>
10+
#include <linux/platform_device.h>
11+
#include <linux/module.h>
12+
#include <linux/gpio.h>
13+
#include <linux/gpio/consumer.h>
1414
#include <linux/mux/consumer.h>
1515

1616
struct can_transceiver_data {

0 commit comments

Comments
 (0)