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:
parent
b70946ced1
commit
c44ccf1dcc
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#SPDX-License-Identifier: ISC
|
||||
# SPDX-License-Identifier: ISC
|
||||
|
||||
obj-$(CONFIG_MT7615_COMMON) += mt7615-common.o
|
||||
obj-$(CONFIG_MT7615E) += mt7615e.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#SPDX-License-Identifier: ISC
|
||||
# SPDX-License-Identifier: ISC
|
||||
|
||||
obj-$(CONFIG_MT7915E) += mt7915e.o
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#SPDX-License-Identifier: ISC
|
||||
# SPDX-License-Identifier: ISC
|
||||
|
||||
obj-$(CONFIG_MT7921E) += mt7921e.o
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue