Commit 090c7ae8 authored by Lee Jones's avatar Lee Jones Committed by Jakub Kicinski

net: xen-netback: xenbus: Demote nonconformant kernel-doc headers

Fixes the following W=1 kernel build warning(s):

 drivers/net/xen-netback/xenbus.c:419: warning: Function parameter or member 'dev' not described in 'frontend_changed'
 drivers/net/xen-netback/xenbus.c:419: warning: Function parameter or member 'frontend_state' not described in 'frontend_changed'
 drivers/net/xen-netback/xenbus.c:1001: warning: Function parameter or member 'dev' not described in 'netback_probe'
 drivers/net/xen-netback/xenbus.c:1001: warning: Function parameter or member 'id' not described in 'netback_probe'
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 7d2a9244
...@@ -411,7 +411,7 @@ static void read_xenbus_frontend_xdp(struct backend_info *be, ...@@ -411,7 +411,7 @@ static void read_xenbus_frontend_xdp(struct backend_info *be,
vif->xdp_headroom = headroom; vif->xdp_headroom = headroom;
} }
/** /*
* Callback received when the frontend's state changes. * Callback received when the frontend's state changes.
*/ */
static void frontend_changed(struct xenbus_device *dev, static void frontend_changed(struct xenbus_device *dev,
...@@ -996,7 +996,7 @@ static int netback_remove(struct xenbus_device *dev) ...@@ -996,7 +996,7 @@ static int netback_remove(struct xenbus_device *dev)
return 0; return 0;
} }
/** /*
* Entry point to this code when a new device is created. Allocate the basic * Entry point to this code when a new device is created. Allocate the basic
* structures and switch to InitWait. * structures and switch to InitWait.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment