]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: mdio: adapt module information
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Sun, 3 May 2026 16:27:35 +0000 (18:27 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 5 May 2026 11:12:17 +0000 (13:12 +0200)
Rename the module to describe that it is for the Realtek Otto
switches. Add owner to make clear who takes care. Adapt the
license to match the SPDX header.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/23204
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.18/drivers/net/mdio/mdio-realtek-otto.c

index 9979b8a4494f63ee46f7eb81fc32bd01c3a7576f..8bd674810b4c7f7078b098e7570d6ffe23162976 100644 (file)
@@ -1127,5 +1127,6 @@ static struct platform_driver rtmdio_driver = {
 
 module_platform_driver(rtmdio_driver);
 
-MODULE_DESCRIPTION("RTL83xx/RTL93xx MDIO driver");
-MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Markus Stockhausen <markus.stockhausen@gmx.de>");
+MODULE_DESCRIPTION("Realtek Otto MDIO driver");
+MODULE_LICENSE("GPL v2");