diff mbox series

[v2,4/4] MAINTAINERS: Add lib/test_scanf.c to VSPRINTF

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

Commit Message

Richard Fitzgerald Nov. 30, 2020, 2:58 p.m. UTC
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(+)

Comments

Petr Mladek Dec. 9, 2020, 2:22 p.m. UTC | #1
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
Shuah Khan Dec. 15, 2020, 6:45 p.m. UTC | #2
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 mbox series

Patch

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