Re: [PATCH] efi/printf: remove unneeded semicolon

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 9 Sep 2020 at 22:01, Arvind Sankar <nivedita@xxxxxxxxxxxx> wrote:
>
> On Wed, Sep 09, 2020 at 02:44:32PM +0800, Tian Tao wrote:
> > Fix the warning below.
> > efi/libstub/vsprintf.c:135:2-3: Unneeded semicolon
> >
> > Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx>
> > ---
> >  drivers/firmware/efi/libstub/vsprintf.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/firmware/efi/libstub/vsprintf.c b/drivers/firmware/efi/libstub/vsprintf.c
> > index e65ef49..1088e28 100644
> > --- a/drivers/firmware/efi/libstub/vsprintf.c
> > +++ b/drivers/firmware/efi/libstub/vsprintf.c
> > @@ -135,7 +135,7 @@ char *number(char *end, unsigned long long num, int base, char locase)
> >               break;
> >       default:
> >               unreachable();
> > -     };
> > +     }
> >
> >       return end;
> >  }
> > --
> > 2.7.4
> >
>
> Acked-by: Arvind Sankar <nivedita@xxxxxxxxxxxx>

Queued in efi/next, thanks.



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux