[PATCH] Kernel: time: timer_stats: fix indentation issue.

From: Nicola Lamacchia
Date: Sun Apr 15 2012 - 12:07:30 EST


Fix a coding style issue (bad indentation).

Signed-off-by: Nicola Lamacchia <nicola.lamacchia@xxxxxxxxx>
---
kernel/time/timer_stats.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/time/timer_stats.c b/kernel/time/timer_stats.c
index 0b537f2..0aa0eb9 100644
--- a/kernel/time/timer_stats.c
+++ b/kernel/time/timer_stats.c
@@ -306,7 +306,7 @@ static int tstats_show(struct seq_file *m, void *v)

for (i = 0; i < nr_entries; i++) {
entry = entries + i;
- if (entry->timer_flag & TIMER_STATS_FLAG_DEFERRABLE) {
+ if (entry->timer_flag & TIMER_STATS_FLAG_DEFERRABLE) {
seq_printf(m, "%4luD, %5d %-16s ",
entry->count, entry->pid, entry->comm);
} else {
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/