From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 10/11] batman-adv: print OGM seq numbers as unsigned long Date: Tue, 17 Apr 2012 22:47:46 -0400 (EDT) Message-ID: <20120417.224746.802445483718191876.davem@davemloft.net> References: <1334663907-22725-1-git-send-email-ordex@autistici.org> <1334663907-22725-11-git-send-email-ordex@autistici.org> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org To: ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org Return-path: In-Reply-To: <1334663907-22725-11-git-send-email-ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: b.a.t.m.a.n-bounces-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org Errors-To: b.a.t.m.a.n-bounces-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org List-Id: netdev.vger.kernel.org From: Antonio Quartulli 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 Fix this commit message subject, "%u" is "unsigned int" not "unsigned long" "unsigned long" would be "%lu"