projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5301b7a
)
phy: phy-can-transceiver: insert space after include
author
Wang Jinchao
<wangjinchao@xfusion.com>
Fri, 15 Dec 2023 06:09:00 +0000
(14:09 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 21 Dec 2023 17:09:59 +0000
(22:39 +0530)
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>
drivers/phy/phy-can-transceiver.c
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-can-transceiver.c
b/drivers/phy/phy-can-transceiver.c
index 840b7f8a31c5fd743af6611673fed4072c99fbd8..ee4ce42496985d28baf9a7e3172dd902cc7254f9 100644
(file)
--- 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 {