aboutsummaryrefslogtreecommitdiff
path: root/net/8021q
diff options
context:
space:
mode:
authorxypron.glpk@gmx.de2016-07-31 09:19:50 +0200
committerDavid S. Miller2016-08-01 13:32:51 -0700
commit59d53bc213efed3cb40eae2a8273eafd884786a1 (patch)
tree71b613d5cc41ec941b175404f9afe0aea0c9bb7e /net/8021q
parentdf7e88f6cad8cc4e02c9275018a572fab59562c0 (diff)
net: caif: use correct format specifier
%u is the wrong format specifier for int. size_t cannot be converted to int without possible loss of information. So leave the result as size_t and use %zu as format specifier. cf. Documentation/printk-formats.txt Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q')
0 files changed, 0 insertions, 0 deletions