Re: [PATCH 1/2] rtems: Add "Generated from ..." comments

2020-10-08 Thread Joel Sherrill
On Wed, Oct 7, 2020 at 10:32 PM Chris Johns wrote: > On 8/10/20 2:18 pm, Joel Sherrill wrote: > > On Wed, Oct 7, 2020, 10:14 PM Chris Johns > > wrote: > > On 7/10/20 9:14 pm, Sebastian Huber wrote: > > > Improve file header comment. > > > > This is great. > >

Re: [PATCH 1/2] rtems: Add "Generated from ..." comments

2020-10-07 Thread Chris Johns
On 8/10/20 2:18 pm, Joel Sherrill wrote: > On Wed, Oct 7, 2020, 10:14 PM Chris Johns > wrote: > On 7/10/20 9:14 pm, Sebastian Huber wrote: > > Improve file header comment. > > This is great. > > Agreed. I assume the spec: is defined somewhere. The patch has

Re: [PATCH 1/2] rtems: Add "Generated from ..." comments

2020-10-07 Thread Joel Sherrill
On Wed, Oct 7, 2020, 10:14 PM Chris Johns wrote: > On 7/10/20 9:14 pm, Sebastian Huber wrote: > > Improve file header comment. > > This is great. > Agreed. I assume the spec: is defined somewhere. > > Thanks > Chris > ___ > devel mailing list > devel@

Re: [PATCH 1/2] rtems: Add "Generated from ..." comments

2020-10-07 Thread Chris Johns
On 7/10/20 9:14 pm, Sebastian Huber wrote: > Improve file header comment. This is great. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 1/2] rtems: Add "Generated from ..." comments

2020-10-07 Thread Sebastian Huber
Improve file header comment. Update #3993. --- cpukit/include/rtems.h | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/cpukit/include/rtems.h b/cpukit/include/rtems.h index cda2bd5b24..9b0765efda 100644 --- a/cpukit/include/rtems.h +++ b/cpukit/include/rtems.