diff options
Diffstat (limited to 'fs/fscache/histogram.c')
| -rw-r--r-- | fs/fscache/histogram.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/fscache/histogram.c b/fs/fscache/histogram.c index bad496748a5..7d637e2335f 100644 --- a/fs/fscache/histogram.c +++ b/fs/fscache/histogram.c @@ -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;  | 
