mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] timeconst: update path in comment
@ 2015-07-14 17:24 Jason A. Donenfeld
  2015-10-22 15:31 ` Jason A. Donenfeld
  2015-10-26  1:09 ` [tip:timers/core] timeconst: Update " tip-bot for Jason A. Donenfeld
  0 siblings, 2 replies; 4+ messages in thread
From: Jason A. Donenfeld @ 2015-07-14 17:24 UTC (permalink / raw)
  To: hofrat, tglx, linux-kernel; +Cc: Jason A. Donenfeld

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
---
 kernel/time/timeconst.bc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/timeconst.bc b/kernel/time/timeconst.bc
index c7388de..c486889 100644
--- a/kernel/time/timeconst.bc
+++ b/kernel/time/timeconst.bc
@@ -39,7 +39,7 @@ define fmuls(b,n,d) {
 }
 
 define timeconst(hz) {
-	print "/* Automatically generated by kernel/timeconst.bc */\n"
+	print "/* Automatically generated by kernel/time/timeconst.bc */\n"
 	print "/* Time conversion constants for HZ == ", hz, " */\n"
 	print "\n"
 
-- 
2.4.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-26  1:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 17:24 [PATCH] timeconst: update path in comment Jason A. Donenfeld
2015-10-22 15:31 ` Jason A. Donenfeld
2015-10-24 13:42   ` Nicholas Mc Guire
2015-10-26  1:09 ` [tip:timers/core] timeconst: Update " tip-bot for Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome