Message ID | 20201130145800.19960-4-rf@opensource.cirrus.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/4] lib: vsprintf: Fix handling of number field widths in vsscanf | expand |
On Mon 2020-11-30 14:58:00, Richard Fitzgerald wrote: > Adds the new scanf test to the VSPRINTF group. > > Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> I would prefer to squash this into the 2nd patch that adds the file. But anyway: Reviewed-by: Petr Mladek <pmladek@suse.com> Best Regards, Petr
On 12/9/20 7:22 AM, Petr Mladek wrote: > On Mon 2020-11-30 14:58:00, Richard Fitzgerald wrote: >> Adds the new scanf test to the VSPRINTF group. >> >> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> > > I would prefer to squash this into the 2nd patch that adds the > file. But anyway: > > Reviewed-by: Petr Mladek <pmladek@suse.com> > Agree with Petr. Squashing this with patch 2 is preferred. thanks, -- Shuah
diff --git a/MAINTAINERS b/MAINTAINERS index 7887d2161be4..d2bf38bd3d0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18782,6 +18782,7 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git F: Documentation/core-api/printk-formats.rst F: lib/test_printf.c +F: lib/test_scanf.c F: lib/vsprintf.c VT1211 HARDWARE MONITOR DRIVER
Adds the new scanf test to the VSPRINTF group. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)