From: Antonio Quartulli Date: Sun, 26 Feb 2012 14:39:41 +0000 (+0100) Subject: batman-adv: print OGM seq numbers as unsigned int X-Git-Tag: v3.5-rc1~109^2~411^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97c72b493d7b450005f4054b15679e312c89caa;p=pandora-kernel.git batman-adv: print OGM seq numbers as unsigned int 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 --- Reading git-diff-tree failed