Skip to content

Commit 22f076a

Browse files
brgldavem330
authored andcommitted
net: ethernet: mediatek: remove unnecessary spaces from Makefile
The Makefile formatting in the kernel tree usually doesn't use tabs, so remove them before we add a second driver. Signed-off-by: Bartosz Golaszewski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d3d6974 commit 22f076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mediatek/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Makefile for the Mediatek SoCs built-in ethernet macs
44
#
55

6-
obj-$(CONFIG_NET_MEDIATEK_SOC) += mtk_eth.o
6+
obj-$(CONFIG_NET_MEDIATEK_SOC) += mtk_eth.o
77
mtk_eth-y := mtk_eth_soc.o mtk_sgmii.o mtk_eth_path.o

0 commit comments

Comments
 (0)