]> git.neil.brown.name Git - history.git/commitdiff
[XFS] Remove tabs from printk's
authorEric Sandeen <sandeen@sgi.com>
Wed, 6 Nov 2002 21:28:11 +0000 (22:28 +0100)
committerNathan Scott <nathans@sgi.com>
Wed, 6 Nov 2002 21:28:11 +0000 (22:28 +0100)
SGI Modid: 2.5.x-xfs:slinx:131185a

fs/xfs/xfs_log_recover.c
fs/xfs/xfs_rw.c

index b01d968eaf01854517112bc17a32c05c7680aed2..8d0d4363ef6a9cf5e56c6b3b36b2c59829ff9f95 100644 (file)
@@ -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));
 }
index c201599a11ef27ac0e76b8dfeaccd4741771789d..7f190e4f68f6134d4832af03ab22becd29e611a6 100644 (file)
@@ -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,