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 <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- > v3 - yet another commit message typo
There is yet another typo that I fixed: strcspy -> strscpy Applied, thanks.

