diff --git a/include/drivers/modem/gsm_ppp.h b/include/drivers/modem/gsm_ppp.h index 2a79405d481..689ec26fadf 100644 --- a/include/drivers/modem/gsm_ppp.h +++ b/include/drivers/modem/gsm_ppp.h @@ -43,8 +43,6 @@ void gsm_ppp_stop(const struct device *dev); * @param modem_off: callback function to * execute during gsm ppp stopping. * @param user_data: user specified data - * - * @retval None. */ void gsm_ppp_register_modem_power_callback(const struct device *dev, gsm_modem_power_cb modem_on,