From: Geert Uytterhoeven <geert@linux-m68k.org>
To: linux-m68k@lists.linux-m68k.org
Cc: Arnd Bergmann <arnd@arndb.de>,
linux-kernel@vger.kernel.org,
Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [PATCH 0/6] m68k: math-emu: Miscellaneous esthetical improvements
Date: Thu, 17 Aug 2023 16:44:47 +0200 [thread overview]
Message-ID: <cover.1692283195.git.geert@linux-m68k.org> (raw)
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@linux-m68k.org
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
next reply other threads:[~2023-08-17 14:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 14:44 Geert Uytterhoeven [this message]
2023-08-17 14:44 ` [PATCH 1/6] m68k: math-emu: Fix incorrect file reference in fp_log.c Geert Uytterhoeven
2023-08-17 14:44 ` [PATCH 2/6] m68k: math-emu: Sanitize include guards Geert Uytterhoeven
2023-08-17 14:44 ` [PATCH 3/6] m68k: math-emu: Make multi_arith.h self-contained Geert Uytterhoeven
2023-08-17 14:44 ` [PATCH 4/6] m68k: math-emu: Replace external declarations by header inclusion Geert Uytterhoeven
2023-08-17 14:44 ` [PATCH 5/6] m68k: math-emu: Reformat function and variable headers Geert Uytterhoeven
2023-08-17 14:44 ` [PATCH 6/6] m68k: math-emu: Add missing prototypes Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1692283195.git.geert@linux-m68k.org \
--to=geert@linux-m68k.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.