From 93774a4f84bccc2b50e561a86d0c171e514fba9b Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 28 Apr 2021 22:55:25 +0200 Subject: [PATCH] net: remove references to device_pm_control_nop Remove it from docstrings. Signed-off-by: Gerard Marull-Paretas --- include/net/ethernet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/ethernet.h b/include/net/ethernet.h index f3ed9c654c8..8d7b0b1d4cf 100644 --- a/include/net/ethernet.h +++ b/include/net/ethernet.h @@ -685,7 +685,7 @@ static inline bool net_eth_get_vlan_status(struct net_if *iface) * the system. * @param init_fn Address to the init function of the driver. * @param pm_control_fn Pointer to device_pm_control function. - * Can be empty function (device_pm_control_nop) if not implemented. + * Can be NULL if not implemented. * @param data Pointer to the device's private data. * @param cfg The address to the structure containing the * configuration information for this instance of the driver. @@ -709,7 +709,7 @@ static inline bool net_eth_get_vlan_status(struct net_if *iface) * @param node_id The devicetree node identifier. * @param init_fn Address to the init function of the driver. * @param pm_control_fn Pointer to device_pm_control function. - * Can be empty function (device_pm_control_nop) if not implemented. + * Can be NULL if not implemented. * @param data Pointer to the device's private data. * @param cfg The address to the structure containing the * configuration information for this instance of the driver.