summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/most/net/net.c')
-rw-r--r--drivers/staging/most/net/net.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/most/net/net.c b/drivers/staging/most/net/net.c
index f125bb6da406..a5fd14246046 100644
--- a/drivers/staging/most/net/net.c
+++ b/drivers/staging/most/net/net.c
@@ -539,9 +539,9 @@ static void __exit most_net_exit(void)
/**
* on_netinfo - callback for HDM to be informed about HW's MAC
- * @param iface - most interface instance
- * @param link_stat - link status
- * @param mac_addr - MAC address
+ * @iface: most interface instance
+ * @link_stat: link status
+ * @mac_addr: MAC address
*/
static void on_netinfo(struct most_interface *iface,
unsigned char link_stat, unsigned char *mac_addr)