mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user