Re: [PATCH v11 1/3] cmdline: make rdline status not private

2023-02-05 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/2/4 3:14, Stephen Hemminger wrote: > The function cmdline_poll() returns values from rdline_status enum > but that was moved to being defined only in cmdline_private.h. > > For proper use of the API the return value needs to be visible > to callers. This was not a

[PATCH v11 1/3] cmdline: make rdline status not private

2023-02-03 Thread Stephen Hemminger
The function cmdline_poll() returns values from rdline_status enum but that was moved to being defined only in cmdline_private.h. For proper use of the API the return value needs to be visible to callers. This was not a problem before because cmdline_poll() was not used anywhere. Fixes: f8f8dc289