From: Antonio Quartulli Date: Mon, 19 Nov 2012 08:01:43 +0000 (+0100) Subject: batman-adv: unify and properly print hex values X-Git-Tag: v3.9-rc1~139^2~391^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a329915889a220b5f2c3f2eb3d7fd892567715;p=pandora-kernel.git batman-adv: unify and properly print hex values Values are printed in hexadecimal format in several points in the code, but they are not printed using the same format string. This patches unifies the format used for such numbers so that they look the same everywhere. Given the fact that all the variables printed as hexadecimal are 16 bit long, this is the chosen printing format: %#.4x Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed