[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120417.224746.802445483718191876.davem@davemloft.net>
Date: Tue, 17 Apr 2012 22:47:46 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: ordex@...istici.org
Cc: netdev@...r.kernel.org, b.a.t.m.a.n@...ts.open-mesh.org
Subject: Re: [PATCH 10/11] batman-adv: print OGM seq numbers as unsigned
long
From: Antonio Quartulli <ordex@...istici.org>
Date: Tue, 17 Apr 2012 13:58:26 +0200
> OGM sequence numbers are declared as uint32_t and so they have to printed
> using %u instead of %d in order to avoid wrong representations.
>
> Signed-off-by: Antonio Quartulli <ordex@...istici.org>
Fix this commit message subject, "%u" is "unsigned int" not
"unsigned long"
"unsigned long" would be "%lu"
--
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