Messages in this thread Patch in this message |  | | Date | Tue, 20 Feb 2007 08:30:19 -0800 | From | Daniel Walker <> | Subject | [PATCH -mm] update timekeeping_is_continuous comment |
| |
Signed-Off-By: Daniel Walker <dwalker@mvista.com>
--- kernel/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.20/kernel/timer.c =================================================================== --- linux-2.6.20.orig/kernel/timer.c +++ linux-2.6.20/kernel/timer.c @@ -908,7 +908,7 @@ static inline void change_clocksource(vo #endif /** - * timeofday_is_continuous - check to see if timekeeping is free running + * timekeeping_is_continuous - check to see if timekeeping is free running */ int timekeeping_is_continuous(void) { -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |