Replace __attribute references with __attribute__
__attribute__ follows gcc's documented syntax and is generally more
common than __attribute. This change is only asthetic and should not
affect functionality.
Signed-off-by:
Peter Tyser <ptyser@xes-inc.com>
Showing
- cpu/arm920t/at91rm9200/ether.c 3 additions, 2 deletionscpu/arm920t/at91rm9200/ether.c
- cpu/arm920t/s3c24x0/usb_ohci.h 4 additions, 4 deletionscpu/arm920t/s3c24x0/usb_ohci.h
- cpu/mips/au1x00_usb_ohci.h 4 additions, 4 deletionscpu/mips/au1x00_usb_ohci.h
- cpu/mpc5xxx/usb_ohci.h 4 additions, 4 deletionscpu/mpc5xxx/usb_ohci.h
- cpu/mpc86xx/cpu.c 1 addition, 1 deletioncpu/mpc86xx/cpu.c
- cpu/ppc4xx/usb_ohci.h 4 additions, 4 deletionscpu/ppc4xx/usb_ohci.h
- drivers/mmc/mmc.c 2 additions, 2 deletionsdrivers/mmc/mmc.c
- drivers/usb/host/ohci.h 4 additions, 4 deletionsdrivers/usb/host/ohci.h
- drivers/usb/musb/musb_core.h 1 addition, 1 deletiondrivers/usb/musb/musb_core.h
- include/asm-m68k/types.h 1 addition, 1 deletioninclude/asm-m68k/types.h
- include/asm-ppc/types.h 1 addition, 1 deletioninclude/asm-ppc/types.h
- include/asm-sparc/types.h 1 addition, 1 deletioninclude/asm-sparc/types.h
- net/eth.c 2 additions, 2 deletionsnet/eth.c
Loading
Please register or sign in to comment