PATCH: explicit typing WAS(Re: PATCH: rtnetlink explicit flags setting
From: jamal <hidden>
Date: 2005-06-02 13:04:52
From: jamal <hidden>
Date: 2005-06-02 13:04:52
On Tue, 2005-31-05 at 15:31 -0700, David S. Miller wrote:
From: Thomas Graf <tgraf@suug.ch> Date: Wed, 1 Jun 2005 00:26:46 +0200quoted
quoted
Please use explicit "unsigned int flags" instead of "unsigned flags".I converted this already in the two patches later in the thread.I see, thanks for pointing this out.
If you want to do it right, it should be a u16 actually ;-> In any case since we are being gracious - lets fix where i cutnpasted it from using TheLinuxWay ;-> ------------- This patch converts "unsigned flags" to use more explict types like u16 instead and incrementally introduces NLMSG_NEW(). Signed-off-by: Jamal Hadi Salim <redacted> cheers, jamal