[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1334506041-18612-1-git-send-email-nicola.lamacchia@gmail.com>
Date: Sun, 15 Apr 2012 18:07:21 +0200
From: Nicola Lamacchia <nicola.lamacchia@...il.com>
To: tglx@...utronix.de
Cc: linux-kernel@...r.kernel.org,
Nicola Lamacchia <nicola.lamacchia@...il.com>
Subject: [PATCH] Kernel: time: timer_stats: fix indentation issue.
Fix a coding style issue (bad indentation).
Signed-off-by: Nicola Lamacchia <nicola.lamacchia@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists