[PATCH 1/1] white space damage in clockevents.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Missing some tabs ..

Signed-Off-By: Daniel Walker <[email protected]>

---
 kernel/time/clockevents.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

Index: linux-2.6.16/kernel/time/clockevents.c
===================================================================
--- linux-2.6.16.orig/kernel/time/clockevents.c
+++ linux-2.6.16/kernel/time/clockevents.c
@@ -473,7 +473,7 @@ int __init setup_global_clockevent(struc
 int clockevents_next_event_available(void)
 {
 	struct local_events *sources = &__get_cpu_var(local_eventsources);
-        int i;
+	int i;
 
 	if (!sources->nextevt)
 		return 0;
@@ -489,13 +489,13 @@ int clockevents_next_event_available(voi
 	 * have switched off one of the capability flags.
 	 */
 	for (i = 0; i < sources->installed; i++) {
-                if (sources->nextevt != sources->events[i].event)
-                        continue;
+		if (sources->nextevt != sources->events[i].event)
+			continue;
 
-	        if (sources->events[i].real_caps & ~CLOCK_CAP_NEXTEVT)
-        		return CLOCK_EVT_SCHEDTICK;
+		if (sources->events[i].real_caps & ~CLOCK_CAP_NEXTEVT)
+			return CLOCK_EVT_SCHEDTICK;
 		return CLOCK_EVT_NOTICK;
-        }
+	}
 	return CLOCK_EVT_NOTICK;
 }
 
@@ -527,7 +527,7 @@ int clockevents_set_next_event(ktime_t e
 		delta = sources->nextevt->min_delta_ns;
 
 #ifndef CONFIG_IA64
- 	clc = mpy_sc32((unsigned long) delta, sources->nextevt->mult);
+	clc = mpy_sc32((unsigned long) delta, sources->nextevt->mult);
 #else
 	clc = (unsigned long) delta * (unsigned long) sources->nextevt->mult;
 	clc = clc >> sources->nextevt->shift;
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux