Acked-by: Chengwen Feng <fengcheng...@huawei.com> 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 problem before because cmdline_poll() > was not used anywhere. > > Fixes: f8f8dc289095 ("cmdline: make struct rdline opaque") > Cc: dmitry.kozl...@gmail.com > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > ---
...