From: Bartosz Golaszewski Date: Mon, 19 Jun 2023 09:23:54 +0000 (+0200) Subject: net: stmmac: dwmac-qcom-ethqos: add a newline between headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=97f73bc59e1620c70635be68ab7ee91779bdf03e;p=linux.git net: stmmac: dwmac-qcom-ethqos: add a newline between headers Typically we use a newline between global and local headers so add it here as well. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew Halaney Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c index b66d64d138cb6..e3a9b785334d1 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c @@ -7,6 +7,7 @@ #include #include #include + #include "stmmac.h" #include "stmmac_platform.h"