From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752007AbbJXNuk (ORCPT ); Sat, 24 Oct 2015 09:50:40 -0400 Received: from mail.osadl.at ([92.243.35.153]:40296 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbbJXNuj (ORCPT ); Sat, 24 Oct 2015 09:50:39 -0400 X-Greylist: delayed 486 seconds by postgrey-1.27 at vger.kernel.org; Sat, 24 Oct 2015 09:50:39 EDT Date: Sat, 24 Oct 2015 13:42:20 +0000 From: Nicholas Mc Guire To: "Jason A. Donenfeld" Cc: hofrat@osadl.org, tglx@linutronix.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] timeconst: update path in comment Message-ID: <20151024134220.GA27462@osadl.at> References: <1436894685-5868-1-git-send-email-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 wrote: > > Signed-off-by: Jason A. Donenfeld > > --- > > 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