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 <lucienmp.q...@gmail.com> > --- > > 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 <laur...@vivier.eu>