Commit 88d015b9 authored by Eric Sandeen's avatar Eric Sandeen Committed by Nathan Scott

[XFS] Remove tabs from printk's

SGI Modid: 2.5.x-xfs:slinx:131185a
parent 262d0d38
......@@ -145,7 +145,7 @@ xlog_header_check_dump(xfs_mount_t *mp, xlog_rec_header_t *head)
printk("xlog_header_check_dump:\n SB : uuid = ");
for (b=0;b<16;b++) printk("%02x",((unsigned char *)&mp->m_sb.sb_uuid)[b]);
printk(", fmt = %d\n",XLOG_FMT);
printk(" log: uuid = ");
printk(" log: uuid = ");
for (b=0;b<16;b++) printk("%02x",((unsigned char *)&head->h_fs_uuid)[b]);
printk(", fmt = %d\n", INT_GET(head->h_fmt, ARCH_CONVERT));
}
......
......@@ -231,7 +231,7 @@ xfs_ioerror_alert(
{
cmn_err(CE_ALERT,
"I/O error in filesystem (\"%s\") meta-data dev 0x%x block 0x%llx"
" (\"%s\") error %d buf count %u",
" (\"%s\") error %d buf count %u",
(!mp || !mp->m_fsname) ? "(fs name not set)" : mp->m_fsname,
XFS_BUF_TARGET_DEV(bp),
(__uint64_t)blkno,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment