Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758865AbZACG2f (ORCPT ); Sat, 3 Jan 2009 01:28:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750787AbZACG2Y (ORCPT ); Sat, 3 Jan 2009 01:28:24 -0500 Received: from wf-out-1314.google.com ([209.85.200.174]:12077 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767AbZACG2X (ORCPT ); Sat, 3 Jan 2009 01:28:23 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Ei3qC0f3Its6hRno4dx+m7KhvetXUHNYDg8FM4h8NSGCgkZnQHA/LEJgFEm+BOo429 Q/oy2LkclvHVnwPgPX1yglZNAyopNqVoB4NZ2QAClFHCvJbE3n7v7iIe3WLjFAh8Racr go21yIrJsyVDboBpQVWnzx92R1rB65dkIXBJ8= Subject: Re: [PATCH 1/3]: Replace kernel/timeconst.pl with kernel/timeconst.sh From: Harvey Harrison To: Rob Landley Cc: Sam Ravnborg , Embedded Linux mailing list , linux-kernel@vger.kernel.org, Andrew Morton , "H. Peter Anvin" In-Reply-To: <200901020600.47847.rob@landley.net> References: <200901020207.30359.rob@landley.net> <200901020213.30658.rob@landley.net> <20090102090439.GA3057@uranus.ravnborg.org> <200901020600.47847.rob@landley.net> Content-Type: text/plain Date: Fri, 02 Jan 2009 22:28:19 -0800 Message-Id: <1230964099.5500.6.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 26 On Fri, 2009-01-02 at 06:00 -0600, Rob Landley wrote: > On Friday 02 January 2009 03:04:39 Sam Ravnborg wrote: > > > +# Output start of header file > > > + > > > +cat << EOF > > > +/* Automatically generated by kernel/timeconst.sh */ > > > +/* Conversion constants for HZ == $HZ */ > > > + > > > +#ifndef KERNEL_TIMECONST_H > > > +#define KERNEL_TIMECONST_H > > > > Please use __KERNEL_TIMECONST_H. The two underscores are standard. > > Sure thing. (I was just copying the perl there, I'll post an updated patch > after I get some sleep.) In the x86 discussions recently regarding header guards, I though a single underscore was eventually decided on as 'standard'. Harvey -- 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/