git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29916df
)
xfs: %pF is only for function pointers
author
Scott Wood
<scottwood@freescale.com>
Wed, 25 Mar 2015 03:56:21 +0000
(14:56 +1100)
committer
Dave Chinner
<david@fromorbit.com>
Wed, 25 Mar 2015 03:56:21 +0000
(14:56 +1100)
Use %pS for actual addresses, otherwise you'll get bad output
on arches like ppc64 where %pF expects a function descriptor.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
No differences found