linux-kernel.vger.kernel.org archive mirror
 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 related	[flat|nested] 4+ messages in thread

* Re: [PATCH] timeconst: update path in comment
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Jason A. Donenfeld @ 2015-10-22 15:31 UTC (permalink / raw)
  To: hofrat, tglx, linux-kernel

It's understandable nobody really cares about applying this patch,
since it's mostly just cosmetic. But it would be nice to know that
somebody out there cares about consistency like I do. It would also
help out the next person who's debugging time things and says "where
is that darn .bc file?".

On Tue, Jul 14, 2015 at 7:24 PM, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> 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

* Re: [PATCH] timeconst: update path in comment
  2015-10-22 15:31 ` Jason A. Donenfeld
@ 2015-10-24 13:42   ` Nicholas Mc Guire
  0 siblings, 0 replies; 4+ messages in thread
From: Nicholas Mc Guire @ 2015-10-24 13:42 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: hofrat, tglx, linux-kernel

On Thu, Oct 22, 2015 at 05:31:17PM +0200, Jason A. Donenfeld wrote:
> It's understandable nobody really cares about applying this patch,
> since it's mostly just cosmetic. But it would be nice to know that
> somebody out there cares about consistency like I do. It would also
> help out the next person who's debugging time things and says "where
> is that darn .bc file?".
>

seems like this was missed when things got moved into kernel/time
thanks for fixing this.
 
> On Tue, Jul 14, 2015 at 7:24 PM, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> > 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
> >

thx!
hofrat

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

* [tip:timers/core] timeconst: Update path in comment
  2015-07-14 17:24 [PATCH] timeconst: update path in comment Jason A. Donenfeld
  2015-10-22 15:31 ` Jason A. Donenfeld
@ 2015-10-26  1:09 ` tip-bot for Jason A. Donenfeld
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Jason A. Donenfeld @ 2015-10-26  1:09 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: tglx, Jason, mingo, linux-kernel, hpa

Commit-ID:  03f136a2074b2b8890da4a24df7104558ad0da48
Gitweb:     http://git.kernel.org/tip/03f136a2074b2b8890da4a24df7104558ad0da48
Author:     Jason A. Donenfeld <Jason@zx2c4.com>
AuthorDate: Tue, 14 Jul 2015 19:24:45 +0200
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 26 Oct 2015 10:06:06 +0900

timeconst: Update path in comment

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Cc: hofrat@osadl.org
Link: http://lkml.kernel.org/r/1436894685-5868-1-git-send-email-Jason@zx2c4.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 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"
 

^ permalink raw reply related	[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;
as well as URLs for NNTP newsgroup(s).