> -----Original Message-----
> From: Anitha Boyapati [mailto:invalid.nore...@gnu.org] 
> Sent: Thursday, April 15, 2010 10:08 AM
> To: Boyapati, Anitha; Olivier Gay; Aksel Jensen; Galen Seitz; 
> Joerg Wunsch; Weddington, Eric; avr-libc-dev@nongnu.org
> Subject: [bug #28574] Xmega D ADC struct missing registers
> 
> 
> Follow-up Comment #11, bug #28574 (project avr-libc):
> 
> Proper patch with Changelog and News entries generated for 
> revision 2121.
> Build verified.
> 
> (file #20229)
>     _______________________________________________________
> 
> Additional Item Attachment:
> 
> File name: bug28574.patch                 Size:9 KB
> 
> 

Patch approved with changes below to the ChangeLog entry.

Currnently you have this:

+2010-04-06  Anitha Boyapati <anitha.boyap...@atmel.com>
+
+        Fix bug #28574.
+       * include/avr/iox128d3.h - Modify EVSYS_t and ADC_t structures to 
+                                                          include reserved 
registers.  
+       * include/avr/iox16d4.h  - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox192d3.h - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox256d3.h - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox32d4.h  - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+       * include/avr/iox64d3.h  - Modify EVSYS_t and ADC_t structures to
+                                                          include reserved 
registers.  
+

And it needs to change to this:

+2010-04-06  Anitha Boyapati <anitha.boyap...@atmel.com>
+
+     Fix bug #28574.
+       * include/avr/iox128d3.h - Modify EVSYS_t and ADC_t structures to 
+     include reserved registers.       
+       * include/avr/iox16d4.h  - Same.        
+       * include/avr/iox192d3.h - Same.
+       * include/avr/iox256d3.h - Same.
+       * include/avr/iox32d4.h  - Same.
+       * include/avr/iox64d3.h  - Same.
+

Be sure to use TABs for indententation and keep width of lines under 80 
characters (where a TAB is interpreted as 8 spaces).


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to