All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kernel: time: timer_stats: fix indentation issue.
@ 2012-04-15 16:07 Nicola Lamacchia
  0 siblings, 0 replies; only message in thread
From: Nicola Lamacchia @ 2012-04-15 16:07 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, Nicola Lamacchia

Fix a coding style issue (bad indentation).

Signed-off-by: Nicola Lamacchia <nicola.lamacchia@gmail.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-15 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-15 16:07 [PATCH] Kernel: time: timer_stats: fix indentation issue Nicola Lamacchia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.