* [tip:timers/core] time: Rename udelay_test.c to test_udelay.c
@ 2014-11-22 19:31 tip-bot for John Stultz
0 siblings, 0 replies; only message in thread
From: tip-bot for John Stultz @ 2014-11-22 19:31 UTC (permalink / raw)
To: linux-tip-commits
Cc: mingo, john.stultz, mingo, keescook, greg, sfr, hpa, linux-next,
tglx, davidriley
Commit-ID: fd866e2b116b01d42428491899fe9925c42c121c
Gitweb: http://git.kernel.org/tip/fd866e2b116b01d42428491899fe9925c42c121c
Author: John Stultz <john.stultz@linaro•org>
AuthorDate: Mon, 4 Aug 2014 11:30:56 -0700
Committer: John Stultz <john.stultz@linaro•org>
CommitDate: Fri, 21 Nov 2014 11:59:55 -0800
time: Rename udelay_test.c to test_udelay.c
Kees requested that this test module be renamed for consistency sake,
so this patch renames the udelay_test.c file (recently added to
tip/timers/core for 3.17) to test_udelay.c
Cc: Kees Cook <keescook@chromium•org>
Cc: Greg KH <greg@kroah•com>
Cc: Stephen Rothwell <sfr@canb•auug.org.au>
Cc: Thomas Gleixner <tglx@linutronix•de>
Cc: Ingo Molnar <mingo@elte•hu>
Cc: Linux-Next <linux-next@vger•kernel.org>
Cc: David Riley <davidriley@chromium•org>
Signed-off-by: John Stultz <john.stultz@linaro•org>
---
kernel/time/Makefile | 2 +-
kernel/time/{udelay_test.c => test_udelay.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/time/Makefile b/kernel/time/Makefile
index 7347426..f622cf2 100644
--- a/kernel/time/Makefile
+++ b/kernel/time/Makefile
@@ -13,7 +13,7 @@ obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o
obj-$(CONFIG_TICK_ONESHOT) += tick-sched.o
obj-$(CONFIG_TIMER_STATS) += timer_stats.o
obj-$(CONFIG_DEBUG_FS) += timekeeping_debug.o
-obj-$(CONFIG_TEST_UDELAY) += udelay_test.o
+obj-$(CONFIG_TEST_UDELAY) += test_udelay.o
$(obj)/time.o: $(obj)/timeconst.h
diff --git a/kernel/time/udelay_test.c b/kernel/time/test_udelay.c
similarity index 100%
rename from kernel/time/udelay_test.c
rename to kernel/time/test_udelay.c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-22 19:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-22 19:31 [tip:timers/core] time: Rename udelay_test.c to test_udelay.c tip-bot for John Stultz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox