aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2008-10-16 15:32:46 -0700
committerLinus Torvalds <[email protected]>2008-10-16 15:32:46 -0700
commit1c95e1b69073cff5ff179e592fa1a1e182c78a17 (patch)
tree3fc9d1f665f66beb24d66b3ea65d2b5fdd7a1878 /net/unix/sysctl_net_unix.c
parente533b227055598b1f7dc8503a3b4f36b14b9da8a (diff)
Fix kernel/softirq.c printk format warning properly
This fixes the broken 77af7e3403e7314c47b0c07fbc5e4ef21d939532 ("softirq, warning fix: correct a format to avoid a warning") fix correctly. The type of a pointer subtraction is not "int", nor is it "long". It can be either (or something else). It's "ptrdiff_t", and the printk format for it is "%td". Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions