fs,userns: Change inode_capable to capable_wrt_inode_uidgid
[cascardo/linux.git] / fs / fscache / histogram.c
index bad4967..7d637e2 100644 (file)
@@ -31,12 +31,10 @@ static int fscache_histogram_show(struct seq_file *m, void *v)
 
        switch ((unsigned long) v) {
        case 1:
-               seq_puts(m, "JIFS  SECS  OBJ INST  OP RUNS   OBJ RUNS "
-                        " RETRV DLY RETRIEVLS\n");
+               seq_puts(m, "JIFS  SECS  OBJ INST  OP RUNS   OBJ RUNS  RETRV DLY RETRIEVLS\n");
                return 0;
        case 2:
-               seq_puts(m, "===== ===== ========= ========= ========="
-                        " ========= =========\n");
+               seq_puts(m, "===== ===== ========= ========= ========= ========= =========\n");
                return 0;
        default:
                index = (unsigned long) v - 3;