On Thu, 2020-12-10 at 14:35 -0600, Don Brace wrote: > From: Kevin Barnett <kevin.barnett@xxxxxxxxxxxxx> > > The entire Linux kernel has been slowly migrating from snprintf > to scnprintf, so we are doing our part. This article explains > the rationale for this change: > https: //lwn.net/Articles/69419/ > > Reviewed-by: Scott Benesh <scott.benesh@xxxxxxxxxxxxx> > Reviewed-by: Scott Teel <scott.teel@xxxxxxxxxxxxx> > Signed-off-by: Kevin Barnett <kevin.barnett@xxxxxxxxxxxxx> > Signed-off-by: Don Brace <don.brace@xxxxxxxxxxxxx> AFAICS, none of the changed snprintf() invocations could possibly overflow their target buffers, so this isn't necessary. Anyway, Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>