Commit f77e9f13 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by David S. Miller

net: ethernet: xilinx: Drop kernel doc comment about return value

During review of the patch that became 2e0ec0af ("net: ethernet:
xilinx: Convert to platform remove callback returning void") in
net-next, Radhey Shyam Pandey pointed out that the change makes the
documentation about the return value obsolete. The patch was applied
without addressing this feedback, so here comes a fix in a separate
patch.

Fixes: 2e0ec0af ("net: ethernet: xilinx: Convert to platform remove callback returning void")
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: default avatarRadhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d87c59f2
......@@ -1180,8 +1180,6 @@ static int xemaclite_of_probe(struct platform_device *ofdev)
* This function is called if a device is physically removed from the system or
* if the driver module is being unloaded. It frees any resources allocated to
* the device.
*
* Return: 0, always.
*/
static void xemaclite_of_remove(struct platform_device *of_dev)
{
......
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