diff options
| author | Sven Eckelmann | 2025-11-23 11:57:49 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-24 23:28:49 +0000 |
| commit | 4f71495a47df99b6356e66183e4685257175cb73 (patch) | |
| tree | 591b707d4b871c4e2183c03d5a457376467efd01 | |
| parent | 3e539b64476001f39a36da1e5d473bd6d19d6724 (diff) | |
| download | openwrt-4f71495a47df99b6356e66183e4685257175cb73.tar.gz | |
realtek: Fix SPDX license lines in headers
Headers must use block-style comments to avoid problems with non-C
programming languages which try to use this header file.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.h b/target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.h index 5a0672206e..ef7650eb6a 100644 --- a/target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.h +++ b/target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-License-Identifier: GPL-2.0-only */ struct __attribute__ ((__packed__)) part { uint16_t start; |