From: Marek Lindner <mareklindner@neomailbox.ch>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Replace C99 int types with kernel type
Date: Tue, 09 Jun 2015 22:25:58 +0800 [thread overview]
Message-ID: <3182681.oEdO8Enil5@voltaire> (raw)
In-Reply-To: <1432658067-14370-1-git-send-email-sven@narfation.org>
[-- Attachment #1: Type: text/plain, Size: 2174 bytes --]
On Tuesday, May 26, 2015 18:34:26 Sven Eckelmann wrote:
> (s|u)(8|16|32|64) are the preferred types in the kernel. The use of the
> standard C99 types u?int(8|16|32|64)_t are objected by some people and even
> checkpatch now warns about using them.
>
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> compat-include/linux/kernel.h | 2 +-
> compat-include/linux/percpu.h | 2 +-
> net/batman-adv/bat_iv_ogm.c | 94 +++++++-------
> net/batman-adv/bitarray.c | 6 +-
> net/batman-adv/bitarray.h | 10 +-
> net/batman-adv/bridge_loop_avoidance.c | 72 ++++++-----
> net/batman-adv/bridge_loop_avoidance.h | 5 +-
> net/batman-adv/distributed-arp-table.c | 59 +++++----
> net/batman-adv/distributed-arp-table.h | 8 +-
> net/batman-adv/fragmentation.c | 10 +-
> net/batman-adv/gateway_client.c | 16 +--
> net/batman-adv/gateway_client.h | 2 +-
> net/batman-adv/gateway_common.c | 11 +-
> net/batman-adv/hash.c | 6 +-
> net/batman-adv/hash.h | 12 +-
> net/batman-adv/icmp_socket.c | 2 +-
> net/batman-adv/main.c | 69 +++++-----
> net/batman-adv/main.h | 48 ++++---
> net/batman-adv/multicast.c | 16 +--
> net/batman-adv/network-coding.c | 44 ++++---
> net/batman-adv/originator.c | 15 ++-
> net/batman-adv/originator.h | 11 +-
> net/batman-adv/packet.h | 204 +++++++++++++++---------------
> net/batman-adv/routing.c | 24 ++--
> net/batman-adv/routing.h | 2 +-
> net/batman-adv/send.c | 8 +-
> net/batman-adv/send.h | 8 +-
> net/batman-adv/soft-interface.c | 26 ++--
> net/batman-adv/sysfs.c | 4 +-
> net/batman-adv/translation-table.c | 224
> ++++++++++++++++-----------------
> net/batman-adv/translation-table.h | 29 +++--
> net/batman-adv/types.h | 109 ++++++++--------
> 32 files changed, 568 insertions(+), 590 deletions(-)
Applied in revision dc0e68b.
Thanks,
Marek
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
prev parent reply other threads:[~2015-06-09 14:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 16:34 [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Replace C99 int types with kernel type Sven Eckelmann
2015-05-26 16:34 ` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Avoid u32 overflow during gateway select Sven Eckelmann
2015-06-09 14:43 ` Marek Lindner
2015-06-09 14:25 ` Marek Lindner [this message]
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=3182681.oEdO8Enil5@voltaire \
--to=mareklindner@neomailbox.ch \
--cc=b.a.t.m.a.n@lists.open-mesh.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.