rtl8188eu: Fix trailing spaces

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2021-07-23 15:22:16 -05:00
parent 4e056cdd71
commit 0ff1f31cc5
3 changed files with 9 additions and 12 deletions

View file

@ -128,7 +128,7 @@ rtk_core := \
core/rtw_sreset.o \
core/rtw_sta_mgt.o \
core/rtw_wlan_util.o \
core/rtw_xmit.o
core/rtw_xmit.o
8188eu-y += $(rtk_core)
@ -190,4 +190,3 @@ clean: $(clean_more)
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko