diff options
| author | Uwe Kleine-König <[email protected]> | 2023-09-21 06:35:01 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2023-10-01 13:00:27 +0000 |
| commit | f77e9f13ba090d922fdd3f6e3485fc32010284db (patch) | |
| tree | 3505e7fa1b3e96daefece780a49d593911930be8 | |
| parent | net: atl1c: switch to napi_consume_skb() (diff) | |
| download | kernel-f77e9f13ba090d922fdd3f6e3485fc32010284db.tar.gz kernel-f77e9f13ba090d922fdd3f6e3485fc32010284db.zip | |
net: ethernet: xilinx: Drop kernel doc comment about return value
During review of the patch that became 2e0ec0afa902 ("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: 2e0ec0afa902 ("net: ethernet: xilinx: Convert to platform remove callback returning void")
Signed-off-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Radhey Shyam Pandey <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c b/drivers/net/ethernet/xilinx/xilinx_emaclite.c index 32a502e7318b..765aa516aada 100644 --- a/drivers/net/ethernet/xilinx/xilinx_emaclite.c +++ b/drivers/net/ethernet/xilinx/xilinx_emaclite.c @@ -1180,8 +1180,6 @@ error: * 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) { |
