commit | aff68a5502d24be416e256478448e228f1a88aaf | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 09 11:46:05 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jan 12 14:09:08 2018 -0800 |
tree | b3a346ac6e68d0c2e7fa7803629b69722f6efe47 | |
parent | 3d170aa24283568b1ed92a09daa0e05a8788c6a4 [diff] |
xfs: use %pS printk format for direct instruction addresses Use the %pS instead of the %pF printk format specifier for printing symbols from direct addresses. This is needed for the ia64, ppc64 and parisc64 architectures. While we're at it, be consistent with the capitalization of the 'S'. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>