From: Timur Tabi <ti...@codeaurora.org> Date: Mon, 21 Nov 2016 16:58:21 -0600
> diff --git a/drivers/net/ethernet/qualcomm/emac/emac-sgmii-fsm9900.c > b/drivers/net/ethernet/qualcomm/emac/emac-sgmii-fsm9900.c > new file mode 100644 > index 0000000..46f01b3 > --- /dev/null > +++ b/drivers/net/ethernet/qualcomm/emac/emac-sgmii-fsm9900.c > @@ -0,0 +1,246 @@ ... > + return 0; > +} > + Please do not place empty blank lines at the end of files. GIT even warns about this.