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>
This commit is contained in:
Sven Eckelmann 2025-11-23 12:57:49 +01:00 committed by Hauke Mehrtens
parent 3e539b6447
commit 4f71495a47

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only /* SPDX-License-Identifier: GPL-2.0-only */
struct __attribute__ ((__packed__)) part { struct __attribute__ ((__packed__)) part {
uint16_t start; uint16_t start;