[PATCH 0/6] m68k: math-emu: Miscellaneous esthetical improvements

From: Geert Uytterhoeven
Date: Thu Aug 17 2023 - 10:46:10 EST


Hi all,

This patch series contains miscellaneous esthetical improvements for the
Linux/m68k floating point emulator. They have no functional impact.
The main objective is to get rid of the compiler warnings when building
with W=1.

I plan to queue this in the m68k tree rather sooner than later.

Thanks for your comments!

Geert Uytterhoeven (6):
m68k: math-emu: Fix incorrect file reference in fp_log.c
m68k: math-emu: Sanitize include guards
m68k: math-emu: Make multi_arith.h self-contained
m68k: math-emu: Replace external declarations by header inclusion
m68k: math-emu: Reformat function and variable headers
m68k: math-emu: Add missing prototypes

arch/m68k/math-emu/fp_arith.c | 49 ++++++++++-------------------
arch/m68k/math-emu/fp_arith.h | 49 +++++++++++------------------
arch/m68k/math-emu/fp_log.c | 46 ++++++++++-----------------
arch/m68k/math-emu/fp_log.h | 44 ++++++++++++++++++++++++++
arch/m68k/math-emu/fp_trig.c | 54 +++++++++++---------------------
arch/m68k/math-emu/fp_trig.h | 25 +++++++++++++--
arch/m68k/math-emu/multi_arith.h | 8 +++--
7 files changed, 142 insertions(+), 133 deletions(-)
create mode 100644 arch/m68k/math-emu/fp_log.h

--
2.34.1

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds