On 08-Jan-21 7:58 PM, Stephen Hemminger wrote: > On Fri, 8 Jan 2021 17:42:05 +0000 > Anatoly Burakov <anatoly.burakov at intel.com> wrote: > >> +static uint8_t wait_supported; > > Since it is being used as a flag, bool is more common usage. > Will fix in v14, thanks! -- Thanks, Anatoly