1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

mt76: add a space between comment char and SPDX tag

checkpatch expects a space between '#' and 'SPDX...'
Add a space.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Tom Rix 2021-06-10 14:44:37 -07:00 committed by Felix Fietkau
parent b70946ced1
commit c44ccf1dcc
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#SPDX-License-Identifier: ISC
# SPDX-License-Identifier: ISC
obj-$(CONFIG_MT7615_COMMON) += mt7615-common.o
obj-$(CONFIG_MT7615E) += mt7615e.o

View file

@ -1,4 +1,4 @@
#SPDX-License-Identifier: ISC
# SPDX-License-Identifier: ISC
obj-$(CONFIG_MT7915E) += mt7915e.o

View file

@ -1,4 +1,4 @@
#SPDX-License-Identifier: ISC
# SPDX-License-Identifier: ISC
obj-$(CONFIG_MT7921E) += mt7921e.o