16/11/2021 00:26, Stephen Hemminger: > Current version of Linux kernel checkpatch now complains about > usages of strlcpy because the Linux kernel prefers strcspy. > > WARNING:STRLCPY: Prefer strscpy over strlcpy > > But DPDK project allows strlcpy, therefore suppress the warning. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > --- > v3 - yet another commit message typo
There is yet another typo that I fixed: strcspy -> strscpy Applied, thanks.