This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Patch 2 of 2 for ILP32 aarch64


On Wed, 2017-02-22 at 17:03 +0000, Joseph Myers wrote:
> sysdeps/unix/sysv/linux/aarch64/bits/stat.h and 
> sysdeps/unix/sysv/linux/aarch64/bits/statfs.h are missing
> descriptive 
> comments on their first line before the copyright notice.

Just to be clear on the format, is there any preference/standard in
having the description be a seperate comment than the copyright notice
and in having a blank line or not between the description and the
copyright notice.  I see a mix of options in existing code.

1)

/* description */
/* Copyright....


2)

/* description
   Copyright....

3)

/* description */

/* Copyright....

4) 

/* description

   Copyright.....


I guess my preference is number 4 but I haven't been consistent in
using that format.

Steve Ellcey
sellcey@cavium.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]