summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/ax88796b_rust.rs
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/ax88796b_rust.rs')
-rw-r--r--drivers/net/phy/ax88796b_rust.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/ax88796b_rust.rs b/drivers/net/phy/ax88796b_rust.rs
index 8c7eb009d9fc..bc73ebccc2aa 100644
--- a/drivers/net/phy/ax88796b_rust.rs
+++ b/drivers/net/phy/ax88796b_rust.rs
@@ -19,7 +19,7 @@ kernel::module_phy_driver! {
DeviceId::new_with_driver::<PhyAX88796B>()
],
name: "rust_asix_phy",
- author: "FUJITA Tomonori <fujita.tomonori@gmail.com>",
+ authors: ["FUJITA Tomonori <fujita.tomonori@gmail.com>"],
description: "Rust Asix PHYs driver",
license: "GPL",
}