qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] m68k comments break patch submission due to


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH v2] m68k comments break patch submission due to being incorrectly formatted
Date: Sun, 9 Jun 2019 15:39:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

Le 07/06/2019 à 01:41, Lucien Murray-Pitts a écrit :
> Altering all comments in target/m68k to match Qemu coding styles so that 
> future
> patches wont fail due to style breaches.
> 
> Signed-off-by: Lucien Murray-Pitts <address@hidden>
> ---
> 
> Notes:
>     v1->v2
>      - incorrectly made split-single line comments multiple single lines
>      - added corrections for /** comments as well as /*----...
>      - caught some other malformed comments that had been missed out
> 
>  target/m68k/cpu-qom.h               |   2 +-
>  target/m68k/cpu.c                   |   6 +-
>  target/m68k/cpu.h                   |  32 ++--
>  target/m68k/fpu_helper.c            |   6 +-
>  target/m68k/gdbstub.c               |   6 +-
>  target/m68k/helper.c                |  16 +-
>  target/m68k/m68k-semi.c             |  24 ++-
>  target/m68k/op_helper.c             |  58 ++++---
>  target/m68k/softfloat.c             | 181 ++++++++++----------
>  target/m68k/softfloat.h             |   3 +-
>  target/m68k/softfloat_fpsp_tables.h |   3 +-
>  target/m68k/translate.c             | 246 ++++++++++++++++++----------
>  12 files changed, 355 insertions(+), 228 deletions(-)
> 

Reviewed-by: Laurent Vivier <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]