Re: [PATCH v2] printf: Remove unused 'bprintf'

From: Steven Rostedt
Date: Thu Oct 03 2024 - 11:13:00 EST


On Thu, 3 Oct 2024 10:13:34 +0200
Petr Mladek <pmladek@xxxxxxxx> wrote:

> On Wed 2024-10-02 18:31:47, linux@xxxxxxxxxxx wrote:
> > From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>
> >
> > bprintf() is unused. Remove it. It was added in the commit 4370aa4aa753
> > ("vsprintf: add binary printf") but as far as I can see was never used,
> > unlike the other two functions in that patch.
> >
> > Signed-off-by: Dr. David Alan Gilbert <linux@xxxxxxxxxxx>
> > Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
>
> Looks good to me:
>
> Acked-by: Petr Mladek <pmladek@xxxxxxxx>
>
> I assume that Sven is going to take it via the ftrace tree as he

Steven ;-)

> suggested at https://lore.kernel.org/r/20241002104807.42b4b64e@xxxxxxxxxxxxxxxxxx

Yeah, since I'm basically the only user of it, it's best it goes through my
testing.

Thanks,

-- Steve