From: Wang Jinchao Date: Fri, 15 Dec 2023 06:09:00 +0000 (+0800) Subject: phy: phy-can-transceiver: insert space after include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=57f31e911eaa5e682c0a03253f8b4348adee52cb;p=linux.git phy: phy-can-transceiver: insert space after include Maintain Consistent Formatting: Insert Space after #include Signed-off-by: Wang Jinchao Reviewed-by: Marc Kleine-Budde Link: https://lore.kernel.org/r/202312151407+0800-wangjinchao@xfusion.com Signed-off-by: Vinod Koul --- diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c index 840b7f8a31c5f..ee4ce42496985 100644 --- a/drivers/phy/phy-can-transceiver.c +++ b/drivers/phy/phy-can-transceiver.c @@ -6,11 +6,11 @@ * */ #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include struct can_transceiver_data {