Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255187
| From | Nicholas Mc Guire <der.herr@hofr.at> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] timeconst: update path in comment |
| Date | 2015-10-24 16:00 +0200 |
| Message-ID | <qn7wu-25p-17@gated-at.bofh.it> (permalink) |
| References | <pMcbM-6VV-11@gated-at.bofh.it> <qmq8b-6GG-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
--
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/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH] timeconst: update path in comment "Jason A. Donenfeld" <Jason@zx2c4.com> - 2015-10-22 17:40 +0200 Re: [PATCH] timeconst: update path in comment Nicholas Mc Guire <der.herr@hofr.at> - 2015-10-24 16:00 +0200
csiph-web