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

mt76: use SPDX header file comment style

header files should use '/* SPDX ... */
Change from c file comment syle to header style

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:38 -07:00 committed by Felix Fietkau
parent c44ccf1dcc
commit e7f1c44192
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: ISC
/* SPDX-License-Identifier: ISC */
/* Copyright (C) 2020 MediaTek Inc.
*
* Author: Sean Wang <sean.wang@mediatek.com>

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: ISC
/* SPDX-License-Identifier: ISC */
/* Copyright (C) 2020 MediaTek Inc. */
#ifndef __MT7915_TESTMODE_H