The patch titled time: fix inconsistent function names in comments has been added to the -mm tree. Its filename is time-fix-inconsistent-function-names-in-comments.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: time: fix inconsistent function names in comments From: lizf <lizf@xxxxxxxxxxxxxx> Signed-off-by: Li Zefan <lizf@xxxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/time/tick-broadcast.c | 2 +- kernel/time/tick-sched.c | 2 +- kernel/timer.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff -puN kernel/time/tick-broadcast.c~time-fix-inconsistent-function-names-in-comments kernel/time/tick-broadcast.c --- a/kernel/time/tick-broadcast.c~time-fix-inconsistent-function-names-in-comments +++ a/kernel/time/tick-broadcast.c @@ -508,7 +508,7 @@ static void tick_broadcast_clear_oneshot } /** - * tick_broadcast_setup_highres - setup the broadcast device for highres + * tick_broadcast_setup_oneshot - setup the broadcast device */ void tick_broadcast_setup_oneshot(struct clock_event_device *bc) { diff -puN kernel/time/tick-sched.c~time-fix-inconsistent-function-names-in-comments kernel/time/tick-sched.c --- a/kernel/time/tick-sched.c~time-fix-inconsistent-function-names-in-comments +++ a/kernel/time/tick-sched.c @@ -321,7 +321,7 @@ ktime_t tick_nohz_get_sleep_length(void) } /** - * nohz_restart_sched_tick - restart the idle tick from the idle task + * tick_nohz_restart_sched_tick - restart the idle tick from the idle task * * Restart the idle tick when the CPU is woken up from idle */ diff -puN kernel/timer.c~time-fix-inconsistent-function-names-in-comments kernel/timer.c --- a/kernel/timer.c~time-fix-inconsistent-function-names-in-comments +++ a/kernel/timer.c @@ -790,7 +790,7 @@ static unsigned long cmp_next_hrtimer_ev } /** - * next_timer_interrupt - return the jiffy of the next pending timer + * get_next_timer_interrupt - return the jiffy of the next pending timer * @now: current time (in jiffies) */ unsigned long get_next_timer_interrupt(unsigned long now) _ Patches currently in -mm which might be from lizf@xxxxxxxxxxxxxx are time-fix-inconsistent-function-names-in-comments.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html