[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140924094048.05fbd3ea@urahara>
Date: Wed, 24 Sep 2014 09:40:48 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Ahmed Amamou <ahmed@...di.net>
Cc: netdev@...r.kernel.org, william@...di.net,
f.cachereul@...halink.fr, Kamel Haddadou <kamel@...di.net>
Subject: Re: [RFC PATCH 03/24] net: rbridge: Add RBridge structure
On Wed, 24 Sep 2014 17:51:59 +0200
Ahmed Amamou <ahmed@...di.net> wrote:
> +struct rbr_nickinfo {
> + /* Nickname of the RBridge */
> + uint16_t nick;
> + /* Next-hop SNPA address to reach this RBridge */
> + u8 adjsnpa[ETH_ALEN];
Be consistent, always use kernel types (u16) not stdint types (uint16_t)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists