locking/lockdep: Fix lockdep_stats indentation problem
[linux-2.6-microblaze.git] / kernel / locking / lockdep_proc.c
index dadb7b7..9bb6d24 100644 (file)
@@ -286,9 +286,9 @@ static int lockdep_stats_show(struct seq_file *m, void *v)
        seq_printf(m, " stack-trace entries:           %11lu [max: %lu]\n",
                        nr_stack_trace_entries, MAX_STACK_TRACE_ENTRIES);
 #if defined(CONFIG_TRACE_IRQFLAGS) && defined(CONFIG_PROVE_LOCKING)
-       seq_printf(m, " number of stack traces:        %llu\n",
+       seq_printf(m, " number of stack traces:        %11llu\n",
                   lockdep_stack_trace_count());
-       seq_printf(m, " number of stack hash chains:   %llu\n",
+       seq_printf(m, " number of stack hash chains:   %11llu\n",
                   lockdep_stack_hash_count());
 #endif
        seq_printf(m, " combined max dependencies:     %11u\n",