mbox series

[0/2] ipconfig: Add DBG and Documentation to '__connman_ipconfig_gateway_{add,remove}'

Message ID 20231128192304.1179479-1-gerickson@nuovations.com (mailing list archive)
Headers show
Series ipconfig: Add DBG and Documentation to '__connman_ipconfig_gateway_{add,remove}' | expand

Message

Grant Erickson Nov. 28, 2023, 7:23 p.m. UTC
This not only expands and harmonizes the initial 'DBG' statements in
'__connman_ipconfig_gateway_{add,remove}' to aid debugging in a
multi-technology environment with "EnableOnlineToReadyTransition" but
also adds function documentation to these functions.

Grant Erickson (2):
  ipconfig: Expand and harmonize 'DBG' in
    '__connman_ipconfig_gateway_{add,remove}'
  ipconfig: Document '__connman_ipconfig_gateway_{add,remove}'.

 src/ipconfig.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 61 insertions(+), 3 deletions(-)

Comments

Marcel Holtmann Nov. 29, 2023, 12:53 p.m. UTC | #1
Hi Grant,

> This not only expands and harmonizes the initial 'DBG' statements in
> '__connman_ipconfig_gateway_{add,remove}' to aid debugging in a
> multi-technology environment with "EnableOnlineToReadyTransition" but
> also adds function documentation to these functions.
> 
> Grant Erickson (2):
>  ipconfig: Expand and harmonize 'DBG' in
>    '__connman_ipconfig_gateway_{add,remove}'
>  ipconfig: Document '__connman_ipconfig_gateway_{add,remove}'.
> 
> src/ipconfig.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++---
> 1 file changed, 61 insertions(+), 3 deletions(-)

both patches have been applied.

Regards

Marcel