summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:26:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:26:21 +0000
commit3239698d1fe72364c85f7a76799421bfd90cc4d7 (patch)
treee341344cbac10c1e3988de8657b39cce6c4ec848
parentRemove unnecessary white spaces. (diff)
downloadrtems-3239698d1fe72364c85f7a76799421bfd90cc4d7.tar.bz2
Remove stray white spaces.
-rw-r--r--c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/arm/arm_bare_bsp/include/registers.h1
-rw-r--r--c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S12
-rw-r--r--c/src/lib/libbsp/arm/arm_bare_bsp/startup/exit.c8
-rw-r--r--c/src/lib/libbsp/arm/armulator/console/console-io.c1
-rw-r--r--c/src/lib/libbsp/arm/armulator/start/start.S1
-rw-r--r--c/src/lib/libbsp/arm/armulator/startup/syscalls.c1
-rw-r--r--c/src/lib/libbsp/arm/edb7312/console/uart.c1
-rw-r--r--c/src/lib/libbsp/arm/edb7312/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_init.c1
-rw-r--r--c/src/lib/libbsp/arm/edb7312/start/start.S2
-rw-r--r--c/src/lib/libbsp/arm/edb7312/timer/timer.c1
-rw-r--r--c/src/lib/libbsp/arm/shared/comm/console.c2
-rw-r--r--c/src/lib/libbsp/arm/shared/comm/uart.h3
-rw-r--r--c/src/lib/libbsp/arm/shared/irq/irq_asm.S5
-rw-r--r--c/src/lib/libbsp/arm/shared/irq/irq_init.c1
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/start/start.S12
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/startup/exit.c8
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/console/debugio.c1
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/timer/timer.c1
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/console/console-io.c2
-rw-r--r--c/src/lib/libbsp/i386/i386ex/start/start.S1
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/3c509.h1
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/rtc.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/defkeymap.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/fb_vga.h35
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/i386kbd.h1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/inch.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/keyboard.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/mouse_parser.h1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/outch.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_drv.h35
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c3
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_mouse.h1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/serial_mouse.h35
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/videoAsm.S1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/vt.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/ide/ide.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/ide/idecfg.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h6
-rw-r--r--c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.S4
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start16.S1
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/exit.c8
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c6
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timerisr.S1
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/bin2boot.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/gdb_glue.c1
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c24
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386-stub.c5
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386_io.h14
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.h15
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/uart.c6
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/uart.h3
-rw-r--r--c/src/lib/libbsp/i386/shared/pci/pcibios.h1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c2
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/include/wd80x3.h1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/debug_test.c1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.h1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c1
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c1
-rw-r--r--c/src/lib/libbsp/i960/cvme961/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/i960/cvme961/console/console.c1
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c1
-rw-r--r--c/src/lib/libbsp/i960/i960sim/console/console-io.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/console/serial.c4
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/start/rxgen_romld.S1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/asmstub.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/fault.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/fault.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/faultret.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/flttbl.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/flttbl.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/frmstr.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/frmstr.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/ihandler.S1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/ihandler.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/main.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/memchnl.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/nulsystbl.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/prcb.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/prcb.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/rom_cntrltbl.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/rommon.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/sctns.h1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/systbl.c1
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/systbl.h1
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/console/console.c1
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/console/m340uart.c2
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/include/m68340.h3
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start/start.S1
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S1
-rw-r--r--c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c3
-rw-r--r--c/src/lib/libbsp/m68k/idp/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/start/start.S1
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/console.c2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.c10
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.h2
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/start_c.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/console/console.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/page_table.c2
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c1
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/start/debugreset.S2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/start/reset.S1
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/debugport.c1
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c1
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c10
-rw-r--r--c/src/lib/libbsp/m68k/shared/gdbstub/m68k-stub.c1
-rw-r--r--c/src/lib/libbsp/m68k/shared/setvec.c1
-rw-r--r--c/src/lib/libbsp/m68k/shared/start.S2
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/start/start.S1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/start/mg5.h1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c1
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/console/console-io.c1
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/console.c1
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/led.S1
-rw-r--r--c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S1
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/idtmem.S2
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/idttlb.S1
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/inittlb.c1
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c3
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c1
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c1
-rw-r--r--c/src/lib/libbsp/or32/orp/start/start.S1
-rw-r--r--c/src/lib/libbsp/or32/orp/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/or32/orp/timer/timer.c1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/clock/clock.c5
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/console/debugio.c1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c10
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/tod/todcfg.c1
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/console/console.c1
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/irq/irq_asm.S1
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/irq/irq_init.c1
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S1
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S2
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/console/console.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ide/idecfg.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_asm.S1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_init.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/console/console.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_asm.S1
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_init.c1
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h1
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S3
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/clock/clock.c5
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/console/config.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/console/console.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/console/debugio.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/nvram/ds1385.h1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/nvram/nvram.c2
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/nvram/stk11c68.h2
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/spurious.c8
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/swap.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/universe/universe.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S1
-rw-r--r--c/src/lib/libbsp/powerpc/psim/console/console-io.c1
-rw-r--r--c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c1
-rw-r--r--c/src/lib/libbsp/powerpc/psim/start/start.S1
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/powerpc/psim/vectors/vectors.S1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/clock/clock.c5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.h1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/console.c11
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/consolereserveresources.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/coverhd.h3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/gen2.h4
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c10
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/spurious.c5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/tod/tod.c8
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/vectors/vectors.S14
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/em86.c5
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/inch.c6
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/uart.h3
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/i8259.c1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/irq_asm.S1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/irq_init.c1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/motorola.c1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/motorola.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/residual/residual.c1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/residual/residual.h1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/sbrk.c1
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c1
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c1
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S1
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c1
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.S1
-rw-r--r--c/src/lib/libbsp/sh/gensh4/console/console.c3
-rw-r--r--c/src/lib/libbsp/sh/gensh4/start/start.S1
-rw-r--r--c/src/lib/libbsp/sh/shsim/trap34/console-io.c1
-rw-r--r--c/src/lib/libbsp/sh/shsim/trap34/console-support.S1
-rw-r--r--c/src/lib/libbsp/shared/bsppost.c1
-rw-r--r--c/src/lib/libbsp/shared/console-polled.c1
-rw-r--r--c/src/lib/libbsp/shared/console.c3
-rw-r--r--c/src/lib/libbsp/shared/main.c1
-rw-r--r--c/src/lib/libbsp/shared/sbrk.c1
-rw-r--r--c/src/lib/libbsp/shared/setvec.c1
-rw-r--r--c/src/lib/libbsp/shared/tod.c1
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/console.c1
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/erc32.h1
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c1
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/sparc/leon/console/console.c1
-rw-r--r--c/src/lib/libbsp/sparc/leon/include/leon.h1
-rw-r--r--c/src/lib/libbsp/sparc/leon/startup/setvec.c1
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/setvec.c2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu.c1
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S1
-rw-r--r--c/src/lib/libcpu/powerpc/old-exceptions/ppccache.c1
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h2
-rw-r--r--cpukit/libcsupport/include/motorola/mc68681.h3
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h1
-rw-r--r--cpukit/libcsupport/include/zilog/z8036.h1
-rw-r--r--cpukit/libcsupport/src/__getpid.c1
-rw-r--r--cpukit/libcsupport/src/access.c1
-rw-r--r--cpukit/libcsupport/src/assocnamebad.c2
-rw-r--r--cpukit/libcsupport/src/eval.c1
-rw-r--r--cpukit/libcsupport/src/fchmod.c1
-rw-r--r--cpukit/libcsupport/src/fcntl.c1
-rw-r--r--cpukit/libcsupport/src/ftruncate.c1
-rw-r--r--cpukit/libcsupport/src/getegid.c1
-rw-r--r--cpukit/libcsupport/src/getgroups.c1
-rw-r--r--cpukit/libcsupport/src/getpid.c1
-rw-r--r--cpukit/libcsupport/src/getppid.c1
-rw-r--r--cpukit/libcsupport/src/gxx_wrappers.c1
-rw-r--r--cpukit/libcsupport/src/ioctl.c2
-rw-r--r--cpukit/libcsupport/src/libio.c2
-rw-r--r--cpukit/libcsupport/src/link.c1
-rw-r--r--cpukit/libcsupport/src/lseek.c1
-rw-r--r--cpukit/libcsupport/src/mkdir.c1
-rw-r--r--cpukit/libcsupport/src/no_posix.c1
-rw-r--r--cpukit/libcsupport/src/printk.c1
-rw-r--r--cpukit/libcsupport/src/setsid.c2
-rw-r--r--cpukit/libcsupport/src/symlink.c1
-rw-r--r--cpukit/libcsupport/src/termiosreserveresources.c1
-rw-r--r--cpukit/libcsupport/src/truncate.c1
-rw-r--r--cpukit/libcsupport/src/ttyname.c1
-rw-r--r--cpukit/libcsupport/src/ttyname_r.c1
-rw-r--r--cpukit/libcsupport/src/unlink.c1
-rw-r--r--cpukit/libcsupport/src/unmount.c2
-rw-r--r--cpukit/libfs/src/dosfs/fat.c1
-rw-r--r--cpukit/libfs/src/dosfs/msdos_create.c1
-rw-r--r--cpukit/libfs/src/dosfs/msdos_dir.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_config.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_directory.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_fchmod.c1
-rw-r--r--cpukit/libfs/src/imfs/imfs_free.c1
-rw-r--r--cpukit/libfs/src/imfs/imfs_fsunmount.c4
-rw-r--r--cpukit/libfs/src/imfs/imfs_handlers_directory.c1
-rw-r--r--cpukit/libfs/src/imfs/imfs_link.c1
-rw-r--r--cpukit/libfs/src/imfs/imfs_mknod.c1
-rw-r--r--cpukit/libfs/src/imfs/imfs_rmnod.c3
-rw-r--r--cpukit/libfs/src/imfs/imfs_symlink.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_unlink.c1
-rw-r--r--cpukit/libfs/src/imfs/linearfile.c1
-rw-r--r--cpukit/libfs/src/imfs/memfile.c2
-rw-r--r--cpukit/libfs/src/imfs/miniimfs_init.c3
-rw-r--r--cpukit/libmisc/capture/capture-cli.c1
-rw-r--r--cpukit/libmisc/capture/capture.c1
-rw-r--r--cpukit/libmisc/cpuuse/cpuuse.c1
-rw-r--r--cpukit/libmisc/dummy/dummy.c1
-rw-r--r--cpukit/libmisc/fsmount/fsmount.c1
-rw-r--r--cpukit/libmisc/monitor/mon-manager.c1
-rw-r--r--cpukit/libmisc/monitor/mon-task.c1
-rw-r--r--cpukit/libmisc/mw-fb/mw_fb.c35
-rw-r--r--cpukit/libmisc/serdbg/serdbg.c1
-rw-r--r--cpukit/libmisc/serdbg/serdbgio.c1
-rw-r--r--cpukit/libmisc/shell/cmds.c2
-rw-r--r--cpukit/libmisc/stackchk/check.c1
-rw-r--r--cpukit/libmisc/untar/untar.c1
-rw-r--r--cpukit/libnetworking/bpfilter.h1
-rw-r--r--cpukit/libnetworking/kern/uipc_socket2.c1
-rw-r--r--cpukit/libnetworking/machine/conf.h1
-rw-r--r--cpukit/libnetworking/machine/cpu.h1
-rw-r--r--cpukit/libnetworking/machine/limits.h1
-rw-r--r--cpukit/libnetworking/machine/vmparam.h1
-rw-r--r--cpukit/libnetworking/net/ppp.h1
-rw-r--r--cpukit/libnetworking/netinet/igmp_var.h2
-rw-r--r--cpukit/libnetworking/netinet/in_proto.c1
-rw-r--r--cpukit/libnetworking/netinet/in_rmx.c1
-rw-r--r--cpukit/libnetworking/netinet/tcp_usrreq.c1
-rw-r--r--cpukit/libnetworking/opt_ipfw.h1
-rw-r--r--cpukit/libnetworking/opt_mrouting.h1
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.c1
-rw-r--r--cpukit/librpc/include/rpcsvc/ypclnt.h1
-rw-r--r--cpukit/librpc/src/rpc/authunix_prot.c1
-rw-r--r--cpukit/librpc/src/rpc/getrpcent.c1
-rw-r--r--cpukit/librpc/src/rpc/pmap_rmt.c1
-rw-r--r--cpukit/librpc/src/rpc/rpc_callmsg.c1
-rw-r--r--cpukit/librpc/src/rpc/svc_auth_des.c1
-rw-r--r--cpukit/librpc/src/rpc/svc_simple.c1
-rw-r--r--cpukit/librpc/src/rpc/svc_udp.c1
-rw-r--r--cpukit/librpc/src/xdr/xdr_array.c1
-rw-r--r--cpukit/posix/include/rtems/posix/cond.h1
-rw-r--r--cpukit/posix/include/rtems/posix/intr.h1
-rw-r--r--cpukit/posix/include/rtems/posix/key.h1
-rw-r--r--cpukit/posix/include/rtems/posix/mqueue.h1
-rw-r--r--cpukit/posix/include/rtems/posix/mutex.h1
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h1
-rw-r--r--cpukit/posix/include/rtems/posix/ptimer.h1
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h1
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h1
-rw-r--r--cpukit/posix/include/rtems/posix/timer.h1
-rw-r--r--cpukit/posix/include/sched.h1
-rw-r--r--cpukit/posix/src/alarm.c1
-rw-r--r--cpukit/posix/src/condmp.c1
-rw-r--r--cpukit/posix/src/kill.c1
-rw-r--r--cpukit/posix/src/mqueuedeletesupp.c1
-rw-r--r--cpukit/posix/src/mqueuegetattr.c1
-rw-r--r--cpukit/posix/src/mqueuenotify.c1
-rw-r--r--cpukit/posix/src/mqueueopen.c5
-rw-r--r--cpukit/posix/src/mqueuereceive.c1
-rw-r--r--cpukit/posix/src/mqueuerecvsupp.c1
-rw-r--r--cpukit/posix/src/mqueuesend.c1
-rw-r--r--cpukit/posix/src/mqueuesetattr.c1
-rw-r--r--cpukit/posix/src/mqueuetimedreceive.c1
-rw-r--r--cpukit/posix/src/mqueuetimedsend.c1
-rw-r--r--cpukit/posix/src/mqueueunlink.c1
-rw-r--r--cpukit/posix/src/mutexattrdestroy.c1
-rw-r--r--cpukit/posix/src/mutexattrsetpshared.c1
-rw-r--r--cpukit/posix/src/pause.c1
-rw-r--r--cpukit/posix/src/psignalchecksignal.c1
-rw-r--r--cpukit/posix/src/pthreadattrgetdetachstate.c1
-rw-r--r--cpukit/posix/src/pthreadattrgetinheritsched.c1
-rw-r--r--cpukit/posix/src/pthreadattrgetschedpolicy.c1
-rw-r--r--cpukit/posix/src/pthreadcreate.c1
-rw-r--r--cpukit/posix/src/pthreaddetach.c1
-rw-r--r--cpukit/posix/src/pthreadequal.c1
-rw-r--r--cpukit/posix/src/pthreadexit.c1
-rw-r--r--cpukit/posix/src/pthreadgetcpuclockid.c1
-rw-r--r--cpukit/posix/src/pthreadgetcputime.c1
-rw-r--r--cpukit/posix/src/pthreadjoin.c1
-rw-r--r--cpukit/posix/src/pthreadonce.c1
-rw-r--r--cpukit/posix/src/pthreadsetcputime.c1
-rw-r--r--cpukit/posix/src/ptimer.c1
-rw-r--r--cpukit/posix/src/semaphorenametoid.c1
-rw-r--r--cpukit/posix/src/semopen.c2
-rw-r--r--cpukit/posix/src/sigaction.c1
-rw-r--r--cpukit/posix/src/sigdelset.c1
-rw-r--r--cpukit/posix/src/sigemptyset.c1
-rw-r--r--cpukit/posix/src/sigfillset.c1
-rw-r--r--cpukit/posix/src/sigismember.c1
-rw-r--r--cpukit/posix/src/sigqueue.c1
-rw-r--r--cpukit/posix/src/sigwait.c1
-rw-r--r--cpukit/posix/src/sigwaitinfo.c1
-rw-r--r--cpukit/posix/src/types.c1
-rw-r--r--cpukit/posix/src/ualarm.c1
-rw-r--r--cpukit/rtems/src/attr.c1
-rw-r--r--cpukit/rtems/src/clocktodtoseconds.c1
-rw-r--r--cpukit/rtems/src/clocktodvalidate.c1
-rw-r--r--cpukit/rtems/src/region.c1
-rw-r--r--cpukit/rtems/src/tasks.c1
-rw-r--r--cpukit/rtems/src/timerserver.c1
-rw-r--r--cpukit/sapi/src/io.c1
-rw-r--r--cpukit/score/cpu/arm/asm.h2
-rw-r--r--cpukit/score/cpu/arm/cpu.c3
-rw-r--r--cpukit/score/cpu/arm/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/c4x/asm.h2
-rw-r--r--cpukit/score/cpu/c4x/cpu_asm.S1
-rw-r--r--cpukit/score/cpu/c4x/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/h8300/asm.h1
-rw-r--r--cpukit/score/cpu/h8300/cpu_asm.S1
-rw-r--r--cpukit/score/cpu/h8300/rtems/asm.h1
-rw-r--r--cpukit/score/cpu/i386/cpu.c1
-rw-r--r--cpukit/score/cpu/i386/rtems/score/registers.h1
-rw-r--r--cpukit/score/cpu/i960/cpu_asm.S1
-rw-r--r--cpukit/score/cpu/m68k/cpu.c1
-rw-r--r--cpukit/score/cpu/mips/asm.h1
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S1
-rw-r--r--cpukit/score/cpu/mips/idtcpu.h1
-rw-r--r--cpukit/score/cpu/mips/iregdef.h1
-rw-r--r--cpukit/score/cpu/mips/rtems/asm.h1
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/idtcpu.h1
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/iregdef.h1
-rw-r--r--cpukit/score/cpu/no_cpu/asm.h2
-rw-r--r--cpukit/score/cpu/no_cpu/cpu_asm.c1
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/or32/asm.h2
-rw-r--r--cpukit/score/cpu/or32/cpu_asm.c1
-rw-r--r--cpukit/score/cpu/or32/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/powerpc/asm.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h2
-rw-r--r--cpukit/score/cpu/sh/cpu.c1
-rw-r--r--cpukit/score/cpu/sh/rtems/score/types.h1
-rw-r--r--cpukit/score/cpu/sparc/asm.h2
-rw-r--r--cpukit/score/cpu/sparc/rtems/asm.h2
-rw-r--r--cpukit/score/cpu/unix/rtems/score/unix.h1
-rw-r--r--cpukit/score/include/rtems/score/coremsg.h1
-rw-r--r--cpukit/score/include/rtems/score/coremutex.h1
-rw-r--r--cpukit/score/include/rtems/score/coresem.h1
-rw-r--r--cpukit/score/src/coremsgbroadcast.c1
-rw-r--r--cpukit/score/src/coremsgclose.c1
-rw-r--r--cpukit/score/src/coremsgflush.c1
-rw-r--r--cpukit/score/src/coremsgflushsupp.c1
-rw-r--r--cpukit/score/src/coremsgflushwait.c1
-rw-r--r--cpukit/score/src/coremsgseize.c1
-rw-r--r--cpukit/score/src/coremutex.c1
-rw-r--r--cpukit/score/src/coremutexsurrender.c1
-rw-r--r--cpukit/score/src/coresemsurrender.c1
-rw-r--r--cpukit/score/src/coretodset.c1
-rw-r--r--cpukit/score/src/coretodtoseconds.c1
-rw-r--r--cpukit/score/src/coretodvalidate.c1
-rw-r--r--cpukit/score/src/heap.c1
-rw-r--r--cpukit/score/src/heapallocate.c1
-rw-r--r--cpukit/score/src/heapextend.c1
-rw-r--r--cpukit/score/src/heapfree.c1
-rw-r--r--cpukit/score/src/heapsizeofuserarea.c1
-rw-r--r--cpukit/score/src/thread.c1
-rw-r--r--cpukit/score/src/threadqdequeue.c1
-rw-r--r--cpukit/score/src/threadqdequeuefifo.c1
-rw-r--r--cpukit/score/src/threadqdequeuepriority.c1
-rw-r--r--cpukit/score/src/threadqenqueue.c1
-rw-r--r--cpukit/score/src/threadqenqueuefifo.c1
-rw-r--r--cpukit/score/src/threadqenqueuepriority.c1
-rw-r--r--cpukit/score/src/threadqextract.c1
-rw-r--r--cpukit/score/src/threadqextractfifo.c1
-rw-r--r--cpukit/score/src/threadqextractpriority.c1
-rw-r--r--cpukit/score/src/threadqextractwithproxy.c1
-rw-r--r--cpukit/score/src/threadqfirst.c1
-rw-r--r--cpukit/score/src/threadqfirstfifo.c1
-rw-r--r--cpukit/score/src/threadqflush.c1
-rw-r--r--cpukit/score/src/threadqtimeout.c1
-rw-r--r--cpukit/score/src/threadreset.c1
-rw-r--r--cpukit/score/src/threadrotatequeue.c6
-rw-r--r--cpukit/score/src/userext.c2
-rw-r--r--cpukit/score/src/watchdogadjust.c1
-rw-r--r--cpukit/score/src/watchdoginsert.c1
-rw-r--r--cpukit/score/src/watchdogremove.c1
-rw-r--r--testsuites/itrontests/itronmbf01/init.c2
-rw-r--r--testsuites/itrontests/itronmbox01/init.c2
-rw-r--r--testsuites/itrontests/itrontask01/system.h3
-rw-r--r--testsuites/itrontests/itrontask01/task1.c1
-rw-r--r--testsuites/itrontests/itrontask02/dormant.c3
-rw-r--r--testsuites/itrontests/itrontask02/system.h5
-rw-r--r--testsuites/itrontests/itrontask03/init.c6
-rw-r--r--testsuites/itrontests/itrontask03/preempt.c1
-rw-r--r--testsuites/itrontests/itrontask04/init.c1
-rw-r--r--testsuites/itrontests/itrontask04/task1.c6
-rw-r--r--testsuites/itrontests/itrontask04/task3.c1
-rw-r--r--testsuites/itrontests/itrontime01/init.c2
-rw-r--r--testsuites/libtests/termios/init.c1
-rw-r--r--testsuites/psxtests/psx13/test.c13
-rw-r--r--testsuites/psxtests/psxcancel/init.c1
-rw-r--r--testsuites/psxtests/psxchroot01/test.c1
-rw-r--r--testsuites/psxtests/psxfile01/test.c2
-rw-r--r--testsuites/psxtests/psxmount/test.c1
-rw-r--r--testsuites/psxtests/psxmsgq01/init.c18
-rw-r--r--testsuites/psxtests/psxmsgq01/system.h2
-rw-r--r--testsuites/psxtests/psxreaddir/test.c1
-rw-r--r--testsuites/psxtests/psxsem01/init.c1
-rw-r--r--testsuites/psxtests/psxsem01/system.h1
-rw-r--r--testsuites/psxtests/psxstat/test.c7
-rw-r--r--testsuites/psxtests/psxtime/test.c1
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c1
-rw-r--r--testsuites/samples/fileio/system.h1
-rw-r--r--testsuites/samples/minimum/init.c1
-rw-r--r--testsuites/samples/unlimited/init.c5
-rw-r--r--testsuites/samples/unlimited/test1.c5
-rw-r--r--testsuites/samples/unlimited/test2.c1
-rw-r--r--testsuites/sptests/spfatal/fatal.c1
-rw-r--r--testsuites/tmtests/tm26/task1.c1
517 files changed, 173 insertions, 872 deletions
diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h b/c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h
index fce232c669..119c7c133c 100644
--- a/c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h
+++ b/c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h
@@ -52,4 +52,3 @@ extern "C" {
#endif /* __BSP_H_ */
/* end of include file */
-
diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/include/registers.h b/c/src/lib/libbsp/arm/arm_bare_bsp/include/registers.h
index 1fd483adb8..ca720a04f2 100644
--- a/c/src/lib/libbsp/arm/arm_bare_bsp/include/registers.h
+++ b/c/src/lib/libbsp/arm/arm_bare_bsp/include/registers.h
@@ -50,4 +50,3 @@ extern volatile unsigned long *Regs; /* Chip registers */
#define RSCNT 9
#endif /*__REGS_H__*/
-
diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S b/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S
index 65e0b86389..c68fcfb076 100644
--- a/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S
+++ b/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S
@@ -143,15 +143,3 @@ init2 :
/* --- Now we enter the C code */
B boot_card
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/startup/exit.c b/c/src/lib/libbsp/arm/arm_bare_bsp/startup/exit.c
index 19f2cf2957..447a34301e 100644
--- a/c/src/lib/libbsp/arm/arm_bare_bsp/startup/exit.c
+++ b/c/src/lib/libbsp/arm/arm_bare_bsp/startup/exit.c
@@ -38,11 +38,3 @@ void bsp_cleanup(void)
ch = BSP_poll_char();
rtemsReboot();
}
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/arm/armulator/console/console-io.c b/c/src/lib/libbsp/arm/armulator/console/console-io.c
index 2e3eb804eb..cf844d1c79 100644
--- a/c/src/lib/libbsp/arm/armulator/console/console-io.c
+++ b/c/src/lib/libbsp/arm/armulator/console/console-io.c
@@ -81,4 +81,3 @@ void Armulator_BSP_output_char(char c) { console_outbyte_polled( 0, c ); }
BSP_output_char_function_type BSP_output_char = Armulator_BSP_output_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
-
diff --git a/c/src/lib/libbsp/arm/armulator/start/start.S b/c/src/lib/libbsp/arm/armulator/start/start.S
index 6f6d3a92bb..191aa8d436 100644
--- a/c/src/lib/libbsp/arm/armulator/start/start.S
+++ b/c/src/lib/libbsp/arm/armulator/start/start.S
@@ -248,4 +248,3 @@ SWI_Handler:
.section .idata$3
.long 0,0,0,0,0,0,0,0
#endif
-
diff --git a/c/src/lib/libbsp/arm/armulator/startup/syscalls.c b/c/src/lib/libbsp/arm/armulator/startup/syscalls.c
index 3bb2ae0b80..801e3d7aa1 100644
--- a/c/src/lib/libbsp/arm/armulator/startup/syscalls.c
+++ b/c/src/lib/libbsp/arm/armulator/startup/syscalls.c
@@ -169,4 +169,3 @@ _gettimeofday (struct timeval * tp, struct timezone * tzp)
return 0;
}
#endif
-
diff --git a/c/src/lib/libbsp/arm/edb7312/console/uart.c b/c/src/lib/libbsp/arm/edb7312/console/uart.c
index dad78ae20b..4bb897a0d4 100644
--- a/c/src/lib/libbsp/arm/edb7312/console/uart.c
+++ b/c/src/lib/libbsp/arm/edb7312/console/uart.c
@@ -159,4 +159,3 @@ static void uart_init(int minor)
}
-
diff --git a/c/src/lib/libbsp/arm/edb7312/include/bsp.h b/c/src/lib/libbsp/arm/edb7312/include/bsp.h
index 4f68e93add..181d4702bc 100644
--- a/c/src/lib/libbsp/arm/edb7312/include/bsp.h
+++ b/c/src/lib/libbsp/arm/edb7312/include/bsp.h
@@ -66,4 +66,3 @@ extern rtems_configuration_table BSP_Configuration;
#endif
#endif /* __BSP_H__ */
-
diff --git a/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_init.c b/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_init.c
index ed4c20db01..f55b7baf1a 100644
--- a/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_init.c
+++ b/c/src/lib/libbsp/arm/edb7312/irq/bsp_irq_init.c
@@ -114,4 +114,3 @@ void BSP_rtems_irq_mngt_init()
}
int_stat = *EP7312_INTSR3;
}
-
diff --git a/c/src/lib/libbsp/arm/edb7312/start/start.S b/c/src/lib/libbsp/arm/edb7312/start/start.S
index 7aaa367e1c..b7db4d4d42 100644
--- a/c/src/lib/libbsp/arm/edb7312/start/start.S
+++ b/c/src/lib/libbsp/arm/edb7312/start/start.S
@@ -166,5 +166,3 @@ init2 :
ldmia sp!, {r4-r12, lr}
mov sp, r12
mov pc, lr
-
-
diff --git a/c/src/lib/libbsp/arm/edb7312/timer/timer.c b/c/src/lib/libbsp/arm/edb7312/timer/timer.c
index 27f896a2f6..efc59beeed 100644
--- a/c/src/lib/libbsp/arm/edb7312/timer/timer.c
+++ b/c/src/lib/libbsp/arm/edb7312/timer/timer.c
@@ -90,4 +90,3 @@ void Set_find_average_overhead(
{
Timer_driver_Find_average_overhead = find_flag;
}
-
diff --git a/c/src/lib/libbsp/arm/shared/comm/console.c b/c/src/lib/libbsp/arm/shared/comm/console.c
index f1426cf940..a6c4c58cca 100644
--- a/c/src/lib/libbsp/arm/shared/comm/console.c
+++ b/c/src/lib/libbsp/arm/shared/comm/console.c
@@ -357,5 +357,3 @@ conSetAttr(int minor, const struct termios *t)
return 0;
}
-
-
diff --git a/c/src/lib/libbsp/arm/shared/comm/uart.h b/c/src/lib/libbsp/arm/shared/comm/uart.h
index 0ebd00f5df..c472d8296e 100644
--- a/c/src/lib/libbsp/arm/shared/comm/uart.h
+++ b/c/src/lib/libbsp/arm/shared/comm/uart.h
@@ -153,6 +153,3 @@ extern int BSPBaseBaud;
#define TRIG_LEVEL 0xc0 /* Mask for the trigger level */
#endif /* _BSPUART_H */
-
-
-
diff --git a/c/src/lib/libbsp/arm/shared/irq/irq_asm.S b/c/src/lib/libbsp/arm/shared/irq/irq_asm.S
index 8c56248716..348533e385 100644
--- a/c/src/lib/libbsp/arm/shared/irq/irq_asm.S
+++ b/c/src/lib/libbsp/arm/shared/irq/irq_asm.S
@@ -164,8 +164,3 @@ _ISR_Dispatch_p_4:
/* Finally, we can return to the interrupted task */
subs pc, lr, #4
-
-
-
-
-
diff --git a/c/src/lib/libbsp/arm/shared/irq/irq_init.c b/c/src/lib/libbsp/arm/shared/irq/irq_init.c
index e9ea11553e..b92bcac7e5 100644
--- a/c/src/lib/libbsp/arm/shared/irq/irq_init.c
+++ b/c/src/lib/libbsp/arm/shared/irq/irq_init.c
@@ -48,4 +48,3 @@ void rtems_irq_mngt_init()
/* Initialize the INT at the BSP level */
BSP_rtems_irq_mngt_init();
}
-
diff --git a/c/src/lib/libbsp/arm/vegaplus/include/bsp.h b/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
index fce232c669..119c7c133c 100644
--- a/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
+++ b/c/src/lib/libbsp/arm/vegaplus/include/bsp.h
@@ -52,4 +52,3 @@ extern "C" {
#endif /* __BSP_H_ */
/* end of include file */
-
diff --git a/c/src/lib/libbsp/arm/vegaplus/start/start.S b/c/src/lib/libbsp/arm/vegaplus/start/start.S
index b47f960693..e811d1cac8 100644
--- a/c/src/lib/libbsp/arm/vegaplus/start/start.S
+++ b/c/src/lib/libbsp/arm/vegaplus/start/start.S
@@ -237,15 +237,3 @@ init2 :
/* --- Now we enter the C code */
B boot_card
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/arm/vegaplus/startup/exit.c b/c/src/lib/libbsp/arm/vegaplus/startup/exit.c
index 19f2cf2957..447a34301e 100644
--- a/c/src/lib/libbsp/arm/vegaplus/startup/exit.c
+++ b/c/src/lib/libbsp/arm/vegaplus/startup/exit.c
@@ -38,11 +38,3 @@ void bsp_cleanup(void)
ch = BSP_poll_char();
rtemsReboot();
}
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c b/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
index d44daab7db..c6d50f34d0 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
@@ -54,4 +54,3 @@ int console_inbyte_nonblocking( int port )
sim_read(1, &c, 1);
return c;
}
-
diff --git a/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c b/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
index a01470b89b..fb347f31b3 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
@@ -114,4 +114,3 @@ void Set_find_average_overhead(
{
Timer_driver_Find_average_overhead = find_flag;
}
-
diff --git a/c/src/lib/libbsp/h8300/h8sim/console/console-io.c b/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
index 84494b2dd5..c363617f49 100644
--- a/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
+++ b/c/src/lib/libbsp/h8300/h8sim/console/console-io.c
@@ -63,5 +63,3 @@ void H8simBSP_output_char(char c) { console_outbyte_polled( 0, c ); }
BSP_output_char_function_type BSP_output_char = H8simBSP_output_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
-
-
diff --git a/c/src/lib/libbsp/i386/i386ex/start/start.S b/c/src/lib/libbsp/i386/i386ex/start/start.S
index 7b0d4a2f85..1e32e33718 100644
--- a/c/src/lib/libbsp/i386/i386ex/start/start.S
+++ b/c/src/lib/libbsp/i386/i386ex/start/start.S
@@ -489,4 +489,3 @@ SYM (zero_bss):
hlt # shutdown
END
-
diff --git a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
index d7b05e411a..5906c40729 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
@@ -51,4 +51,3 @@ i386_isr_entry set_vector( /* returns old vector */
}
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/i386/pc386/3c509/3c509.h b/c/src/lib/libbsp/i386/pc386/3c509/3c509.h
index 3c12e989a1..e775760477 100644
--- a/c/src/lib/libbsp/i386/pc386/3c509/3c509.h
+++ b/c/src/lib/libbsp/i386/pc386/3c509/3c509.h
@@ -420,4 +420,3 @@ typedef unsigned char u_char;
#define UTP 0x4
#define RX_BYTES_MASK (u_short) (0x07ff)
-
diff --git a/c/src/lib/libbsp/i386/pc386/clock/rtc.c b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
index c20d308564..401220bf6d 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
@@ -221,5 +221,3 @@ rtc_read(rtems_time_of_day *tod)
return (long int)sec;
} /* rtc_read */
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c
index f8a5b8b5f9..7a1ad2dbd6 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console.c
@@ -573,5 +573,3 @@ BSP_output_char_function_type BSP_output_char =
(BSP_output_char_function_type) _IBMPC_outch;
BSP_polling_getchar_function_type BSP_poll_char = BSP_wait_polled_input;
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/defkeymap.c b/c/src/lib/libbsp/i386/pc386/console/defkeymap.c
index 3ed68fd38c..ce5e918fb5 100644
--- a/c/src/lib/libbsp/i386/pc386/console/defkeymap.c
+++ b/c/src/lib/libbsp/i386/pc386/console/defkeymap.c
@@ -260,4 +260,3 @@ struct kbdiacr accent_table[MAX_DIACR] = {
};
unsigned int accent_table_size = 68;
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/fb_vga.h b/c/src/lib/libbsp/i386/pc386/console/fb_vga.h
index 122c1484fb..6587e7474d 100644
--- a/c/src/lib/libbsp/i386/pc386/console/fb_vga.h
+++ b/c/src/lib/libbsp/i386/pc386/console/fb_vga.h
@@ -16,6 +16,39 @@
* MODIFICATION/HISTORY:
*
* $Log$
+ * Revision 1.1 2000/08/30 08:15:30 joel
+ * 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
+ *
+ * * Major rework of the "/dev/console" driver.
+ * * Added termios support for stdin ( keyboard ).
+ * * Added ioctls() to support modes similar to Linux( XLATE,
+ * RAW, MEDIUMRAW ).
+ * * Added Keyboard mapping and handling of the keyboard's leds.
+ * * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
+ * controller ( 16 colors ).
+ * * Added PS/2 and Serial mouse support for PC386 BSP.
+ * * console/defkeymap.c: New file.
+ * * console/fb_vga.c: New file.
+ * * console/fb_vga.h: New file.
+ * * console/i386kbd.h: New file.
+ * * console/kd.h: New file.
+ * * console/keyboard.c: New file.
+ * * console/keyboard.h: New file.
+ * * console/mouse_parser.c: New file.
+ * * console/mouse_parser.h: New file.
+ * * console/pc_keyb.c: New file.
+ * * console/ps2_drv.h: New file.
+ * * console/ps2_mouse.c: New file.
+ * * console/ps2_mouse.h: New file.
+ * * console/serial_mouse.c: New file.
+ * * console/serial_mouse.h: New file.
+ * * console/vgainit.c: New file.
+ * * console/vt.c: New file.
+ * * console/Makefile.am: Reflect new files.
+ * * console/console.c, console/inch.c, console/outch.c: Console
+ * functionality modifications.
+ * * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
+ *
****************************************************************************/
/* functions */
@@ -77,5 +110,3 @@ rtems_device_driver fbvga_control(
/* end of include file */
#endif /* __fbvga_drv__ */
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/i386kbd.h b/c/src/lib/libbsp/i386/pc386/console/i386kbd.h
index 0fe5700fb4..5bd0365ae4 100644
--- a/c/src/lib/libbsp/i386/pc386/console/i386kbd.h
+++ b/c/src/lib/libbsp/i386/pc386/console/i386kbd.h
@@ -186,4 +186,3 @@ extern unsigned char aux_device_present;
#define mark_bh(x)
#endif /* _I386_KEYBOARD_H */
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/inch.c b/c/src/lib/libbsp/i386/pc386/console/inch.c
index d728ab3a2e..7997a6b246 100644
--- a/c/src/lib/libbsp/i386/pc386/console/inch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/inch.c
@@ -311,4 +311,3 @@ void add_to_queue( unsigned short b )
kbd_last = next;
}
}
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/keyboard.c b/c/src/lib/libbsp/i386/pc386/console/keyboard.c
index db9e0b6f1a..bcae056b97 100644
--- a/c/src/lib/libbsp/i386/pc386/console/keyboard.c
+++ b/c/src/lib/libbsp/i386/pc386/console/keyboard.c
@@ -925,4 +925,3 @@ int kbd_init(void)
mark_bh(KEYBOARD_BH);
return 0;
}
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/mouse_parser.h b/c/src/lib/libbsp/i386/pc386/console/mouse_parser.h
index 7956a14599..0adc9be55a 100644
--- a/c/src/lib/libbsp/i386/pc386/console/mouse_parser.h
+++ b/c/src/lib/libbsp/i386/pc386/console/mouse_parser.h
@@ -33,4 +33,3 @@ void unregister_kbd_msg_queue( int port );
#endif /* __mouse_parser_h__ */
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/outch.c b/c/src/lib/libbsp/i386/pc386/console/outch.c
index cbb856a047..e32f361476 100644
--- a/c/src/lib/libbsp/i386/pc386/console/outch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/outch.c
@@ -326,4 +326,3 @@ int whereY( void )
{
return column;
}
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h
index adbf3a6485..0a035c1a67 100644
--- a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h
+++ b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h
@@ -15,6 +15,39 @@
* MODIFICATION/HISTORY:
*
* $Log$
+ * Revision 1.1 2000/08/30 08:15:30 joel
+ * 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
+ *
+ * * Major rework of the "/dev/console" driver.
+ * * Added termios support for stdin ( keyboard ).
+ * * Added ioctls() to support modes similar to Linux( XLATE,
+ * RAW, MEDIUMRAW ).
+ * * Added Keyboard mapping and handling of the keyboard's leds.
+ * * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
+ * controller ( 16 colors ).
+ * * Added PS/2 and Serial mouse support for PC386 BSP.
+ * * console/defkeymap.c: New file.
+ * * console/fb_vga.c: New file.
+ * * console/fb_vga.h: New file.
+ * * console/i386kbd.h: New file.
+ * * console/kd.h: New file.
+ * * console/keyboard.c: New file.
+ * * console/keyboard.h: New file.
+ * * console/mouse_parser.c: New file.
+ * * console/mouse_parser.h: New file.
+ * * console/pc_keyb.c: New file.
+ * * console/ps2_drv.h: New file.
+ * * console/ps2_mouse.c: New file.
+ * * console/ps2_mouse.h: New file.
+ * * console/serial_mouse.c: New file.
+ * * console/serial_mouse.h: New file.
+ * * console/vgainit.c: New file.
+ * * console/vt.c: New file.
+ * * console/Makefile.am: Reflect new files.
+ * * console/console.c, console/inch.c, console/outch.c: Console
+ * functionality modifications.
+ * * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
+ *
****************************************************************************/
/* functions */
@@ -76,5 +109,3 @@ rtems_device_driver paux_control(
/* end of include file */
#endif /* __paux_drv__ */
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c
index 719d174e4c..8f24e1a706 100644
--- a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c
+++ b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c
@@ -704,6 +704,3 @@ paux_control(rtems_device_major_number major,
args->ioctl_return = 0;
return RTEMS_SUCCESSFUL;
}
-
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.h b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.h
index fc47ab518d..1236e8cff2 100644
--- a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.h
+++ b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.h
@@ -143,4 +143,3 @@ struct aux_queue {
*/
#define AUX_IRQ 12
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h b/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h
index afbf16c9d9..ded9b469f5 100644
--- a/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h
+++ b/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h
@@ -15,6 +15,39 @@
* MODIFICATION/HISTORY:
*
* $Log$
+ * Revision 1.1 2000/08/30 08:15:30 joel
+ * 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
+ *
+ * * Major rework of the "/dev/console" driver.
+ * * Added termios support for stdin ( keyboard ).
+ * * Added ioctls() to support modes similar to Linux( XLATE,
+ * RAW, MEDIUMRAW ).
+ * * Added Keyboard mapping and handling of the keyboard's leds.
+ * * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
+ * controller ( 16 colors ).
+ * * Added PS/2 and Serial mouse support for PC386 BSP.
+ * * console/defkeymap.c: New file.
+ * * console/fb_vga.c: New file.
+ * * console/fb_vga.h: New file.
+ * * console/i386kbd.h: New file.
+ * * console/kd.h: New file.
+ * * console/keyboard.c: New file.
+ * * console/keyboard.h: New file.
+ * * console/mouse_parser.c: New file.
+ * * console/mouse_parser.h: New file.
+ * * console/pc_keyb.c: New file.
+ * * console/ps2_drv.h: New file.
+ * * console/ps2_mouse.c: New file.
+ * * console/ps2_mouse.h: New file.
+ * * console/serial_mouse.c: New file.
+ * * console/serial_mouse.h: New file.
+ * * console/vgainit.c: New file.
+ * * console/vt.c: New file.
+ * * console/Makefile.am: Reflect new files.
+ * * console/console.c, console/inch.c, console/outch.c: Console
+ * functionality modifications.
+ * * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
+ *
****************************************************************************/
/* functions */
@@ -82,5 +115,3 @@ rtems_device_driver serial_mouse_write(
/* end of include file */
#endif /* __tty_drv__ */
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/videoAsm.S b/c/src/lib/libbsp/i386/pc386/console/videoAsm.S
index a8f5cb3156..6c9b56e4af 100644
--- a/c/src/lib/libbsp/i386/pc386/console/videoAsm.S
+++ b/c/src/lib/libbsp/i386/pc386/console/videoAsm.S
@@ -48,4 +48,3 @@ wr_cursor: pushl %ecx
outb (%dx) /* Update low location cursor */
popl %ecx
ret
-
diff --git a/c/src/lib/libbsp/i386/pc386/console/vt.c b/c/src/lib/libbsp/i386/pc386/console/vt.c
index 75b1c9c8cf..0f38106332 100644
--- a/c/src/lib/libbsp/i386/pc386/console/vt.c
+++ b/c/src/lib/libbsp/i386/pc386/console/vt.c
@@ -347,4 +347,3 @@ int vt_ioctl( unsigned int cmd, unsigned long arg)
return -EINVAL;
}
}
-
diff --git a/c/src/lib/libbsp/i386/pc386/ide/ide.c b/c/src/lib/libbsp/i386/pc386/ide/ide.c
index e537287d54..29f1f8a349 100644
--- a/c/src/lib/libbsp/i386/pc386/ide/ide.c
+++ b/c/src/lib/libbsp/i386/pc386/ide/ide.c
@@ -314,4 +314,3 @@ ide_ctrl_fns_t pc386_ide_ctrl_fns = {
pc386_ide_write_block,
pc386_ide_config_io_speed
};
-
diff --git a/c/src/lib/libbsp/i386/pc386/ide/idecfg.c b/c/src/lib/libbsp/i386/pc386/ide/idecfg.c
index e232a68046..d254bb5827 100644
--- a/c/src/lib/libbsp/i386/pc386/ide/idecfg.c
+++ b/c/src/lib/libbsp/i386/pc386/ide/idecfg.c
@@ -50,5 +50,3 @@ ide_controller_bsp_table_t IDE_Controller_Table[] = {
/* Number of rows in IDE_Controller_Table */
unsigned long IDE_Controller_Count =
sizeof(IDE_Controller_Table)/sizeof(IDE_Controller_Table[0]);
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index 5bff22a8f8..e9edef177a 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -234,9 +234,3 @@ void breakpoint(void);
#endif /* __BSP_H_ */
/* end of include file */
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
index aa4be1542a..567aaeac64 100644
--- a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
+++ b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
@@ -1263,4 +1263,3 @@ rtems_ne_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
return 1;
}
-
diff --git a/c/src/lib/libbsp/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S
index 3008f14320..135ae90496 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start.S
@@ -203,7 +203,3 @@ SYM (made_it_msg) :
END_DATA
END
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/start/start16.S b/c/src/lib/libbsp/i386/pc386/start/start16.S
index a33e77ca14..6b53b6e19d 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start16.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start16.S
@@ -206,4 +206,3 @@ gdtptr:
.byte 0, 0x93, 0xcf, 0
.set gdtlen, . - gdtptr # length of GDT
-
diff --git a/c/src/lib/libbsp/i386/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c
index d87a0c84a7..4364f0544f 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c
@@ -50,11 +50,3 @@ void bsp_cleanup(void)
ch = BSP_poll_char();
rtemsReboot();
}
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index 82d7b1401d..db152cffac 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -550,9 +550,3 @@ Wait_X_ms( unsigned int timeToWait){
}
}
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
index c2d385b082..ce5fd95239 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
@@ -57,4 +57,3 @@ SYM (timerisr):
END_CODE
END
-
diff --git a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
index 1ab1d21564..d60d4d99f0 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
+++ b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
@@ -401,4 +401,4 @@ writeHeader:
}
return 0;
-}
+}
diff --git a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
index d81a5874fe..78ec77ae06 100644
--- a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
+++ b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
@@ -59,4 +59,3 @@ void init_remote_gdb( void )
/* breakpoint(); */
/* BREAKPOINT(); */
}
-
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
index aac397f55d..407544a388 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
+++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
@@ -169,27 +169,3 @@ void exceptionHandler(int vector, void (*handler)(void))
}
return;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
index ec4cc66483..f35f16d2b7 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
+++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
@@ -983,8 +983,3 @@ waitabit (void)
int i;
for (i = 0; i < waitlimit; i++);
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
index e8137d33d1..7d2612ec11 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h
+++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
@@ -13,6 +13,19 @@
//
// MODIFICATION/HISTORY:
// $Log$
+// Revision 1.1 2000/08/30 08:18:56 joel
+// 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
+//
+// * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
+// the i386 BSPs.
+// * shared/comm/gdb_glue.c: New file.
+// * shared/comm/i386_io.c: New file.
+// * shared/comm/tty_drv.c: New file.
+// * shared/comm/tty_drv.h: New file.
+// * shared/comm/Makefile.am: Account for new files.
+// * shared/comm/uart.c: Adds support for sending characters to
+// another "line discipline."
+//
//
/////////////////////////////////////////////////////////////////////////////
*/
@@ -63,4 +76,3 @@
#define sti() __asm__ __volatile__("sti");
#endif /* i386_io_h__ */
-
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
index c4c1be23f0..c4f017c8c6 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
@@ -15,6 +15,19 @@
* MODIFICATION/HISTORY:
*
* $Log$
+ * Revision 1.1 2000/08/30 08:18:56 joel
+ * 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
+ *
+ * * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
+ * the i386 BSPs.
+ * * shared/comm/gdb_glue.c: New file.
+ * * shared/comm/i386_io.c: New file.
+ * * shared/comm/tty_drv.c: New file.
+ * * shared/comm/tty_drv.h: New file.
+ * * shared/comm/Makefile.am: Account for new files.
+ * * shared/comm/uart.c: Adds support for sending characters to
+ * another "line discipline."
+ *
****************************************************************************/
/* functions */
@@ -103,5 +116,3 @@ rtems_device_driver tty2_control(
/* end of include file */
#endif /* __tty_drv__ */
-
-
diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c
index c85f033c0d..d8d0a1b29b 100644
--- a/c/src/lib/libbsp/i386/shared/comm/uart.c
+++ b/c/src/lib/libbsp/i386/shared/comm/uart.c
@@ -995,9 +995,3 @@ asm (" movb $0x20, %al");
asm (" outb %al, $0x20");
asm (" movl sav, %eax"); /* Restore eax */
asm (" iret"); /* Done */
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.h b/c/src/lib/libbsp/i386/shared/comm/uart.h
index f9bf3a3a53..5f7ceb70a7 100644
--- a/c/src/lib/libbsp/i386/shared/comm/uart.h
+++ b/c/src/lib/libbsp/i386/shared/comm/uart.h
@@ -176,6 +176,3 @@ extern int BSPBaseBaud;
#endif /* _BSPUART_H */
-
-
-
diff --git a/c/src/lib/libbsp/i386/shared/pci/pcibios.h b/c/src/lib/libbsp/i386/shared/pci/pcibios.h
index 30e6926418..1bd5d144b6 100644
--- a/c/src/lib/libbsp/i386/shared/pci/pcibios.h
+++ b/c/src/lib/libbsp/i386/shared/pci/pcibios.h
@@ -54,4 +54,3 @@ BSP_pciFindDevice( unsigned short vendorid, unsigned short deviceid,
#endif
#endif /* _PCIB_H */
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
index c20d308564..401220bf6d 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
@@ -221,5 +221,3 @@ rtc_read(rtems_time_of_day *tod)
return (long int)sec;
} /* rtc_read */
-
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/include/wd80x3.h b/c/src/lib/libbsp/i386/ts_386ex/include/wd80x3.h
index 4bad00993c..545861cb3b 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/include/wd80x3.h
+++ b/c/src/lib/libbsp/i386/ts_386ex/include/wd80x3.h
@@ -120,4 +120,3 @@
#define SMK_FU 0x20 /* FIFO underrun */
#define SMK_CDH 0x40 /* collision detect heartbeat */
#define SMK_OWC 0x80 /* out of window collision */
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c
index 2fcd2fb8b2..aca43a4d56 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c
@@ -148,4 +148,3 @@ void bsp_start( void )
void bsp_clean_up(void) {
printk("bsp_cleanup called\n");
}
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c
index d7b05e411a..5906c40729 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/startup/setvec.c
@@ -51,4 +51,3 @@ i386_isr_entry set_vector( /* returns old vector */
}
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c
index 86e9f7b8b2..1df43db4a3 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/init.c
@@ -81,4 +81,3 @@ void *POSIX_Init( void *argument )
#define CONFIGURE_INIT
#include <confdefs.h>
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/debug_test.c b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/debug_test.c
index a6e812cfcf..3017015c48 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/debug_test.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/debug_test.c
@@ -22,4 +22,3 @@ void debug_test(void)
printf("Current sum = %d\n", sum);
}
}
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.h b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.h
index 48367263a1..8b39fb3d53 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.h
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.h
@@ -15,4 +15,3 @@ void init_serial_gdb( void );
#ifdef __cplusplus
}
#endif
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c
index 0be5d8ac81..6b3342f91b 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/listener/init.c
@@ -95,4 +95,3 @@ void *POSIX_Init( void *argument )
#define CONFIGURE_INIT
#include <confdefs.h>
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c
index 3fc3f4ff12..e05eb635d4 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/tcprelay/init.c
@@ -97,4 +97,3 @@ void *POSIX_Init( void *argument )
#define CONFIGURE_INIT
#include <confdefs.h>
-
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c b/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c
index b82ecf7868..7d3c2026ea 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/ts_1325_ada/init.c
@@ -81,4 +81,3 @@ void *POSIX_Init( void *argument )
#define CONFIGURE_INIT
#include <confdefs.h>
-
diff --git a/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c b/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
index b766e2e9fc..e7279e1ebc 100644
--- a/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
+++ b/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
@@ -133,4 +133,3 @@ rtems_isr Clock_isr(
Clock_isrs -= 1;
i960_clear_intr( 5 );
}
-
diff --git a/c/src/lib/libbsp/i960/cvme961/console/console.c b/c/src/lib/libbsp/i960/cvme961/console/console.c
index b833412a31..4b046658b4 100644
--- a/c/src/lib/libbsp/i960/cvme961/console/console.c
+++ b/c/src/lib/libbsp/i960/cvme961/console/console.c
@@ -205,4 +205,3 @@ rtems_device_driver console_control(
{
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
index e1b3f3e55c..dfddd58fcf 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
@@ -72,4 +72,3 @@ void Shm_Unlock(
isr_level = Shm_isrstat;
rtems_interrupt_enable( isr_level );
}
-
diff --git a/c/src/lib/libbsp/i960/i960sim/console/console-io.c b/c/src/lib/libbsp/i960/i960sim/console/console-io.c
index feeb3a9c2b..853d133255 100644
--- a/c/src/lib/libbsp/i960/i960sim/console/console-io.c
+++ b/c/src/lib/libbsp/i960/i960sim/console/console-io.c
@@ -65,4 +65,3 @@ int console_inbyte_nonblocking(
return c;
return -1;
}
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c b/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c
index 5da3df2c7f..e5e5537965 100644
--- a/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c
+++ b/c/src/lib/libbsp/i960/rxgen960/clock/ckinit.c
@@ -171,4 +171,3 @@ rtems_isr Clock_isr(
i960_clear_intr( 12 );
}
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/console/serial.c b/c/src/lib/libbsp/i960/rxgen960/console/serial.c
index a9e9dd2dd9..bebeca997d 100644
--- a/c/src/lib/libbsp/i960/rxgen960/console/serial.c
+++ b/c/src/lib/libbsp/i960/rxgen960/console/serial.c
@@ -357,7 +357,3 @@ int console_sps_kbhit()
stat = *uart;
return ( stat != 0);
}
-
-
-
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/start/rxgen_romld.S b/c/src/lib/libbsp/i960/rxgen960/start/rxgen_romld.S
index cd543d418c..682841581f 100644
--- a/c/src/lib/libbsp/i960/rxgen960/start/rxgen_romld.S
+++ b/c/src/lib/libbsp/i960/rxgen960/start/rxgen_romld.S
@@ -166,4 +166,3 @@ _bssEnd:
_bssStart_1:
_bssEnd_1:
_intStackPtr:
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h b/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h
index 5f1cb7c31c..2860ed5c1f 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h
@@ -17,4 +17,3 @@ extern void faultHndlEntry(void);
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/asmstub.h b/c/src/lib/libbsp/i960/rxgen960/startup/asmstub.h
index b6df63f3b1..0f69a6060d 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/asmstub.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/asmstub.h
@@ -35,4 +35,3 @@ extern void asm_ivector(unsigned int vctr, void (* hndl)(void));
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c b/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c
index 3409bee8ba..77609f358c 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c
@@ -137,4 +137,3 @@ bsp_start(void)
return 0;
}
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.c b/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.c
index 252a11d7eb..c1aa826eb5 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.c
@@ -86,4 +86,3 @@ ControlTblEntry controlTbl[] = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.h b/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.h
index 0dd799e31f..f4712a8562 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.h
@@ -49,4 +49,3 @@ extern ControlTblEntry rom_controlTbl[];
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/fault.c b/c/src/lib/libbsp/i960/rxgen960/startup/fault.c
index 6142851fd2..67b2420345 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/fault.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/fault.c
@@ -323,4 +323,3 @@ static char * faultUnknownSbtpStr(unsigned int sbtp)
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/fault.h b/c/src/lib/libbsp/i960/rxgen960/startup/fault.h
index a0b6bd7460..54fcfd7bae 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/fault.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/fault.h
@@ -55,4 +55,3 @@ extern int faultOk(int fault);
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h b/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h
index e4825b7a7b..7f7fe4f205 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h
@@ -18,4 +18,3 @@ extern void faultRet(unsigned int * faultState);
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.c b/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.c
index f611e4249c..d4cc505331 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.c
@@ -118,4 +118,3 @@ void faultTblHandler(unsigned int * fp, unsigned int * faultBuffer)
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.h b/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.h
index 3a39a4dda7..8a3a0a91d2 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/flttbl.h
@@ -37,4 +37,3 @@ extern void faultTblHandler(unsigned int * fp,
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.c b/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.c
index ecfb58d583..783dfc4f62 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.c
@@ -617,4 +617,3 @@ static vme_isdigit(char ch)
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.h b/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.h
index 3e0e1a90d8..8c469ff4ae 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/frmstr.h
@@ -41,4 +41,3 @@ extern int unformat_string(const char * fmt, int ** argp, const char * buffer);
/* End of File
*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.S b/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.S
index 1fb600c216..2ca149ffe1 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.S
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.S
@@ -51,4 +51,3 @@ _clockHandler :
#
#
ret
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.h b/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.h
index c9348d28dc..e9235fda06 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/ihandler.h
@@ -21,4 +21,3 @@ extern void intr6Handler(void);
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.c b/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.c
index 55070d6940..b14c59fcdb 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.c
@@ -54,4 +54,3 @@ InterruptTbl interruptTbl = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.h b/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.h
index b6b96b570a..9fa40d1d4e 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.h
@@ -31,4 +31,3 @@ extern InterruptTbl interruptTbl;
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/main.h b/c/src/lib/libbsp/i960/rxgen960/startup/main.h
index 29181f11ef..08b3c7c09c 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/main.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/main.h
@@ -25,4 +25,3 @@ extern unsigned int bootAddr[];
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/memchnl.h b/c/src/lib/libbsp/i960/rxgen960/startup/memchnl.h
index f130de4a5c..2569226956 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/memchnl.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/memchnl.h
@@ -68,4 +68,3 @@ extern void * memBufLookupNext(BufLookupHndl *);
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/nulsystbl.c b/c/src/lib/libbsp/i960/rxgen960/startup/nulsystbl.c
index eaff3b24f0..a9a3292977 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/nulsystbl.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/nulsystbl.c
@@ -82,4 +82,3 @@ SystemTbl nulsystemTbl = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/prcb.c b/c/src/lib/libbsp/i960/rxgen960/startup/prcb.c
index 0f9759d2d2..1aaefd21d0 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/prcb.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/prcb.c
@@ -55,4 +55,3 @@ struct PRCB ram_prcb = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/prcb.h b/c/src/lib/libbsp/i960/rxgen960/startup/prcb.h
index 67adfebd95..235341740d 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/prcb.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/prcb.h
@@ -58,4 +58,3 @@ extern unsigned int intStackPtr[];
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/rom_cntrltbl.c b/c/src/lib/libbsp/i960/rxgen960/startup/rom_cntrltbl.c
index fcaf48e06f..254618d532 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/rom_cntrltbl.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/rom_cntrltbl.c
@@ -86,4 +86,3 @@ ControlTblEntry rom_controlTbl[] = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h b/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h
index a9ac3a1b42..db6317875c 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h
@@ -30,4 +30,3 @@ extern unsigned int rom_ibr_cksum[];
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c b/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
index 88b9c08aee..663df41096 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
@@ -56,4 +56,3 @@ struct PRCB rom_prcb = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/rommon.h b/c/src/lib/libbsp/i960/rxgen960/startup/rommon.h
index 1f4a112949..8cd87a1d5b 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/rommon.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/rommon.h
@@ -27,4 +27,3 @@ extern void romTestStart(void);
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h b/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
index 1c37aa98bd..3ba9cb1308 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
@@ -34,4 +34,3 @@ extern unsigned int bssEnd[];
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/systbl.c b/c/src/lib/libbsp/i960/rxgen960/startup/systbl.c
index fbbb5445e8..b51ff4e86b 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/systbl.c
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/systbl.c
@@ -98,4 +98,3 @@ SystemTbl systemTbl = {
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/systbl.h b/c/src/lib/libbsp/i960/rxgen960/startup/systbl.h
index da1948006f..0c51851090 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/systbl.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/systbl.h
@@ -35,4 +35,3 @@ extern SystemTbl systemTbl;
/*-------------*/
/* End of file */
/*-------------*/
-
diff --git a/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c b/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
index 76f4f263b3..62f83c519d 100644
--- a/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
@@ -152,4 +152,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/dmv152/console/console.c b/c/src/lib/libbsp/m68k/dmv152/console/console.c
index ef54a39004..6dd73f2a5f 100644
--- a/c/src/lib/libbsp/m68k/dmv152/console/console.c
+++ b/c/src/lib/libbsp/m68k/dmv152/console/console.c
@@ -237,4 +237,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}
-
diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
index c13294694a..df7df55bc6 100644
--- a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
@@ -153,4 +153,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S b/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S
index 1794e8387e..38ba6f2646 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S
+++ b/c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S
@@ -179,5 +179,3 @@ Debug_exit: moveml a7@+,d0-d1/a0-a1 | restore d0-d1,a0-a1
rte | return to thread
| OR _Isr_dispatch
-
-
diff --git a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
index 341cd2d0a7..94160b011c 100644
--- a/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
+++ b/c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
@@ -405,5 +405,3 @@ static void fmt_str( int minor, const char* str )
while( *str )
dbug_out_char( minor, *str++ );
}
-
-
diff --git a/c/src/lib/libbsp/m68k/gen68340/include/m68340.h b/c/src/lib/libbsp/m68k/gen68340/include/m68340.h
index 87b626ed87..b8e5422d0a 100644
--- a/c/src/lib/libbsp/m68k/gen68340/include/m68340.h
+++ b/c/src/lib/libbsp/m68k/gen68340/include/m68340.h
@@ -135,6 +135,3 @@ typedef volatile unsigned int * portl; /* 32-bit port */
#define WPREL12 (*(portw) (MBASE+0x064C)) /* Timer Preload 1 Reg 2 */
#define WPREL22 (*(portw) (MBASE+0x064E)) /* Timer Preload 2 Reg 2 */
#define TCOM2 (*(portw) (MBASE+0x0650)) /* Timer Compare Reg 2 */
-
-
-
diff --git a/c/src/lib/libbsp/m68k/gen68340/start/start.S b/c/src/lib/libbsp/m68k/gen68340/start/start.S
index 0567fb6191..d5893a1127 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start/start.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start/start.S
@@ -862,4 +862,3 @@ SYM (_M68kSpuriousInterruptCount):
END_DATA_DCL
END
-
diff --git a/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S b/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
index 152bab7a86..937313a218 100644
--- a/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
+++ b/c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S
@@ -488,4 +488,3 @@ SYM (_M68kSpuriousInterruptCount):
END_DATA_DCL
END
-
diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
index f461b40c48..7a84dff20e 100644
--- a/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
+++ b/c/src/lib/libbsp/m68k/gen68340/startup/dumpanic.c
@@ -187,6 +187,3 @@ void _dbug_dumpanic(void)
RAW_FMT(0,"press escape to reboot\n");
} while ((c=RAW_GETC(0))!=ESCAPE); /* cgets ne marche pas si les IT sont bloquées */
}
-
-
-
diff --git a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
index 4080112dd5..46f00d7063 100644
--- a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
@@ -190,4 +190,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S b/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
index 0efaa1b131..6e7cdd4e41 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/start/start.S
@@ -418,4 +418,3 @@ _avec7_int:
END_CODE
END
-
diff --git a/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c b/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c
index 037dae7b05..367e3dc86f 100644
--- a/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mrm332/clock/ckinit.c
@@ -126,4 +126,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/console.c b/c/src/lib/libbsp/m68k/mrm332/console/console.c
index 8fd19e074a..33bfb1fa8e 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/console.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/console.c
@@ -176,5 +176,3 @@ rtems_device_driver console_initialize(
return RTEMS_SUCCESSFUL;
}
-
-
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.c b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
index 4a50af70ad..7e92a5a293 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
@@ -36,6 +36,13 @@
* $Id$
*
* $Log$
+* Revision 1.5 2004/03/31 04:37:05 ralf
+* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
+*
+* * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
+* misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
+* c99 fixed size types.
+*
* Revision 1.4 2004/01/07 21:13:50 joel
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>
*
@@ -1681,6 +1688,3 @@ void SciPrintStats ( void )
return;
}
-
-
-
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.h b/c/src/lib/libbsp/m68k/mrm332/console/sci.h
index 7d6676e75d..a5d780b10f 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.h
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.h
@@ -241,5 +241,3 @@ const rtems_termios_callbacks * SciGetTermiosHandlers( int32_t polled );
#endif // _sci_h_
-
-
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/bspstart.c b/c/src/lib/libbsp/m68k/mrm332/startup/bspstart.c
index 5287cc5dcd..4c5c577f80 100644
--- a/c/src/lib/libbsp/m68k/mrm332/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mrm332/startup/bspstart.c
@@ -80,4 +80,3 @@ void bsp_start( void )
/* Clock_exit is done as an atexit() function */
}
-
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/start_c.c b/c/src/lib/libbsp/m68k/mrm332/startup/start_c.c
index 1a75ff9764..acab7b4696 100644
--- a/c/src/lib/libbsp/m68k/mrm332/startup/start_c.c
+++ b/c/src/lib/libbsp/m68k/mrm332/startup/start_c.c
@@ -123,4 +123,3 @@ void start_c() {
reboot();
}
-
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
index 8f820302ea..f0e60e498e 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
@@ -71,4 +71,3 @@ void Shm_Unlock(
isr_level = Shm_isrstat;
rtems_interrupt_enable( isr_level );
}
-
diff --git a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
index 9af48570c7..0c36a9a172 100644
--- a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
@@ -133,4 +133,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/mvme147/console/console.c b/c/src/lib/libbsp/m68k/mvme147/console/console.c
index 349d2711ba..d065aa62af 100644
--- a/c/src/lib/libbsp/m68k/mvme147/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme147/console/console.c
@@ -253,4 +253,3 @@ rtems_device_driver console_control(
{
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
index 7d8a3c1dba..e3f2d4ce24 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
@@ -190,4 +190,3 @@ m68k_isr_entry set_vector(
#endif
/* end of include file */
-
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
index 8dc75172e3..6a07fa945f 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
@@ -254,4 +254,3 @@ m68k_isr_entry set_vector(
#endif
/* end of include file */
-
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
index 8f820302ea..f0e60e498e 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
@@ -71,4 +71,3 @@ void Shm_Unlock(
isr_level = Shm_isrstat;
rtems_interrupt_enable( isr_level );
}
-
diff --git a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
index d01e476141..8a775ff3f7 100644
--- a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
@@ -139,4 +139,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c b/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c
index ea7f6d5a40..35fd0dd6b2 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/page_table.c
@@ -198,5 +198,3 @@ int page_table_map(void *addr, unsigned long size, int cache_type){
return PTM_SUCCESS;
}
-
-
diff --git a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
index e457c21d42..f152900e0a 100644
--- a/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme167/clock/ckinit.c
@@ -273,4 +273,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
index f9fc5bd0f8..95c9024d81 100644
--- a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
@@ -154,4 +154,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
diff --git a/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S b/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S
index 2476ad2e8b..60e7277245 100644
--- a/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S
+++ b/c/src/lib/libbsp/m68k/ods68302/start/debugreset.S
@@ -88,5 +88,3 @@ environ:
.global stack_size
.set stack_size,0x1000
-
-
diff --git a/c/src/lib/libbsp/m68k/ods68302/start/reset.S b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
index 02db7408e3..b07588e9b2 100644
--- a/c/src/lib/libbsp/m68k/ods68302/start/reset.S
+++ b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
@@ -879,4 +879,3 @@ stack_base:
.space 0x2000, 0
stack_end:
.long 0
-
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c b/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c
index b4616152a3..be9da857b5 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/debugport.c
@@ -160,4 +160,3 @@ void debug_port_banner(void)
debug_port_write(_Copyright_Notice);
debug_port_write("\n\r " CARD_ID "\n\r");
}
-
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c b/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c
index 8b14ff2390..3c3cb72582 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c
@@ -73,4 +73,3 @@ void exceptionHandler(unsigned int vector, void *handler)
interrupt_table[vector] = (uint32_t) &gdb_jump_table[vector];
}
-
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c b/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c
index 14a57b637c..542ad8d9ad 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c
@@ -147,13 +147,3 @@ void scc_out(int channel, unsigned char character)
}
}
}
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/m68k/shared/gdbstub/m68k-stub.c b/c/src/lib/libbsp/m68k/shared/gdbstub/m68k-stub.c
index 3013cce702..4599dba2db 100644
--- a/c/src/lib/libbsp/m68k/shared/gdbstub/m68k-stub.c
+++ b/c/src/lib/libbsp/m68k/shared/gdbstub/m68k-stub.c
@@ -1303,4 +1303,3 @@ void breakpoint()
{
if (initialized) BREAKPOINT();
}
-
diff --git a/c/src/lib/libbsp/m68k/shared/setvec.c b/c/src/lib/libbsp/m68k/shared/setvec.c
index 3f09eba112..13dc820374 100644
--- a/c/src/lib/libbsp/m68k/shared/setvec.c
+++ b/c/src/lib/libbsp/m68k/shared/setvec.c
@@ -35,4 +35,3 @@ m68k_isr_entry set_vector( /* returns old vector */
}
return (m68k_isr_entry) previous_isr;
}
-
diff --git a/c/src/lib/libbsp/m68k/shared/start.S b/c/src/lib/libbsp/m68k/shared/start.S
index c4f3b929a6..83e65e1740 100644
--- a/c/src/lib/libbsp/m68k/shared/start.S
+++ b/c/src/lib/libbsp/m68k/shared/start.S
@@ -150,5 +150,3 @@ SYM (initial_sr):
END_DATA
#endif
END
-
-
diff --git a/c/src/lib/libbsp/m68k/sim68000/start/start.S b/c/src/lib/libbsp/m68k/sim68000/start/start.S
index 35d093e326..11aefb7d3c 100644
--- a/c/src/lib/libbsp/m68k/sim68000/start/start.S
+++ b/c/src/lib/libbsp/m68k/sim68000/start/start.S
@@ -412,4 +412,3 @@ arg: .long 0
environ:
.long env
-
diff --git a/c/src/lib/libbsp/mips/genmongoosev/start/mg5.h b/c/src/lib/libbsp/mips/genmongoosev/start/mg5.h
index 59f1a4b974..12776c8fc3 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/start/mg5.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/start/mg5.h
@@ -401,4 +401,3 @@
#define LR33300_IC_SIZE 0x1000 /* 33300 Inst cache = 4Kbytes */
#define LR33300_DC_SIZE 0x800 /* 33300 Data cache = 2Kbytes */
-
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
index fd44534710..05eedcb8b2 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
@@ -188,4 +188,3 @@ void get_mem_info ( struct s_mem *mem )
}
*/
-
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c b/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
index f346d091cd..2b36051053 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
@@ -152,4 +152,3 @@ void putDebugChar (char c)
* printf("bpc is %08X, bpc_mask is %08X, dcic is now %08X\n", reg, mask, dcic ); *
}
*/
-
diff --git a/c/src/lib/libbsp/mips/jmr3904/console/console-io.c b/c/src/lib/libbsp/mips/jmr3904/console/console-io.c
index 1219a8fa19..f6ede9e1db 100644
--- a/c/src/lib/libbsp/mips/jmr3904/console/console-io.c
+++ b/c/src/lib/libbsp/mips/jmr3904/console/console-io.c
@@ -121,4 +121,3 @@ void JMR3904_output_char(char c) { console_outbyte_polled( 0, c ); }
BSP_output_char_function_type BSP_output_char = JMR3904_output_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
-
diff --git a/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c b/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c
index 425808c59d..74a0fce605 100644
--- a/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/jmr3904/startup/bspstart.c
@@ -120,4 +120,3 @@ get_mem_info (mem)
{
mem->size = 0x1000000; /* XXX figure out something here */
}
-
diff --git a/c/src/lib/libbsp/mips/p4000/console/console.c b/c/src/lib/libbsp/mips/p4000/console/console.c
index 8373b07150..43d63b1ef2 100644
--- a/c/src/lib/libbsp/mips/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips/p4000/console/console.c
@@ -279,4 +279,3 @@ void P4000_output_char(char c) { outbyte( c ); }
BSP_output_char_function_type BSP_output_char = P4000_output_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
-
diff --git a/c/src/lib/libbsp/mips/p4000/console/led.S b/c/src/lib/libbsp/mips/p4000/console/led.S
index ec3376fbb8..e081ff741e 100644
--- a/c/src/lib/libbsp/mips/p4000/console/led.S
+++ b/c/src/lib/libbsp/mips/p4000/console/led.S
@@ -20,4 +20,3 @@ ENDFRAME(sbddisplay)
FRAME(sbdblank,sp,0,ra)
j ra
ENDFRAME(sbdblank)
-
diff --git a/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S b/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S
index 02f2549c47..416f4c71f2 100644
--- a/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S
+++ b/c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S
@@ -59,4 +59,3 @@ ENDFRAME(idtsim_init_sbrk)
FRAME(idtsim_init_file,sp,0,ra)
j ra
ENDFRAME(idtsim_init_file)
-
diff --git a/c/src/lib/libbsp/mips/p4000/startup/idtmem.S b/c/src/lib/libbsp/mips/p4000/startup/idtmem.S
index 34f715194e..3e2b373d72 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/idtmem.S
+++ b/c/src/lib/libbsp/mips/p4000/startup/idtmem.S
@@ -934,5 +934,3 @@ FRAME(set_memory_size,sp,0,ra)
sw a0, mem_size
j ra
ENDFRAME(set_memory_size)
-
-
diff --git a/c/src/lib/libbsp/mips/p4000/startup/idttlb.S b/c/src/lib/libbsp/mips/p4000/startup/idttlb.S
index 2fe76bbf99..e1267dbbc8 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/idttlb.S
+++ b/c/src/lib/libbsp/mips/p4000/startup/idttlb.S
@@ -387,4 +387,3 @@ FRAME(set_tlbpid,sp,0,ra)
nop
.set reorder
ENDFRAME(set_tlbpid)
-
diff --git a/c/src/lib/libbsp/mips/p4000/startup/inittlb.c b/c/src/lib/libbsp/mips/p4000/startup/inittlb.c
index a37d10130c..dbc085be89 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/inittlb.c
@@ -13,4 +13,3 @@ void init_tlb(void)
for (i = 0; i < N_TLB_ENTRIES; i++ )
resettlb(i);
}
-
diff --git a/c/src/lib/libbsp/mips/p4000/startup/setvec.c b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
index 8dcd57a85d..ccf5b46abc 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/setvec.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
@@ -49,4 +49,3 @@ mips_isr_entry set_vector( /* returns old vector */
}
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c b/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
index a3ce56ade3..a2d4c5fd61 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
@@ -1674,6 +1674,3 @@ void mips_gdb_stub_install(int enableThreads)
/* get the attention of gdb */
/* mips_break(1); disabled so user code can choose to invoke it or not */
}
-
-
-
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
index 94ca2a6c0d..c0d29adf00 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
@@ -82,4 +82,3 @@ void Shm_Unlock(
isr_level = Shm_isrstat;
rtems_interrupt_enable( isr_level );
}
-
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
index f7d886d0b3..e72a92fb24 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
@@ -40,4 +40,3 @@ no_cpu_isr_entry set_vector( /* returns old vector */
}
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
index 9bef085916..82ce3904dd 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
@@ -101,4 +101,3 @@ void Set_find_average_overhead(
{
Timer_driver_Find_average_overhead = find_flag;
}
-
diff --git a/c/src/lib/libbsp/or32/orp/start/start.S b/c/src/lib/libbsp/or32/orp/start/start.S
index 16a8094f0d..7c7ce0dd1c 100644
--- a/c/src/lib/libbsp/or32/orp/start/start.S
+++ b/c/src/lib/libbsp/or32/orp/start/start.S
@@ -800,4 +800,3 @@ L3_3:
.endef
END_CODE
-
diff --git a/c/src/lib/libbsp/or32/orp/startup/setvec.c b/c/src/lib/libbsp/or32/orp/startup/setvec.c
index f7d886d0b3..e72a92fb24 100644
--- a/c/src/lib/libbsp/or32/orp/startup/setvec.c
+++ b/c/src/lib/libbsp/or32/orp/startup/setvec.c
@@ -40,4 +40,3 @@ no_cpu_isr_entry set_vector( /* returns old vector */
}
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/or32/orp/timer/timer.c b/c/src/lib/libbsp/or32/orp/timer/timer.c
index 9bef085916..82ce3904dd 100644
--- a/c/src/lib/libbsp/or32/orp/timer/timer.c
+++ b/c/src/lib/libbsp/or32/orp/timer/timer.c
@@ -101,4 +101,3 @@ void Set_find_average_overhead(
{
Timer_driver_Find_average_overhead = find_flag;
}
-
diff --git a/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c b/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c
index 864f7607de..b3a1fc1c29 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/clock/clock.c
@@ -233,8 +233,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/debugio.c b/c/src/lib/libbsp/powerpc/dmv177/console/debugio.c
index 17dd530d73..bc4f97a69d 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/console/debugio.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/console/debugio.c
@@ -110,4 +110,3 @@ void DEBUG_puth(
}
rtems_interrupt_enable(Irql);
}
-
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
index fb5b245fd1..f22feb636d 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
@@ -286,4 +286,3 @@ uint32_t SCV64_Get_Interrupt_Enable();
#endif /* !_INCLUDE_DMV170_h */
/* end of include file */
-
diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c b/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
index f61fd05723..4661a718bc 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
@@ -226,13 +226,3 @@ rtems_isr_entry set_EE_vector(
*/
return 0;
}
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/setvec.c b/c/src/lib/libbsp/powerpc/dmv177/startup/setvec.c
index a88a7abebe..16b94f5503 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/startup/setvec.c
@@ -54,4 +54,3 @@ rtems_isr_entry set_vector( /* returns old vector */
}
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/powerpc/dmv177/tod/todcfg.c b/c/src/lib/libbsp/powerpc/dmv177/tod/todcfg.c
index b084b99e09..028e29fec1 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/tod/todcfg.c
@@ -75,4 +75,3 @@ boolean dmv177_icm7170_probe(int minor)
return FALSE;
}
-
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c b/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
index 7e72a31b87..389836e389 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
@@ -476,5 +476,3 @@ rtems_device_driver canbus_control(
return RTEMS_SUCCESSFUL;
#endif
-
-
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/console/console.c b/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
index fdbcacf8cc..411e279ef2 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
@@ -237,4 +237,3 @@ int mbx8xx_console_get_configuration(void)
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_asm.S
index 168fc144f9..095e75aa51 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_asm.S
@@ -350,4 +350,3 @@ easy_exit:
addi r1,r1, EXCEPTION_FRAME_END
SYNC
rfi
-
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_init.c b/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_init.c
index bd34b0e725..9ff513766e 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/irq/irq_init.c
@@ -158,4 +158,3 @@ void BSP_rtems_irq_mng_init(unsigned cpuId)
printk("RTEMS IRQ management is now operationnal\n");
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
index 4a2f484d79..da674ec747 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
@@ -215,5 +215,3 @@ void bsp_start(void)
#endif
}
-
-
diff --git a/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S
index ad4fb5f706..97ca329573 100644
--- a/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/gen405/dlentry/dlentry.S
@@ -151,4 +151,3 @@ clear_bss:
#endif
.comm environ,4,4
-
diff --git a/c/src/lib/libbsp/powerpc/gen405/startup/setvec.c b/c/src/lib/libbsp/powerpc/gen405/startup/setvec.c
index b2fc015181..af6f68b356 100644
--- a/c/src/lib/libbsp/powerpc/gen405/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/gen405/startup/setvec.c
@@ -54,4 +54,3 @@ rtems_isr_entry set_vector( /* returns old vector */
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index 0e11830d6a..d5db474d54 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -471,5 +471,3 @@ ramaccfx:
.comm environ,4,4
-
-
diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c b/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c
index b2fc015181..af6f68b356 100644
--- a/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/helas403/startup/setvec.c
@@ -54,4 +54,3 @@ rtems_isr_entry set_vector( /* returns old vector */
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
index 6db3e4a30b..7716cf3a85 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
@@ -1101,4 +1101,3 @@ int mbx8xx_console_get_configuration(void)
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ide/idecfg.c b/c/src/lib/libbsp/powerpc/mbx8xx/ide/idecfg.c
index 4741c0f304..eb9f6c135b 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ide/idecfg.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ide/idecfg.c
@@ -47,5 +47,3 @@ ide_controller_bsp_table_t IDE_Controller_Table[] = {
/* Number of rows in IDE_Controller_Table */
unsigned long IDE_Controller_Count =
sizeof(IDE_Controller_Table)/sizeof(IDE_Controller_Table[0]);
-
-
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c b/c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c
index 4a99ef0907..6c6d2d368d 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ide/pcmcia_ide.c
@@ -382,4 +382,3 @@ ide_ctrl_fns_t mbx8xx_pcmciaide_ctrl_fns = {
mbx8xx_pcmciaide_write_block,
mbx8xx_pcmciaide_config_io_speed
};
-
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_asm.S
index 0c3c29da36..1d3e1d2fcf 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_asm.S
@@ -390,4 +390,3 @@ easy_exit:
addi r1,r1, EXCEPTION_FRAME_END
SYNC
rfi
-
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_init.c b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_init.c
index a6ec978f9d..01d2d14cd4 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/irq/irq_init.c
@@ -159,4 +159,3 @@ void BSP_rtems_irq_mng_init(unsigned cpuId)
printk("RTEMS IRQ management is now operationnal\n");
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
index b39bfe21f8..0c853fabaf 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
@@ -235,4 +235,3 @@ void bsp_start(void)
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/console/console.c b/c/src/lib/libbsp/powerpc/mpc8260ads/console/console.c
index 7946f2b17b..0f64818fbd 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/console/console.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/console/console.c
@@ -479,4 +479,3 @@ int mbx8xx_console_get_configuration(void)
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_asm.S
index 4f6eb47d19..a0d7d02510 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_asm.S
@@ -354,4 +354,3 @@ easy_exit:
addi r1,r1, EXCEPTION_FRAME_END
SYNC
rfi
-
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_init.c b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_init.c
index 27431983c0..d2ca9b2005 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/irq/irq_init.c
@@ -152,4 +152,3 @@ void BSP_rtems_irq_mng_init(unsigned cpuId)
printk("RTEMS IRQ management is now operationnal\n");
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h b/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h
index e18fab372d..9daa50524f 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.h
@@ -37,4 +37,3 @@ int hdlc_output __P((struct ifnet *,
int hdlc_ioctl __P((struct ifnet *, int , caddr_t ));
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S b/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S
index 7af7353e89..021454fa0b 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/start/start.S
@@ -186,6 +186,3 @@ clear_bss:
bdnz clear_bss /* dec counter and loop */
blr /* return */
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
index e244716263..9f35b9eaca 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c
@@ -375,4 +375,3 @@ Thread _Thread_Idle_body(
return 0; /* to remove warning */
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/clock/clock.c b/c/src/lib/libbsp/powerpc/ppcn_60x/clock/clock.c
index da06bb271c..e08be577a8 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/clock/clock.c
@@ -228,8 +228,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/config.c b/c/src/lib/libbsp/powerpc/ppcn_60x/console/config.c
index 4c7c4879cf..0e755266e5 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/config.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/config.c
@@ -480,4 +480,3 @@ static boolean config_z85c30_probe(int minor)
return(TRUE);
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/console.c b/c/src/lib/libbsp/powerpc/ppcn_60x/console/console.c
index 3dce4dd367..bfa9b7b4ea 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/console.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/console.c
@@ -346,4 +346,3 @@ DEBUG_puth(
rtems_interrupt_enable(Irql);
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/debugio.c b/c/src/lib/libbsp/powerpc/ppcn_60x/console/debugio.c
index 17dd530d73..bc4f97a69d 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/debugio.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/debugio.c
@@ -110,4 +110,3 @@ void DEBUG_puth(
}
rtems_interrupt_enable(Irql);
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/ds1385.h b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/ds1385.h
index c4861d9c80..c8a90699f2 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/ds1385.h
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/ds1385.h
@@ -36,4 +36,3 @@ typedef struct _DS1385_NVRAM_MAP {
} DS1385_NVRAM_MAP, *PDS1385_NVRAM_MAP;
#endif /* _DS1385_H */
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/nvram.c b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/nvram.c
index 753cdda86a..790542f155 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/nvram.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/nvram.c
@@ -511,5 +511,3 @@ InitializeNvRAM(void)
ulPRePOSAreaLength=ulLength;
ulPRePOSAreaOffset=ulOffset;
}
-
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/stk11c68.h b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/stk11c68.h
index 9fc2a5a5dc..182617f3bc 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/stk11c68.h
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/stk11c68.h
@@ -43,4 +43,4 @@ typedef struct _STK11C68_NVRAM_MAP {
uint8_t ConfigArea[CONFSIZE];
} STK11C68_NVRAM_MAP, *PSTK11C68_NVRAM_MAP;
-#endif /* _STK11C68_H */
+#endif /* _STK11C68_H */
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
index a4e5d5319f..5e34429c09 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c
@@ -290,4 +290,3 @@ void bsp_start( void )
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c
index 06ef3144f4..a7a6f3dacc 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c
@@ -351,4 +351,3 @@ void En_Ext_Interrupt(int level)
_ISR_Enable(Irql);
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/spurious.c b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/spurious.c
index f91a3974e3..3ead7a7892 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/spurious.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/spurious.c
@@ -191,11 +191,3 @@ void bsp_spurious_initialize()
set_vector( bsp_stub_handler, PPC_IRQ_TRACE, 1 );
set_vector( bsp_stub_handler, PPC_IRQ_SYS_MGT, 1 );
}
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/swap.c b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/swap.c
index 04aa304c1d..5ea1c39b0c 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/swap.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/swap.c
@@ -61,4 +61,3 @@ inline unsigned int Swap16(
return( usSwapped );
}
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/universe/universe.c b/c/src/lib/libbsp/powerpc/ppcn_60x/universe/universe.c
index 62e0ae27fa..19a53ce56a 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/universe/universe.c
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/universe/universe.c
@@ -441,4 +441,3 @@ void put_vme(
PPCN_60X_PCI_MEM_BASE) = value;
}
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S
index 3916f820ee..cd7b737314 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S
@@ -294,4 +294,3 @@ waitfortx:
li r4,0x00
b display_exc
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/psim/console/console-io.c b/c/src/lib/libbsp/powerpc/psim/console/console-io.c
index abdeaa3382..99339461f6 100644
--- a/c/src/lib/libbsp/powerpc/psim/console/console-io.c
+++ b/c/src/lib/libbsp/powerpc/psim/console/console-io.c
@@ -75,4 +75,3 @@ void PSIM_output_char(char c) { console_outbyte_polled( 0, c ); }
BSP_output_char_function_type BSP_output_char = PSIM_output_char;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
-
diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c b/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c
index 1d78896d28..3d2cb199b8 100644
--- a/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c
+++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/lock.c
@@ -65,4 +65,3 @@ void Shm_Unlock(
(void) p[2];
}
-
diff --git a/c/src/lib/libbsp/powerpc/psim/start/start.S b/c/src/lib/libbsp/powerpc/psim/start/start.S
index 12bbb120a9..fd4a5730ec 100644
--- a/c/src/lib/libbsp/powerpc/psim/start/start.S
+++ b/c/src/lib/libbsp/powerpc/psim/start/start.S
@@ -110,4 +110,3 @@ _start:
.size _start,.Lstart-_start
.comm environ,4,4
-
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/setvec.c b/c/src/lib/libbsp/powerpc/psim/startup/setvec.c
index 098537a757..21503ac17f 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/psim/startup/setvec.c
@@ -54,4 +54,3 @@ rtems_isr_entry set_vector( /* returns old vector */
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S b/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
index 2557c7c1b8..6ed7ddf15c 100644
--- a/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/psim/vectors/vectors.S
@@ -120,4 +120,3 @@ SYM (__vectors):
li r0, PPC_IRQ_DECREMENTER
b PROC (_ISR_Handler)
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
index e812078c24..9a3f6b79d4 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
@@ -102,4 +102,3 @@ void Write_pci_device_register(
*/
PCI_bus_write( (volatile uint32_t*)SCORE603E_PCI_IO_CFG_DATA, data );
}
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h
index a8e23ffce4..16d2bbfc6f 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h
@@ -38,4 +38,3 @@ void Write_pci_device_register(
);
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
index 9e14493423..8b1cfa0958 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
@@ -103,8 +103,3 @@ unsigned int SCORE603e_FLASH_Enable_writes(
return RTEMS_SUCCESSFUL;
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
index 182ed2995a..eccf81476b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/universe.c
@@ -324,4 +324,3 @@ void set_vme_slave_size (uint32_t size)
temp = temp + (size & 0xFFFFF000);
PCI_bus_write( &UNIVERSE->VSI0_BD, temp );
}
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/clock/clock.c b/c/src/lib/libbsp/powerpc/score603e/clock/clock.c
index 393003e58c..ce299f3ba1 100644
--- a/c/src/lib/libbsp/powerpc/score603e/clock/clock.c
+++ b/c/src/lib/libbsp/powerpc/score603e/clock/clock.c
@@ -228,8 +228,3 @@ rtems_device_driver Clock_control(
done:
return RTEMS_SUCCESSFUL;
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
index aace0b2f19..ed5592e6b1 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
@@ -430,4 +430,3 @@ rtems_isr ISR_85c30_Async(
}
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
index 822ab39598..4a1e482a06 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
@@ -52,4 +52,3 @@
#define Z8530_WRITE_CHARACTER_BITS_5 0x00
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/console.c b/c/src/lib/libbsp/powerpc/score603e/console/console.c
index a40a084b4d..5391eeca47 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/console.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/console.c
@@ -474,14 +474,3 @@ void console_outbyte_interrupts(
}
#endif
-
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/consolereserveresources.c b/c/src/lib/libbsp/powerpc/score603e/console/consolereserveresources.c
index a7920f0118..0a46174010 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/consolereserveresources.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/consolereserveresources.c
@@ -20,4 +20,3 @@
#include "consolebsp.h"
int console_reserve_resources_removed;
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
index ca6fb3ca58..a7b5e8dfea 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
@@ -194,4 +194,3 @@ const Port_85C30_info Ports_85C30 [ NUM_Z85C30_PORTS ] = {
},
#endif
};
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
index fb85131fc9..51930235db 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
@@ -268,4 +268,3 @@ extern uint32_t bsp_isr_level;
#endif
/* end of include file */
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/coverhd.h b/c/src/lib/libbsp/powerpc/score603e/include/coverhd.h
index be92f4dfa1..17d70815dc 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/coverhd.h
@@ -133,6 +133,3 @@ extern "C" {
#endif
/* end of include file */
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/gen2.h b/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
index c1e60fb2bb..2be08e07e4 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
@@ -269,7 +269,3 @@ extern "C" {
#ifdef __cplusplus
}
#endif
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c b/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c
index bc83599cc1..e5d1fcce1b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/Hwr_init.c
@@ -201,13 +201,3 @@ void data_cache_enable ()
PPC_Set_HID0( value );
}
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
index a3fee15ba8..11603b0c95 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
@@ -291,4 +291,3 @@ void bsp_start( void )
data_cache_enable ();
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c b/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
index ccca0d9700..a97444c865 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
@@ -200,6 +200,3 @@ rtems_isr external_exception_ISR (
}
}
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/spurious.c b/c/src/lib/libbsp/powerpc/score603e/startup/spurious.c
index 7ba0632e77..a3b87f600b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/spurious.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/spurious.c
@@ -252,8 +252,3 @@ void bsp_set_trap_vectors( void )
*ptr = 0x48000000;
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c b/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
index a9187e1e7b..441c98a224 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
@@ -65,5 +65,3 @@ void VME_interrupt_Enable (
*VME_interrupt_enable = value;
}
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/tod/tod.c b/c/src/lib/libbsp/powerpc/score603e/tod/tod.c
index 87bb65f078..234d46243b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/tod/tod.c
+++ b/c/src/lib/libbsp/powerpc/score603e/tod/tod.c
@@ -169,11 +169,3 @@ void ICM7170_SetTOD(
ICM7170_SetField( imc1770_regs, 0x11, (0x0c | icm1770_freq) );
}
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/score603e/vectors/vectors.S b/c/src/lib/libbsp/powerpc/score603e/vectors/vectors.S
index ace52ed89c..14ed3c50fe 100644
--- a/c/src/lib/libbsp/powerpc/score603e/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/score603e/vectors/vectors.S
@@ -162,17 +162,3 @@ SYM (__vectors):
ba 0xfff01400
ba 0xfff01400
#endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h b/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
index b945bfb08f..4cb72fc3c1 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/bootldr.h
@@ -253,6 +253,3 @@ int find_max_mem(struct pci_dev *);
#endif
#endif
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c b/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
index b4daabab4a..be444b2279 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c
@@ -575,8 +575,3 @@ void em86_main(struct pci_dev *dev){
vunmap(p->vbase+0xc0000);
pfree(p->rom);
}
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S b/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
index a34d1ba227..120b5c09ee 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S
@@ -4558,4 +4558,3 @@ grp8##wl: OP(ud); OP(ud); OP(ud); OP(ud); \
#ifdef __BOOT__
_endjtables: .long 0 /* Points to _jtables after relocation */
#endif
-
diff --git a/c/src/lib/libbsp/powerpc/shared/console/inch.c b/c/src/lib/libbsp/powerpc/shared/console/inch.c
index c4ab942097..f92ed2e21e 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/inch.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/inch.c
@@ -299,9 +299,3 @@ _IBMPC_inch_sleep(void)
return c;
} /* _IBMPC_inch */
-
-
-
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/shared/console/uart.h b/c/src/lib/libbsp/powerpc/shared/console/uart.h
index e1b2dae37a..087d151462 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/uart.h
+++ b/c/src/lib/libbsp/powerpc/shared/console/uart.h
@@ -185,6 +185,3 @@ typedef struct BSP_UartBreakCbRec_ {
#define TRIG_LEVEL 0xc0 /* Mask for the trigger level */
#endif /* _BSPUART_H */
-
-
-
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/i8259.c b/c/src/lib/libbsp/powerpc/shared/irq/i8259.c
index c966e85401..0261d892f3 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/i8259.c
+++ b/c/src/lib/libbsp/powerpc/shared/irq/i8259.c
@@ -149,4 +149,3 @@ void BSP_i8259s_init(void)
outport_byte(PIC_SLAVE_IMR_IO_PORT, 0xFF); /* Mask all */
}
-
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/shared/irq/irq_asm.S
index e666001815..6faaf9f587 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/shared/irq/irq_asm.S
@@ -354,4 +354,3 @@ easy_exit:
addi r1,r1, EXCEPTION_FRAME_END
SYNC
rfi
-
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c b/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c
index f1ea7874da..5d14948608 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c
@@ -313,4 +313,3 @@ void BSP_rtems_irq_mng_init(unsigned cpuId)
printk("RTEMS IRQ management is now operationnal\n");
#endif
}
-
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
index 3703fd0521..262bd5e265 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
@@ -270,4 +270,3 @@ const void *motorolaIntSwizzle(motorolaBoard board)
if (board == MOTOROLA_UNKNOWN) return NULL;
return (void *)mot_boards[board].swizzler;
}
-
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
index ae453d1ac9..f5b3a908cb 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
@@ -74,4 +74,3 @@ extern const void *motorolaIntSwizzle(motorolaBoard board);
#endif /* LIBBSP_POWERPC_SHARED_MOTOROLA_MOTOROLA_H */
-
diff --git a/c/src/lib/libbsp/powerpc/shared/residual/residual.c b/c/src/lib/libbsp/powerpc/shared/residual/residual.c
index 60cc3829c5..4327382c67 100644
--- a/c/src/lib/libbsp/powerpc/shared/residual/residual.c
+++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.c
@@ -105,4 +105,3 @@ PnP_TAG_PACKET *PnP_find_large_vendor_packet(unsigned char *p,
};
return 0; /* not found */
}
-
diff --git a/c/src/lib/libbsp/powerpc/shared/residual/residual.h b/c/src/lib/libbsp/powerpc/shared/residual/residual.h
index 8da92aae2f..b0267f5073 100644
--- a/c/src/lib/libbsp/powerpc/shared/residual/residual.h
+++ b/c/src/lib/libbsp/powerpc/shared/residual/residual.h
@@ -343,4 +343,3 @@ extern PnP_TAG_PACKET *PnP_find_large_vendor_packet(unsigned char *p,
int n);
#endif /* ASM */
#endif /* ndef _RESIDUAL_ */
-
diff --git a/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S b/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
index aa61ddc206..3d63d1261b 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
@@ -32,4 +32,4 @@
_init:
stwu r1,-16(r1)
mflr r0
- stw r0,20(r1)
+ stw r0,20(r1)
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c b/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
index be2840b5bb..3a8b5664f8 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
@@ -61,4 +61,3 @@ void * sbrk(ptrdiff_t incr)
}
return rval;
}
-
diff --git a/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c b/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
index b1465298a6..9e990f354a 100644
--- a/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/ss555/startup/bspstart.c
@@ -200,4 +200,3 @@ void bsp_start(void)
*/
BSP_rtems_irq_mng_init(0);
}
-
diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c
index b9859baa6b..f31add1feb 100644
--- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c
+++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c
@@ -150,4 +150,3 @@ void _CPU_Context_Initialize(
void _CPU_Install_interrupt_stack( void )
{
}
-
diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S
index a490317c1a..847091f6c9 100644
--- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S
+++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S
@@ -402,4 +402,3 @@ PROC (_CPU_Context_restore):
#endif
blr
-
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
index 30fd44e8fe..622adc58a3 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ppccache.c
@@ -58,4 +58,3 @@ void powerpc_data_cache_enable ()
PPC_Set_HID0( value );
}
-
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.S b/c/src/lib/libbsp/sh/gensh2/start/start.S
index 604a99f7cf..3dde5912ef 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.S
@@ -192,4 +192,3 @@ SYM(stack):
#endif
SYM(vbrtemp):
.long 0x0
-
diff --git a/c/src/lib/libbsp/sh/gensh4/console/console.c b/c/src/lib/libbsp/sh/gensh4/console/console.c
index 979836fa53..1c85036672 100644
--- a/c/src/lib/libbsp/sh/gensh4/console/console.c
+++ b/c/src/lib/libbsp/sh/gensh4/console/console.c
@@ -485,6 +485,3 @@ console_control(rtems_device_major_number major,
return RTEMS_SUCCESSFUL;
}
}
-
-
-
diff --git a/c/src/lib/libbsp/sh/gensh4/start/start.S b/c/src/lib/libbsp/sh/gensh4/start/start.S
index 2445f1e008..9290fc07c7 100644
--- a/c/src/lib/libbsp/sh/gensh4/start/start.S
+++ b/c/src/lib/libbsp/sh/gensh4/start/start.S
@@ -274,4 +274,3 @@ __sh4sim_dummy_register:
.global _boot_mode
_boot_mode:
.long 0
-
diff --git a/c/src/lib/libbsp/sh/shsim/trap34/console-io.c b/c/src/lib/libbsp/sh/shsim/trap34/console-io.c
index 27bb1e9c3f..953aea6dae 100644
--- a/c/src/lib/libbsp/sh/shsim/trap34/console-io.c
+++ b/c/src/lib/libbsp/sh/shsim/trap34/console-io.c
@@ -75,4 +75,3 @@ _sys_exit (n)
{
return __trap34 (SYS_exit, n, 0, 0);
}
-
diff --git a/c/src/lib/libbsp/sh/shsim/trap34/console-support.S b/c/src/lib/libbsp/sh/shsim/trap34/console-support.S
index b4b9d9ae76..a317d755cc 100644
--- a/c/src/lib/libbsp/sh/shsim/trap34/console-support.S
+++ b/c/src/lib/libbsp/sh/shsim/trap34/console-support.S
@@ -18,4 +18,3 @@ ret:
.align 2
perrno:
.long _errno
-
diff --git a/c/src/lib/libbsp/shared/bsppost.c b/c/src/lib/libbsp/shared/bsppost.c
index 28a41bf4ea..3442df4f4d 100644
--- a/c/src/lib/libbsp/shared/bsppost.c
+++ b/c/src/lib/libbsp/shared/bsppost.c
@@ -34,4 +34,3 @@ bsp_postdriver_hook(void)
if ((stdin_fd != 0) || (stdout_fd != 1) || (stderr_fd != 2))
rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' );
}
-
diff --git a/c/src/lib/libbsp/shared/console-polled.c b/c/src/lib/libbsp/shared/console-polled.c
index 9b3aec771f..32b2a3ea34 100644
--- a/c/src/lib/libbsp/shared/console-polled.c
+++ b/c/src/lib/libbsp/shared/console-polled.c
@@ -147,4 +147,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}
-
diff --git a/c/src/lib/libbsp/shared/console.c b/c/src/lib/libbsp/shared/console.c
index 0f59a17231..0b1fbcecb7 100644
--- a/c/src/lib/libbsp/shared/console.c
+++ b/c/src/lib/libbsp/shared/console.c
@@ -268,6 +268,3 @@ rtems_device_driver console_initialize(
return RTEMS_SUCCESSFUL;
}
-
-
-
diff --git a/c/src/lib/libbsp/shared/main.c b/c/src/lib/libbsp/shared/main.c
index 20163f011b..0e1f080176 100644
--- a/c/src/lib/libbsp/shared/main.c
+++ b/c/src/lib/libbsp/shared/main.c
@@ -33,4 +33,3 @@ int c_rtems_main(int argc, char **argv)
return 0;
}
-
diff --git a/c/src/lib/libbsp/shared/sbrk.c b/c/src/lib/libbsp/shared/sbrk.c
index 5cd4173161..2bd2f721d0 100644
--- a/c/src/lib/libbsp/shared/sbrk.c
+++ b/c/src/lib/libbsp/shared/sbrk.c
@@ -28,4 +28,3 @@ void * sbrk(ptrdiff_t incr)
errno = ENOMEM;
return (void *)-1;
}
-
diff --git a/c/src/lib/libbsp/shared/setvec.c b/c/src/lib/libbsp/shared/setvec.c
index 33e25e8642..0658acbfcd 100644
--- a/c/src/lib/libbsp/shared/setvec.c
+++ b/c/src/lib/libbsp/shared/setvec.c
@@ -39,4 +39,3 @@ rtems_isr_entry set_vector( /* returns old vector */
return previous_isr;
}
-
diff --git a/c/src/lib/libbsp/shared/tod.c b/c/src/lib/libbsp/shared/tod.c
index 8e1a1c390c..14a588ac58 100644
--- a/c/src/lib/libbsp/shared/tod.c
+++ b/c/src/lib/libbsp/shared/tod.c
@@ -240,4 +240,3 @@ int checkRealTime()
return rtems_time - rtc_time;
}
-
diff --git a/c/src/lib/libbsp/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c
index 882707f5b4..90102fbc1e 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/console.c
@@ -416,4 +416,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}
-
diff --git a/c/src/lib/libbsp/sparc/erc32/include/erc32.h b/c/src/lib/libbsp/sparc/erc32/include/erc32.h
index fcb544ddbb..3d214ee10f 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/erc32.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/erc32.h
@@ -517,4 +517,3 @@ extern uint32_t _ERC32_MEC_Timer_Control_Mirror;
#endif /* !_INCLUDE_ERC32_h */
/* end of include file */
-
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c b/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
index ff434fa2d1..a49662831b 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c
@@ -15,4 +15,3 @@
#include <bsp.h>
ERC32_Register_Map ERC32_MEC;
-
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
index 608852c5bc..2bd9ad95b6 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
@@ -68,4 +68,3 @@ void _CPU_Thread_Idle_body( void )
ERC32_MEC.Power_Down = 0; /* value is irrelevant */
}
}
-
diff --git a/c/src/lib/libbsp/sparc/leon/console/console.c b/c/src/lib/libbsp/sparc/leon/console/console.c
index f78e5c314d..a43db1544d 100644
--- a/c/src/lib/libbsp/sparc/leon/console/console.c
+++ b/c/src/lib/libbsp/sparc/leon/console/console.c
@@ -428,4 +428,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}
-
diff --git a/c/src/lib/libbsp/sparc/leon/include/leon.h b/c/src/lib/libbsp/sparc/leon/include/leon.h
index f6958ed55e..130ef177c5 100644
--- a/c/src/lib/libbsp/sparc/leon/include/leon.h
+++ b/c/src/lib/libbsp/sparc/leon/include/leon.h
@@ -376,4 +376,3 @@ extern LEON_Register_Map LEON_REG;
#endif /* !_INCLUDE_LEON_h */
/* end of include file */
-
diff --git a/c/src/lib/libbsp/sparc/leon/startup/setvec.c b/c/src/lib/libbsp/sparc/leon/startup/setvec.c
index 08ee295ad5..fc81f43ae3 100644
--- a/c/src/lib/libbsp/sparc/leon/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/leon/startup/setvec.c
@@ -68,4 +68,3 @@ void _CPU_Thread_Idle_body( void )
LEON_REG.Power_Down = LEON_REG.Power_Down; /* make sure on load follows store to power-down reg */
}
}
-
diff --git a/c/src/lib/libbsp/unix/posix/startup/setvec.c b/c/src/lib/libbsp/unix/posix/startup/setvec.c
index a87c035ddd..7e83ce1667 100644
--- a/c/src/lib/libbsp/unix/posix/startup/setvec.c
+++ b/c/src/lib/libbsp/unix/posix/startup/setvec.c
@@ -42,5 +42,3 @@ set_vector( /* returns old vector */
}
}
-
-
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
index b9859baa6b..f31add1feb 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
@@ -150,4 +150,3 @@ void _CPU_Context_Initialize(
void _CPU_Install_interrupt_stack( void )
{
}
-
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S b/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S
index a490317c1a..847091f6c9 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S
@@ -402,4 +402,3 @@ PROC (_CPU_Context_restore):
#endif
blr
-
diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/ppccache.c b/c/src/lib/libcpu/powerpc/old-exceptions/ppccache.c
index 30fd44e8fe..622adc58a3 100644
--- a/c/src/lib/libcpu/powerpc/old-exceptions/ppccache.c
+++ b/c/src/lib/libcpu/powerpc/old-exceptions/ppccache.c
@@ -58,4 +58,3 @@ void powerpc_data_cache_enable ()
PPC_Set_HID0( value );
}
-
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
index 863d66807b..061772b656 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
@@ -742,5 +742,3 @@ extern "C" {
#endif /* ! _INCLUDE_PPC_h */
/* end of include file */
-
-
diff --git a/cpukit/libcsupport/include/motorola/mc68681.h b/cpukit/libcsupport/include/motorola/mc68681.h
index 7602097fd8..0a5e09ad3a 100644
--- a/cpukit/libcsupport/include/motorola/mc68681.h
+++ b/cpukit/libcsupport/include/motorola/mc68681.h
@@ -301,6 +301,3 @@
#define MC68681_BAUD_RATE_MASK_TIMER_1X 0xff
#endif
-
-
-
diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h
index 70d6dfc7cf..1d6b47270b 100644
--- a/cpukit/libcsupport/include/sys/utsname.h
+++ b/cpukit/libcsupport/include/sys/utsname.h
@@ -53,4 +53,3 @@ clock_t times(
#endif
#endif
/* end of include file */
-
diff --git a/cpukit/libcsupport/include/zilog/z8036.h b/cpukit/libcsupport/include/zilog/z8036.h
index 748736884e..b15725a978 100644
--- a/cpukit/libcsupport/include/zilog/z8036.h
+++ b/cpukit/libcsupport/include/zilog/z8036.h
@@ -105,4 +105,3 @@ struct z8036_map {
#endif
#endif
-
diff --git a/cpukit/libcsupport/src/__getpid.c b/cpukit/libcsupport/src/__getpid.c
index 54a7c980e0..85a4c0b013 100644
--- a/cpukit/libcsupport/src/__getpid.c
+++ b/cpukit/libcsupport/src/__getpid.c
@@ -15,4 +15,3 @@ pid_t __getpid(void)
{
return getpid();
}
-
diff --git a/cpukit/libcsupport/src/access.c b/cpukit/libcsupport/src/access.c
index b6d9435941..7365d6db7d 100644
--- a/cpukit/libcsupport/src/access.c
+++ b/cpukit/libcsupport/src/access.c
@@ -46,4 +46,3 @@ int access(
return 0;
}
-
diff --git a/cpukit/libcsupport/src/assocnamebad.c b/cpukit/libcsupport/src/assocnamebad.c
index 7ca0b628f5..d1e7191342 100644
--- a/cpukit/libcsupport/src/assocnamebad.c
+++ b/cpukit/libcsupport/src/assocnamebad.c
@@ -37,5 +37,3 @@ rtems_assoc_name_bad(
#endif
return bad_buffer;
}
-
-
diff --git a/cpukit/libcsupport/src/eval.c b/cpukit/libcsupport/src/eval.c
index 4d57219e39..f80753fd25 100644
--- a/cpukit/libcsupport/src/eval.c
+++ b/cpukit/libcsupport/src/eval.c
@@ -121,4 +121,3 @@ int rtems_filesystem_evaluate_parent(
return result;
}
-
diff --git a/cpukit/libcsupport/src/fchmod.c b/cpukit/libcsupport/src/fchmod.c
index 4b5454c7fa..b1de832b4a 100644
--- a/cpukit/libcsupport/src/fchmod.c
+++ b/cpukit/libcsupport/src/fchmod.c
@@ -46,4 +46,3 @@ int fchmod(
return (*iop->pathinfo.handlers->fchmod_h)( &iop->pathinfo, mode );
}
-
diff --git a/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index 7af845f1f6..2b1a8280ad 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -186,4 +186,3 @@ int _fcntl_r(
return fcntl( fd, cmd, arg );
}
#endif
-
diff --git a/cpukit/libcsupport/src/ftruncate.c b/cpukit/libcsupport/src/ftruncate.c
index b5c79a9808..f010454233 100644
--- a/cpukit/libcsupport/src/ftruncate.c
+++ b/cpukit/libcsupport/src/ftruncate.c
@@ -55,4 +55,3 @@ int ftruncate(
return (*iop->handlers->ftruncate_h)( iop, length );
}
-
diff --git a/cpukit/libcsupport/src/getegid.c b/cpukit/libcsupport/src/getegid.c
index 09bb75aeef..3326727eec 100644
--- a/cpukit/libcsupport/src/getegid.c
+++ b/cpukit/libcsupport/src/getegid.c
@@ -30,4 +30,3 @@ gid_t getegid( void )
{
return _POSIX_types_Egid;
}
-
diff --git a/cpukit/libcsupport/src/getgroups.c b/cpukit/libcsupport/src/getgroups.c
index b46cc6163a..c902c1f79d 100644
--- a/cpukit/libcsupport/src/getgroups.c
+++ b/cpukit/libcsupport/src/getgroups.c
@@ -27,4 +27,3 @@ int getgroups(
{
return 0; /* no supplemental group ids */
}
-
diff --git a/cpukit/libcsupport/src/getpid.c b/cpukit/libcsupport/src/getpid.c
index 5442b6468d..0def44f140 100644
--- a/cpukit/libcsupport/src/getpid.c
+++ b/cpukit/libcsupport/src/getpid.c
@@ -42,4 +42,3 @@ pid_t _getpid_r(
return getpid();
}
#endif
-
diff --git a/cpukit/libcsupport/src/getppid.c b/cpukit/libcsupport/src/getppid.c
index f8a2f7bbf1..193d17e9da 100644
--- a/cpukit/libcsupport/src/getppid.c
+++ b/cpukit/libcsupport/src/getppid.c
@@ -26,4 +26,3 @@ pid_t getppid( void )
{
return _POSIX_types_Ppid;
}
-
diff --git a/cpukit/libcsupport/src/gxx_wrappers.c b/cpukit/libcsupport/src/gxx_wrappers.c
index d660a6f226..5f70724c3f 100644
--- a/cpukit/libcsupport/src/gxx_wrappers.c
+++ b/cpukit/libcsupport/src/gxx_wrappers.c
@@ -215,4 +215,3 @@ int rtems_gxx_mutex_unlock (__gthread_mutex_t *mutex)
#endif
return (rtems_semaphore_release( (rtems_id)*mutex ) == RTEMS_SUCCESSFUL) ? 0 :-1;
}
-
diff --git a/cpukit/libcsupport/src/ioctl.c b/cpukit/libcsupport/src/ioctl.c
index ea2cf64270..78e22221be 100644
--- a/cpukit/libcsupport/src/ioctl.c
+++ b/cpukit/libcsupport/src/ioctl.c
@@ -57,4 +57,4 @@ int ioctl(
rc = (*iop->handlers->ioctl_h)( iop, command, buffer );
return rc;
-}
+}
diff --git a/cpukit/libcsupport/src/libio.c b/cpukit/libcsupport/src/libio.c
index fc46e45f8e..3f59914bac 100644
--- a/cpukit/libcsupport/src/libio.c
+++ b/cpukit/libcsupport/src/libio.c
@@ -331,5 +331,3 @@ int rtems_libio_is_file_open(
return result;
}
-
-
diff --git a/cpukit/libcsupport/src/link.c b/cpukit/libcsupport/src/link.c
index 8f7b448def..a22b9d988d 100644
--- a/cpukit/libcsupport/src/link.c
+++ b/cpukit/libcsupport/src/link.c
@@ -102,4 +102,3 @@ int _link_r(
return link( existing, new );
}
#endif
-
diff --git a/cpukit/libcsupport/src/lseek.c b/cpukit/libcsupport/src/lseek.c
index 16e2a54ded..ce114bc056 100644
--- a/cpukit/libcsupport/src/lseek.c
+++ b/cpukit/libcsupport/src/lseek.c
@@ -99,4 +99,3 @@ off_t _lseek_r(
return lseek( fd, offset, whence );
}
#endif
-
diff --git a/cpukit/libcsupport/src/mkdir.c b/cpukit/libcsupport/src/mkdir.c
index 83dd3f4ff8..2fae8a733a 100644
--- a/cpukit/libcsupport/src/mkdir.c
+++ b/cpukit/libcsupport/src/mkdir.c
@@ -28,4 +28,3 @@ int mkdir(
{
return mknod( pathname, mode | S_IFDIR, 0LL);
}
-
diff --git a/cpukit/libcsupport/src/no_posix.c b/cpukit/libcsupport/src/no_posix.c
index 3be062ab26..37577ebfe5 100644
--- a/cpukit/libcsupport/src/no_posix.c
+++ b/cpukit/libcsupport/src/no_posix.c
@@ -85,4 +85,3 @@ unsigned int sleep(
return 0;
}
#endif
-
diff --git a/cpukit/libcsupport/src/printk.c b/cpukit/libcsupport/src/printk.c
index c227bd79d0..fdac110456 100644
--- a/cpukit/libcsupport/src/printk.c
+++ b/cpukit/libcsupport/src/printk.c
@@ -155,4 +155,3 @@ printk(char *fmt, ...)
vprintk(fmt, ap);
va_end(ap); /* clean up when done */
} /* printk */
-
diff --git a/cpukit/libcsupport/src/setsid.c b/cpukit/libcsupport/src/setsid.c
index 81a60a798d..ae8cdbbd62 100644
--- a/cpukit/libcsupport/src/setsid.c
+++ b/cpukit/libcsupport/src/setsid.c
@@ -24,5 +24,3 @@ pid_t setsid( void )
{
rtems_set_errno_and_return_minus_one( EPERM );
}
-
-
diff --git a/cpukit/libcsupport/src/symlink.c b/cpukit/libcsupport/src/symlink.c
index a53cca797a..59c15787bd 100644
--- a/cpukit/libcsupport/src/symlink.c
+++ b/cpukit/libcsupport/src/symlink.c
@@ -44,4 +44,3 @@ int symlink(
return result;
}
-
diff --git a/cpukit/libcsupport/src/termiosreserveresources.c b/cpukit/libcsupport/src/termiosreserveresources.c
index 766763494f..6637cfd2d9 100644
--- a/cpukit/libcsupport/src/termiosreserveresources.c
+++ b/cpukit/libcsupport/src/termiosreserveresources.c
@@ -34,4 +34,3 @@ void rtems_termios_reserve_resources (
rtems_config->maximum_semaphores += (4 * number_of_devices);
#endif
}
-
diff --git a/cpukit/libcsupport/src/truncate.c b/cpukit/libcsupport/src/truncate.c
index 10b13bad41..7a0a98b4bd 100644
--- a/cpukit/libcsupport/src/truncate.c
+++ b/cpukit/libcsupport/src/truncate.c
@@ -41,4 +41,3 @@ int truncate(
return status;
}
-
diff --git a/cpukit/libcsupport/src/ttyname.c b/cpukit/libcsupport/src/ttyname.c
index 08d53b2c24..fe0dd35dee 100644
--- a/cpukit/libcsupport/src/ttyname.c
+++ b/cpukit/libcsupport/src/ttyname.c
@@ -75,4 +75,3 @@ char *ttyname(
return buf;
return NULL;
}
-
diff --git a/cpukit/libcsupport/src/ttyname_r.c b/cpukit/libcsupport/src/ttyname_r.c
index 6cf4800dcb..18bbd6c184 100644
--- a/cpukit/libcsupport/src/ttyname_r.c
+++ b/cpukit/libcsupport/src/ttyname_r.c
@@ -116,4 +116,3 @@ char *ttyname(
return buf;
return NULL;
}
-
diff --git a/cpukit/libcsupport/src/unlink.c b/cpukit/libcsupport/src/unlink.c
index 95f2b064a1..5494b707b6 100644
--- a/cpukit/libcsupport/src/unlink.c
+++ b/cpukit/libcsupport/src/unlink.c
@@ -81,4 +81,3 @@ int _unlink_r(
return unlink( path );
}
#endif
-
diff --git a/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c
index 234f7ea10f..50566fb0f0 100644
--- a/cpukit/libcsupport/src/unmount.c
+++ b/cpukit/libcsupport/src/unmount.c
@@ -217,5 +217,3 @@ int unmount(
return 0;
}
-
-
diff --git a/cpukit/libfs/src/dosfs/fat.c b/cpukit/libfs/src/dosfs/fat.c
index 506c5dc823..526b0e7e47 100644
--- a/cpukit/libfs/src/dosfs/fat.c
+++ b/cpukit/libfs/src/dosfs/fat.c
@@ -706,4 +706,3 @@ fat_fat32_update_fsinfo_sector(
return RC_OK;
}
-
diff --git a/cpukit/libfs/src/dosfs/msdos_create.c b/cpukit/libfs/src/dosfs/msdos_create.c
index 1280044d2b..d87d2c5d7d 100644
--- a/cpukit/libfs/src/dosfs/msdos_create.c
+++ b/cpukit/libfs/src/dosfs/msdos_create.c
@@ -343,4 +343,3 @@ msdos_file_link(rtems_filesystem_location_info_t *to_loc,
rtems_semaphore_release(fs_info->vol_sema);
return rc;
}
-
diff --git a/cpukit/libfs/src/dosfs/msdos_dir.c b/cpukit/libfs/src/dosfs/msdos_dir.c
index 2f0f6f620f..17593b32ea 100644
--- a/cpukit/libfs/src/dosfs/msdos_dir.c
+++ b/cpukit/libfs/src/dosfs/msdos_dir.c
@@ -550,4 +550,4 @@ msdos_dir_rmnod(rtems_filesystem_location_info_t *pathloc)
rtems_semaphore_release(fs_info->vol_sema);
return rc;
-}
+}
diff --git a/cpukit/libfs/src/imfs/imfs_config.c b/cpukit/libfs/src/imfs/imfs_config.c
index 95ab15f12d..20da389fa2 100644
--- a/cpukit/libfs/src/imfs/imfs_config.c
+++ b/cpukit/libfs/src/imfs/imfs_config.c
@@ -33,5 +33,3 @@ rtems_filesystem_limits_and_options_t IMFS_LIMITS_AND_OPTIONS = {
5, /* posix_sync_io */
6 /* posix_vdisable */
};
-
-
diff --git a/cpukit/libfs/src/imfs/imfs_directory.c b/cpukit/libfs/src/imfs/imfs_directory.c
index d3533d8651..c9b88ef23c 100644
--- a/cpukit/libfs/src/imfs/imfs_directory.c
+++ b/cpukit/libfs/src/imfs/imfs_directory.c
@@ -349,5 +349,3 @@ int imfs_dir_rmnod(
return 0;
}
-
-
diff --git a/cpukit/libfs/src/imfs/imfs_fchmod.c b/cpukit/libfs/src/imfs/imfs_fchmod.c
index 9db6c45f73..b4c6dc0972 100644
--- a/cpukit/libfs/src/imfs/imfs_fchmod.c
+++ b/cpukit/libfs/src/imfs/imfs_fchmod.c
@@ -82,4 +82,3 @@ int IMFS_fchmod(
return 0;
}
-
diff --git a/cpukit/libfs/src/imfs/imfs_free.c b/cpukit/libfs/src/imfs/imfs_free.c
index 4809586eb7..19b4f1b7e0 100644
--- a/cpukit/libfs/src/imfs/imfs_free.c
+++ b/cpukit/libfs/src/imfs/imfs_free.c
@@ -37,4 +37,3 @@ int IMFS_freenodinfo(
{
return 0;
}
-
diff --git a/cpukit/libfs/src/imfs/imfs_fsunmount.c b/cpukit/libfs/src/imfs/imfs_fsunmount.c
index 61d7827b05..72e44af6d8 100644
--- a/cpukit/libfs/src/imfs/imfs_fsunmount.c
+++ b/cpukit/libfs/src/imfs/imfs_fsunmount.c
@@ -94,7 +94,3 @@ int IMFS_fsunmount(
return 0;
}
-
-
-
-
diff --git a/cpukit/libfs/src/imfs/imfs_handlers_directory.c b/cpukit/libfs/src/imfs/imfs_handlers_directory.c
index 29a2a94d09..b9453a0725 100644
--- a/cpukit/libfs/src/imfs/imfs_handlers_directory.c
+++ b/cpukit/libfs/src/imfs/imfs_handlers_directory.c
@@ -39,4 +39,3 @@ rtems_filesystem_file_handlers_r IMFS_directory_handlers = {
IMFS_fcntl,
imfs_dir_rmnod
};
-
diff --git a/cpukit/libfs/src/imfs/imfs_link.c b/cpukit/libfs/src/imfs/imfs_link.c
index a96c5145f5..e38259ad7e 100644
--- a/cpukit/libfs/src/imfs/imfs_link.c
+++ b/cpukit/libfs/src/imfs/imfs_link.c
@@ -73,4 +73,3 @@ int IMFS_link(
return 0;
}
-
diff --git a/cpukit/libfs/src/imfs/imfs_mknod.c b/cpukit/libfs/src/imfs/imfs_mknod.c
index cfc912b313..3a6ea477a7 100644
--- a/cpukit/libfs/src/imfs/imfs_mknod.c
+++ b/cpukit/libfs/src/imfs/imfs_mknod.c
@@ -75,4 +75,3 @@ int IMFS_mknod(
return 0;
}
-
diff --git a/cpukit/libfs/src/imfs/imfs_rmnod.c b/cpukit/libfs/src/imfs/imfs_rmnod.c
index ae3f0dbfec..5941703238 100644
--- a/cpukit/libfs/src/imfs/imfs_rmnod.c
+++ b/cpukit/libfs/src/imfs/imfs_rmnod.c
@@ -77,6 +77,3 @@ int IMFS_rmnod(
return 0;
}
-
-
-
diff --git a/cpukit/libfs/src/imfs/imfs_symlink.c b/cpukit/libfs/src/imfs/imfs_symlink.c
index e2b073e4cb..9ecd3ea831 100644
--- a/cpukit/libfs/src/imfs/imfs_symlink.c
+++ b/cpukit/libfs/src/imfs/imfs_symlink.c
@@ -60,5 +60,3 @@ int IMFS_symlink(
return 0;
}
-
-
diff --git a/cpukit/libfs/src/imfs/imfs_unlink.c b/cpukit/libfs/src/imfs/imfs_unlink.c
index a3001fc0a3..e34d93dd02 100644
--- a/cpukit/libfs/src/imfs/imfs_unlink.c
+++ b/cpukit/libfs/src/imfs/imfs_unlink.c
@@ -79,4 +79,3 @@ int IMFS_unlink(
return result;
}
-
diff --git a/cpukit/libfs/src/imfs/linearfile.c b/cpukit/libfs/src/imfs/linearfile.c
index e421f92af5..1fc0db3ae7 100644
--- a/cpukit/libfs/src/imfs/linearfile.c
+++ b/cpukit/libfs/src/imfs/linearfile.c
@@ -113,4 +113,3 @@ int linearfile_lseek(
return iop->offset;
}
-
diff --git a/cpukit/libfs/src/imfs/memfile.c b/cpukit/libfs/src/imfs/memfile.c
index 1a02369cf7..d5a33c97eb 100644
--- a/cpukit/libfs/src/imfs/memfile.c
+++ b/cpukit/libfs/src/imfs/memfile.c
@@ -1141,5 +1141,3 @@ int memfile_check_rmnod( IMFS_jnode_t *the_jnode ){
return 0;
}
-
-
diff --git a/cpukit/libfs/src/imfs/miniimfs_init.c b/cpukit/libfs/src/imfs/miniimfs_init.c
index ecb1c334f7..cf4492541b 100644
--- a/cpukit/libfs/src/imfs/miniimfs_init.c
+++ b/cpukit/libfs/src/imfs/miniimfs_init.c
@@ -68,6 +68,3 @@ int miniIMFS_initialize(
&rtems_filesystem_null_handlers /* for directories */
);
}
-
-
-
diff --git a/cpukit/libmisc/capture/capture-cli.c b/cpukit/libmisc/capture/capture-cli.c
index d587c2a3da..8a7798931f 100644
--- a/cpukit/libmisc/capture/capture-cli.c
+++ b/cpukit/libmisc/capture/capture-cli.c
@@ -1468,4 +1468,3 @@ rtems_capture_cli_init (rtems_capture_timestamp timestamp)
return RTEMS_SUCCESSFUL;
}
-
diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c
index 41937f62de..8597bfc681 100644
--- a/cpukit/libmisc/capture/capture.c
+++ b/cpukit/libmisc/capture/capture.c
@@ -1567,4 +1567,3 @@ rtems_capture_get_control_list ()
{
return capture_controls;
}
-
diff --git a/cpukit/libmisc/cpuuse/cpuuse.c b/cpukit/libmisc/cpuuse/cpuuse.c
index d86d4e6468..07bafa2047 100644
--- a/cpukit/libmisc/cpuuse/cpuuse.c
+++ b/cpukit/libmisc/cpuuse/cpuuse.c
@@ -146,4 +146,3 @@ void CPU_usage_Reset( void )
rtems_iterate_over_all_threads(CPU_usage_Per_thread_handler);
}
-
diff --git a/cpukit/libmisc/dummy/dummy.c b/cpukit/libmisc/dummy/dummy.c
index cb97044858..c59114375c 100644
--- a/cpukit/libmisc/dummy/dummy.c
+++ b/cpukit/libmisc/dummy/dummy.c
@@ -43,4 +43,3 @@ int main( int, char **, char **);
#include <rtems/confdefs.h>
/* global variables */
-
diff --git a/cpukit/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c
index 8d5c6ead64..7f319f6022 100644
--- a/cpukit/libmisc/fsmount/fsmount.c
+++ b/cpukit/libmisc/fsmount/fsmount.c
@@ -193,4 +193,3 @@ int rtems_fsmount
}
return rc;
}
-
diff --git a/cpukit/libmisc/monitor/mon-manager.c b/cpukit/libmisc/monitor/mon-manager.c
index 4f47b8ac05..608739d041 100644
--- a/cpukit/libmisc/monitor/mon-manager.c
+++ b/cpukit/libmisc/monitor/mon-manager.c
@@ -52,4 +52,3 @@ rtems_monitor_manager_next(
done:
return object;
}
-
diff --git a/cpukit/libmisc/monitor/mon-task.c b/cpukit/libmisc/monitor/mon-task.c
index b0d9312efa..c5ccab3e2e 100644
--- a/cpukit/libmisc/monitor/mon-task.c
+++ b/cpukit/libmisc/monitor/mon-task.c
@@ -94,4 +94,3 @@ rtems_monitor_task_dump(
length += rtems_monitor_dump_notepad(monitor_task->notepad);
printf("\n");
}
-
diff --git a/cpukit/libmisc/mw-fb/mw_fb.c b/cpukit/libmisc/mw-fb/mw_fb.c
index 3003847c87..133d37f009 100644
--- a/cpukit/libmisc/mw-fb/mw_fb.c
+++ b/cpukit/libmisc/mw-fb/mw_fb.c
@@ -14,6 +14,40 @@
// MODIFICATION/HISTORY:
//
// $Log$
+// Revision 1.2 2003/07/08 08:38:48 ralf
+// 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+//
+// * capture/capture-cli.c: Add config-header support.
+// * capture/capture.c: Add config-header support.
+// * cpuuse/cpuuse.c: Add config-header support.
+// * devnull/devnull.c: Add config-header support.
+// * dummy/dummy.c: Add config-header support.
+// * dumpbuf/dumpbuf.c: Add config-header support.
+// * monitor/mon-command.c: Add config-header support.
+// * monitor/mon-config.c: Add config-header support.
+// * monitor/mon-dname.c: Add config-header support.
+// * monitor/mon-driver.c: Add config-header support.
+// * monitor/mon-extension.c: Add config-header support.
+// * monitor/mon-itask.c: Add config-header support.
+// * monitor/mon-manager.c: Add config-header support.
+// * monitor/mon-monitor.c: Add config-header support.
+// * monitor/mon-mpci.c: Add config-header support.
+// * monitor/mon-object.c: Add config-header support.
+// * monitor/mon-prmisc.c: Add config-header support.
+// * monitor/mon-queue.c: Add config-header support.
+// * monitor/mon-server.c: Add config-header support.
+// * monitor/mon-symbols.c: Add config-header support.
+// * monitor/mon-task.c: Add config-header support.
+// * mw-fb/mw_fb.c: Add config-header support.
+// * mw-fb/mw_uid.c: Add config-header support.
+// * rtmonuse/rtmonuse.c: Add config-header support.
+// * serdbg/serdbg.c: Add config-header support.
+// * serdbg/serdbgio.c: Add config-header support.
+// * serdbg/termios_printk.c: Add config-header support.
+// * shell/cmds.c: Add config-header support.
+// * stackchk/check.c: Add config-header support.
+// * untar/untar.c: Add config-header support.
+//
// Revision 1.1 2000/08/30 08:21:24 joel
// 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
//
@@ -155,4 +189,3 @@
{
return 0;
}
-
diff --git a/cpukit/libmisc/serdbg/serdbg.c b/cpukit/libmisc/serdbg/serdbg.c
index ccc35d36d2..4df5a0086e 100644
--- a/cpukit/libmisc/serdbg/serdbg.c
+++ b/cpukit/libmisc/serdbg/serdbg.c
@@ -92,4 +92,3 @@ int serdbg_init_dbg
*/
return rc;
}
-
diff --git a/cpukit/libmisc/serdbg/serdbgio.c b/cpukit/libmisc/serdbg/serdbgio.c
index c7eeecc379..3cebca02ff 100644
--- a/cpukit/libmisc/serdbg/serdbgio.c
+++ b/cpukit/libmisc/serdbg/serdbgio.c
@@ -254,4 +254,3 @@ int getDebugChar
}
return c;
}
-
diff --git a/cpukit/libmisc/shell/cmds.c b/cpukit/libmisc/shell/cmds.c
index beffef38c5..3272c8ff32 100644
--- a/cpukit/libmisc/shell/cmds.c
+++ b/cpukit/libmisc/shell/cmds.c
@@ -523,4 +523,4 @@ void register_cmds(void) {
shell_add_cmd ("malloc","mem","mem show memory malloc'ed" ,main_mem);
#endif
}
-/*-----------------------------------------------------------*/
+/*-----------------------------------------------------------*/
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index 4a5dfa960e..feed82608b 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -551,4 +551,3 @@ void Stack_check_Dump_usage( void )
/* dump interrupt stack info if any */
Stack_check_Dump_threads_usage((Thread_Control *) -1);
}
-
diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c
index cfd9fa528e..1617cf0cff 100644
--- a/cpukit/libmisc/untar/untar.c
+++ b/cpukit/libmisc/untar/untar.c
@@ -383,4 +383,3 @@ Untar_FromFile(char *tar_name)
return(retval);
}
-
diff --git a/cpukit/libnetworking/bpfilter.h b/cpukit/libnetworking/bpfilter.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/bpfilter.h
+++ b/cpukit/libnetworking/bpfilter.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/kern/uipc_socket2.c b/cpukit/libnetworking/kern/uipc_socket2.c
index 466a7c9839..ab1ee2439f 100644
--- a/cpukit/libnetworking/kern/uipc_socket2.c
+++ b/cpukit/libnetworking/kern/uipc_socket2.c
@@ -962,4 +962,3 @@ pru_sense_null(struct socket *so, struct stat *sb)
sb->st_blksize = so->so_snd.sb_hiwat;
return 0;
}
-
diff --git a/cpukit/libnetworking/machine/conf.h b/cpukit/libnetworking/machine/conf.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/machine/conf.h
+++ b/cpukit/libnetworking/machine/conf.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/machine/cpu.h b/cpukit/libnetworking/machine/cpu.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/machine/cpu.h
+++ b/cpukit/libnetworking/machine/cpu.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/machine/limits.h b/cpukit/libnetworking/machine/limits.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/machine/limits.h
+++ b/cpukit/libnetworking/machine/limits.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/machine/vmparam.h b/cpukit/libnetworking/machine/vmparam.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/machine/vmparam.h
+++ b/cpukit/libnetworking/machine/vmparam.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/net/ppp.h b/cpukit/libnetworking/net/ppp.h
index 477916dead..d318f6a5f9 100644
--- a/cpukit/libnetworking/net/ppp.h
+++ b/cpukit/libnetworking/net/ppp.h
@@ -9,4 +9,3 @@
#undef PPP_COMPRESS
#endif
-
diff --git a/cpukit/libnetworking/netinet/igmp_var.h b/cpukit/libnetworking/netinet/igmp_var.h
index 9618dbd50c..96230ed638 100644
--- a/cpukit/libnetworking/netinet/igmp_var.h
+++ b/cpukit/libnetworking/netinet/igmp_var.h
@@ -110,5 +110,3 @@ SYSCTL_DECL(_net_inet_igmp);
}
#endif
-
-
diff --git a/cpukit/libnetworking/netinet/in_proto.c b/cpukit/libnetworking/netinet/in_proto.c
index 3fa845955e..b59b7be884 100644
--- a/cpukit/libnetworking/netinet/in_proto.c
+++ b/cpukit/libnetworking/netinet/in_proto.c
@@ -200,4 +200,3 @@ SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW, 0, "IGMP");
#ifdef IPDIVERT
SYSCTL_NODE(_net_inet, IPPROTO_DIVERT, div, CTLFLAG_RW, 0, "DIVERT");
#endif
-
diff --git a/cpukit/libnetworking/netinet/in_rmx.c b/cpukit/libnetworking/netinet/in_rmx.c
index ba1793b3b4..bfdd1e1c8f 100644
--- a/cpukit/libnetworking/netinet/in_rmx.c
+++ b/cpukit/libnetworking/netinet/in_rmx.c
@@ -381,4 +381,3 @@ in_inithead(void **head, int off)
in_rtqtimo(rnh); /* kick off timeout first time */
return 1;
}
-
diff --git a/cpukit/libnetworking/netinet/tcp_usrreq.c b/cpukit/libnetworking/netinet/tcp_usrreq.c
index ecd9d95636..e5157662a0 100644
--- a/cpukit/libnetworking/netinet/tcp_usrreq.c
+++ b/cpukit/libnetworking/netinet/tcp_usrreq.c
@@ -837,4 +837,3 @@ tcp_usrclosed(tp)
}
return (tp);
}
-
diff --git a/cpukit/libnetworking/opt_ipfw.h b/cpukit/libnetworking/opt_ipfw.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/opt_ipfw.h
+++ b/cpukit/libnetworking/opt_ipfw.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/opt_mrouting.h b/cpukit/libnetworking/opt_mrouting.h
index 5a6ee0337b..2b4c47e48f 100644
--- a/cpukit/libnetworking/opt_mrouting.h
+++ b/cpukit/libnetworking/opt_mrouting.h
@@ -3,4 +3,3 @@
*/
/* intentionally empty file */
-
diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c
index f1b63bd4ee..f7cc449521 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.c
+++ b/cpukit/libnetworking/rtems/mkrootfs.c
@@ -329,4 +329,3 @@ rtems_create_root_fs ()
return 0;
}
-
diff --git a/cpukit/librpc/include/rpcsvc/ypclnt.h b/cpukit/librpc/include/rpcsvc/ypclnt.h
index 9636ba2d84..0c73147998 100644
--- a/cpukit/librpc/include/rpcsvc/ypclnt.h
+++ b/cpukit/librpc/include/rpcsvc/ypclnt.h
@@ -91,4 +91,3 @@ int ypprot_err __P((unsigned int incode));
__END_DECLS
#endif /* _RPCSVC_YPCLNT_H_ */
-
diff --git a/cpukit/librpc/src/rpc/authunix_prot.c b/cpukit/librpc/src/rpc/authunix_prot.c
index 022fac0686..4fddc6b96d 100644
--- a/cpukit/librpc/src/rpc/authunix_prot.c
+++ b/cpukit/librpc/src/rpc/authunix_prot.c
@@ -65,4 +65,3 @@ xdr_authunix_parms(xdrs, p)
}
return (FALSE);
}
-
diff --git a/cpukit/librpc/src/rpc/getrpcent.c b/cpukit/librpc/src/rpc/getrpcent.c
index bdcf7172cb..e2d2e164d5 100644
--- a/cpukit/librpc/src/rpc/getrpcent.c
+++ b/cpukit/librpc/src/rpc/getrpcent.c
@@ -300,4 +300,3 @@ interpret(val, len)
*q = NULL;
return (&d->rpc);
}
-
diff --git a/cpukit/librpc/src/rpc/pmap_rmt.c b/cpukit/librpc/src/rpc/pmap_rmt.c
index 82f21f79e0..32a51be239 100644
--- a/cpukit/librpc/src/rpc/pmap_rmt.c
+++ b/cpukit/librpc/src/rpc/pmap_rmt.c
@@ -413,4 +413,3 @@ done_broad:
AUTH_DESTROY(unix_auth);
return (stat);
}
-
diff --git a/cpukit/librpc/src/rpc/rpc_callmsg.c b/cpukit/librpc/src/rpc/rpc_callmsg.c
index 982fc47b45..495ddca819 100644
--- a/cpukit/librpc/src/rpc/rpc_callmsg.c
+++ b/cpukit/librpc/src/rpc/rpc_callmsg.c
@@ -190,4 +190,3 @@ xdr_callmsg(xdrs, cmsg)
return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
return (FALSE);
}
-
diff --git a/cpukit/librpc/src/rpc/svc_auth_des.c b/cpukit/librpc/src/rpc/svc_auth_des.c
index a107168e30..b08c388ba1 100644
--- a/cpukit/librpc/src/rpc/svc_auth_des.c
+++ b/cpukit/librpc/src/rpc/svc_auth_des.c
@@ -528,4 +528,3 @@ invalidate(cred)
((struct bsdcred *)cred)->grouplen = INVALID;
}
#endif
-
diff --git a/cpukit/librpc/src/rpc/svc_simple.c b/cpukit/librpc/src/rpc/svc_simple.c
index fb10c6763a..c22063ffc6 100644
--- a/cpukit/librpc/src/rpc/svc_simple.c
+++ b/cpukit/librpc/src/rpc/svc_simple.c
@@ -148,4 +148,3 @@ universal(rqstp, atransp)
(void) fprintf(stderr, "never registered prog %d\n", prog);
exit(1);
}
-
diff --git a/cpukit/librpc/src/rpc/svc_udp.c b/cpukit/librpc/src/rpc/svc_udp.c
index 652683b3da..eb5736b23f 100644
--- a/cpukit/librpc/src/rpc/svc_udp.c
+++ b/cpukit/librpc/src/rpc/svc_udp.c
@@ -477,4 +477,3 @@ cache_get(xprt, msg, replyp, replylenp)
uc->uc_addr = xprt->xp_raddr;
return(0);
}
-
diff --git a/cpukit/librpc/src/xdr/xdr_array.c b/cpukit/librpc/src/xdr/xdr_array.c
index 6e4cf96c38..53ced17096 100644
--- a/cpukit/librpc/src/xdr/xdr_array.c
+++ b/cpukit/librpc/src/xdr/xdr_array.c
@@ -154,4 +154,3 @@ xdr_vector(xdrs, basep, nelem, elemsize, xdr_elem)
}
return(TRUE);
}
-
diff --git a/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h
index 594b0b45ec..433a063f0c 100644
--- a/cpukit/posix/include/rtems/posix/cond.h
+++ b/cpukit/posix/include/rtems/posix/cond.h
@@ -166,4 +166,3 @@ int _POSIX_Condition_variables_Wait_support(
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/intr.h b/cpukit/posix/include/rtems/posix/intr.h
index dab99348b7..8768887215 100644
--- a/cpukit/posix/include/rtems/posix/intr.h
+++ b/cpukit/posix/include/rtems/posix/intr.h
@@ -150,4 +150,3 @@ void _POSIX_Interrupt_Handler(
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h
index de7cfe4c1b..1f6bf3bb86 100644
--- a/cpukit/posix/include/rtems/posix/key.h
+++ b/cpukit/posix/include/rtems/posix/key.h
@@ -132,4 +132,3 @@ RTEMS_INLINE_ROUTINE boolean _POSIX_Keys_Is_null (
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h
index ec649b4030..1d8f5211e0 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/posix/include/rtems/posix/mqueue.h
@@ -246,4 +246,3 @@ int _POSIX_Message_queue_Translate_core_message_queue_return_code(
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/mutex.h b/cpukit/posix/include/rtems/posix/mutex.h
index 57cb2d1d06..510229cbc7 100644
--- a/cpukit/posix/include/rtems/posix/mutex.h
+++ b/cpukit/posix/include/rtems/posix/mutex.h
@@ -155,4 +155,3 @@ int _POSIX_Mutex_From_core_mutex_status(
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index e4ea6008d6..a1fbdc0acd 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -147,4 +147,3 @@ void _POSIX_Threads_Sporadic_budget_TSR(
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/ptimer.h b/cpukit/posix/include/rtems/posix/ptimer.h
index 6c58193565..a0836d6ea3 100644
--- a/cpukit/posix/include/rtems/posix/ptimer.h
+++ b/cpukit/posix/include/rtems/posix/ptimer.h
@@ -88,4 +88,3 @@ int timer_getoverrun(
);
#endif
-
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index e4330fc641..1f30bc7e0a 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -178,4 +178,3 @@ int _POSIX_Semaphore_Name_to_id(
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index a8dc3720eb..971675f41f 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -42,4 +42,3 @@ typedef struct {
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/rtems/posix/timer.h b/cpukit/posix/include/rtems/posix/timer.h
index 607ac1d824..285b6ca216 100644
--- a/cpukit/posix/include/rtems/posix/timer.h
+++ b/cpukit/posix/include/rtems/posix/timer.h
@@ -70,4 +70,3 @@ RTEMS_EXTERN Objects_Information _POSIX_Timer_Information;
#endif
/* end of include file */
-
diff --git a/cpukit/posix/include/sched.h b/cpukit/posix/include/sched.h
index ccc42d35e2..18d4f1096d 100644
--- a/cpukit/posix/include/sched.h
+++ b/cpukit/posix/include/sched.h
@@ -93,4 +93,3 @@ int sched_yield( void );
#endif
/* end of include file */
-
diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c
index 41fcdcbf14..cf8443332f 100644
--- a/cpukit/posix/src/alarm.c
+++ b/cpukit/posix/src/alarm.c
@@ -80,4 +80,3 @@ unsigned int alarm(
return remaining;
}
-
diff --git a/cpukit/posix/src/condmp.c b/cpukit/posix/src/condmp.c
index d5f60271fc..8b5054d264 100644
--- a/cpukit/posix/src/condmp.c
+++ b/cpukit/posix/src/condmp.c
@@ -43,4 +43,3 @@ void _POSIX_Condition_variables_MP_Send_extract_proxy(
/*
* END OF TEMPORARY
*/
-
diff --git a/cpukit/posix/src/kill.c b/cpukit/posix/src/kill.c
index 9d896f8bb5..b601ee1d01 100644
--- a/cpukit/posix/src/kill.c
+++ b/cpukit/posix/src/kill.c
@@ -49,4 +49,3 @@ int _kill_r(
return kill( pid, sig );
}
#endif
-
diff --git a/cpukit/posix/src/mqueuedeletesupp.c b/cpukit/posix/src/mqueuedeletesupp.c
index 52421e160c..3e352a1687 100644
--- a/cpukit/posix/src/mqueuedeletesupp.c
+++ b/cpukit/posix/src/mqueuedeletesupp.c
@@ -76,4 +76,3 @@ void _POSIX_Message_queue_Delete(
}
}
-
diff --git a/cpukit/posix/src/mqueuegetattr.c b/cpukit/posix/src/mqueuegetattr.c
index 80be6335c7..3d429d779b 100644
--- a/cpukit/posix/src/mqueuegetattr.c
+++ b/cpukit/posix/src/mqueuegetattr.c
@@ -77,4 +77,3 @@ int mq_getattr(
}
return POSIX_BOTTOM_REACHED();
}
-
diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c
index 93e24ac71f..adc019b84e 100644
--- a/cpukit/posix/src/mqueuenotify.c
+++ b/cpukit/posix/src/mqueuenotify.c
@@ -105,4 +105,3 @@ int mq_notify(
}
return POSIX_BOTTOM_REACHED();
}
-
diff --git a/cpukit/posix/src/mqueueopen.c b/cpukit/posix/src/mqueueopen.c
index bcb952545a..a4a8ecc66b 100644
--- a/cpukit/posix/src/mqueueopen.c
+++ b/cpukit/posix/src/mqueueopen.c
@@ -156,8 +156,3 @@ mqd_t mq_open(
return (mqd_t) the_mq_fd->Object.id;
}
-
-
-
-
-
diff --git a/cpukit/posix/src/mqueuereceive.c b/cpukit/posix/src/mqueuereceive.c
index 817876bc81..504e590c06 100644
--- a/cpukit/posix/src/mqueuereceive.c
+++ b/cpukit/posix/src/mqueuereceive.c
@@ -54,4 +54,3 @@ ssize_t mq_receive(
THREAD_QUEUE_WAIT_FOREVER
);
}
-
diff --git a/cpukit/posix/src/mqueuerecvsupp.c b/cpukit/posix/src/mqueuerecvsupp.c
index 2938f1b8de..c5ccd6587d 100644
--- a/cpukit/posix/src/mqueuerecvsupp.c
+++ b/cpukit/posix/src/mqueuerecvsupp.c
@@ -105,4 +105,3 @@ ssize_t _POSIX_Message_queue_Receive_support(
}
return POSIX_BOTTOM_REACHED();
}
-
diff --git a/cpukit/posix/src/mqueuesend.c b/cpukit/posix/src/mqueuesend.c
index c1dc8b18f8..3b21992659 100644
--- a/cpukit/posix/src/mqueuesend.c
+++ b/cpukit/posix/src/mqueuesend.c
@@ -54,4 +54,3 @@ int mq_send(
THREAD_QUEUE_WAIT_FOREVER
);
}
-
diff --git a/cpukit/posix/src/mqueuesetattr.c b/cpukit/posix/src/mqueuesetattr.c
index 623bf32744..9e731602d3 100644
--- a/cpukit/posix/src/mqueuesetattr.c
+++ b/cpukit/posix/src/mqueuesetattr.c
@@ -79,4 +79,3 @@ int mq_setattr(
}
return POSIX_BOTTOM_REACHED();
}
-
diff --git a/cpukit/posix/src/mqueuetimedreceive.c b/cpukit/posix/src/mqueuetimedreceive.c
index 57af696e81..61dd9a2a5f 100644
--- a/cpukit/posix/src/mqueuetimedreceive.c
+++ b/cpukit/posix/src/mqueuetimedreceive.c
@@ -55,4 +55,3 @@ int mq_timedreceive( /* XXX: should this be ssize_t */
_POSIX_Timespec_to_interval( timeout )
);
}
-
diff --git a/cpukit/posix/src/mqueuetimedsend.c b/cpukit/posix/src/mqueuetimedsend.c
index 3893921947..609379d762 100644
--- a/cpukit/posix/src/mqueuetimedsend.c
+++ b/cpukit/posix/src/mqueuetimedsend.c
@@ -55,4 +55,3 @@ int mq_timedsend(
_POSIX_Timespec_to_interval( timeout )
);
}
-
diff --git a/cpukit/posix/src/mqueueunlink.c b/cpukit/posix/src/mqueueunlink.c
index 0ad83ba313..fe7393085e 100644
--- a/cpukit/posix/src/mqueueunlink.c
+++ b/cpukit/posix/src/mqueueunlink.c
@@ -83,4 +83,3 @@ int mq_unlink(
_Thread_Enable_dispatch();
return 0;
}
-
diff --git a/cpukit/posix/src/mutexattrdestroy.c b/cpukit/posix/src/mutexattrdestroy.c
index 32937636e5..429dbeaee2 100644
--- a/cpukit/posix/src/mutexattrdestroy.c
+++ b/cpukit/posix/src/mutexattrdestroy.c
@@ -35,4 +35,3 @@ int pthread_mutexattr_destroy(
attr->is_initialized = FALSE;
return 0;
}
-
diff --git a/cpukit/posix/src/mutexattrsetpshared.c b/cpukit/posix/src/mutexattrsetpshared.c
index bcc493b3b6..10d7a80647 100644
--- a/cpukit/posix/src/mutexattrsetpshared.c
+++ b/cpukit/posix/src/mutexattrsetpshared.c
@@ -43,4 +43,3 @@ int pthread_mutexattr_setpshared(
return EINVAL;
}
}
-
diff --git a/cpukit/posix/src/pause.c b/cpukit/posix/src/pause.c
index d29675b2db..e4a8782bc4 100644
--- a/cpukit/posix/src/pause.c
+++ b/cpukit/posix/src/pause.c
@@ -38,4 +38,3 @@ int pause( void )
return status;
}
-
diff --git a/cpukit/posix/src/psignalchecksignal.c b/cpukit/posix/src/psignalchecksignal.c
index 74ee70b906..9832331774 100644
--- a/cpukit/posix/src/psignalchecksignal.c
+++ b/cpukit/posix/src/psignalchecksignal.c
@@ -91,4 +91,3 @@ boolean _POSIX_signals_Check_signal(
return TRUE;
}
-
diff --git a/cpukit/posix/src/pthreadattrgetdetachstate.c b/cpukit/posix/src/pthreadattrgetdetachstate.c
index bc5a0843a5..bd8b9a02ae 100644
--- a/cpukit/posix/src/pthreadattrgetdetachstate.c
+++ b/cpukit/posix/src/pthreadattrgetdetachstate.c
@@ -29,4 +29,3 @@ int pthread_attr_getdetachstate(
*detachstate = attr->detachstate;
return 0;
}
-
diff --git a/cpukit/posix/src/pthreadattrgetinheritsched.c b/cpukit/posix/src/pthreadattrgetinheritsched.c
index d27a2ab6b9..e924f2d26c 100644
--- a/cpukit/posix/src/pthreadattrgetinheritsched.c
+++ b/cpukit/posix/src/pthreadattrgetinheritsched.c
@@ -29,4 +29,3 @@ int pthread_attr_getinheritsched(
*inheritsched = attr->inheritsched;
return 0;
}
-
diff --git a/cpukit/posix/src/pthreadattrgetschedpolicy.c b/cpukit/posix/src/pthreadattrgetschedpolicy.c
index 3d7c48b1d7..571430e953 100644
--- a/cpukit/posix/src/pthreadattrgetschedpolicy.c
+++ b/cpukit/posix/src/pthreadattrgetschedpolicy.c
@@ -29,4 +29,3 @@ int pthread_attr_getschedpolicy(
*policy = attr->schedpolicy;
return 0;
}
-
diff --git a/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c
index 35cc22d6aa..369ad54f63 100644
--- a/cpukit/posix/src/pthreadcreate.c
+++ b/cpukit/posix/src/pthreadcreate.c
@@ -254,4 +254,3 @@ int pthread_create(
return 0;
}
-
diff --git a/cpukit/posix/src/pthreaddetach.c b/cpukit/posix/src/pthreaddetach.c
index 06ff7ea77f..7d7629f18a 100644
--- a/cpukit/posix/src/pthreaddetach.c
+++ b/cpukit/posix/src/pthreaddetach.c
@@ -45,4 +45,3 @@ int pthread_detach(
return POSIX_BOTTOM_REACHED();
}
-
diff --git a/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c
index 0f5442176d..39136cc388 100644
--- a/cpukit/posix/src/pthreadequal.c
+++ b/cpukit/posix/src/pthreadequal.c
@@ -80,4 +80,3 @@ int pthread_equal(
return status;
#endif
}
-
diff --git a/cpukit/posix/src/pthreadexit.c b/cpukit/posix/src/pthreadexit.c
index 24846675d0..8346f139b8 100644
--- a/cpukit/posix/src/pthreadexit.c
+++ b/cpukit/posix/src/pthreadexit.c
@@ -46,4 +46,3 @@ void pthread_exit(
_Thread_Enable_dispatch();
}
-
diff --git a/cpukit/posix/src/pthreadgetcpuclockid.c b/cpukit/posix/src/pthreadgetcpuclockid.c
index 177748d1c4..7769e4b7c6 100644
--- a/cpukit/posix/src/pthreadgetcpuclockid.c
+++ b/cpukit/posix/src/pthreadgetcpuclockid.c
@@ -27,4 +27,3 @@ int pthread_getcpuclockid(
{
return POSIX_NOT_IMPLEMENTED();
}
-
diff --git a/cpukit/posix/src/pthreadgetcputime.c b/cpukit/posix/src/pthreadgetcputime.c
index b7a1644e0c..7c9bb46c7b 100644
--- a/cpukit/posix/src/pthreadgetcputime.c
+++ b/cpukit/posix/src/pthreadgetcputime.c
@@ -29,4 +29,3 @@ int pthread_attr_getcputime(
*clock_allowed = attr->cputime_clock_allowed;
return 0;
}
-
diff --git a/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c
index 6e5fc28224..669028335c 100644
--- a/cpukit/posix/src/pthreadjoin.c
+++ b/cpukit/posix/src/pthreadjoin.c
@@ -69,4 +69,3 @@ int pthread_join(
return POSIX_BOTTOM_REACHED();
}
-
diff --git a/cpukit/posix/src/pthreadonce.c b/cpukit/posix/src/pthreadonce.c
index 3c19d7127f..b1371c8def 100644
--- a/cpukit/posix/src/pthreadonce.c
+++ b/cpukit/posix/src/pthreadonce.c
@@ -42,4 +42,3 @@ int pthread_once(
}
return 0;
}
-
diff --git a/cpukit/posix/src/pthreadsetcputime.c b/cpukit/posix/src/pthreadsetcputime.c
index 7c0799726f..70b9594ab9 100644
--- a/cpukit/posix/src/pthreadsetcputime.c
+++ b/cpukit/posix/src/pthreadsetcputime.c
@@ -36,4 +36,3 @@ int pthread_attr_setcputime(
return EINVAL;
}
}
-
diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c
index 40688916f0..de74ec1347 100644
--- a/cpukit/posix/src/ptimer.c
+++ b/cpukit/posix/src/ptimer.c
@@ -99,4 +99,3 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
timer_max = max_timers;
}
-
diff --git a/cpukit/posix/src/semaphorenametoid.c b/cpukit/posix/src/semaphorenametoid.c
index 303c00d979..206c883976 100644
--- a/cpukit/posix/src/semaphorenametoid.c
+++ b/cpukit/posix/src/semaphorenametoid.c
@@ -49,4 +49,3 @@ int _POSIX_Semaphore_Name_to_id(
return ENOENT;
}
-
diff --git a/cpukit/posix/src/semopen.c b/cpukit/posix/src/semopen.c
index d956f9a86b..25808893ad 100644
--- a/cpukit/posix/src/semopen.c
+++ b/cpukit/posix/src/semopen.c
@@ -120,5 +120,3 @@ sem_t *sem_open(
return (sem_t *) &the_semaphore->Object.id;
}
-
-
diff --git a/cpukit/posix/src/sigaction.c b/cpukit/posix/src/sigaction.c
index eed0418d1c..eb4bc7e2a7 100644
--- a/cpukit/posix/src/sigaction.c
+++ b/cpukit/posix/src/sigaction.c
@@ -91,4 +91,3 @@ int sigaction(
return 0;
}
-
diff --git a/cpukit/posix/src/sigdelset.c b/cpukit/posix/src/sigdelset.c
index c9c1d64090..be0135a7b5 100644
--- a/cpukit/posix/src/sigdelset.c
+++ b/cpukit/posix/src/sigdelset.c
@@ -44,4 +44,3 @@ int sigdelset(
*set &= ~signo_to_mask(signo);
return 0;
}
-
diff --git a/cpukit/posix/src/sigemptyset.c b/cpukit/posix/src/sigemptyset.c
index 5c833ff57e..a216ad7a8c 100644
--- a/cpukit/posix/src/sigemptyset.c
+++ b/cpukit/posix/src/sigemptyset.c
@@ -33,4 +33,3 @@ int sigemptyset(
*set = 0;
return 0;
}
-
diff --git a/cpukit/posix/src/sigfillset.c b/cpukit/posix/src/sigfillset.c
index c7d74247d0..dd8aa82c69 100644
--- a/cpukit/posix/src/sigfillset.c
+++ b/cpukit/posix/src/sigfillset.c
@@ -33,4 +33,3 @@ int sigfillset(
*set = SIGNAL_ALL_MASK;
return 0;
}
-
diff --git a/cpukit/posix/src/sigismember.c b/cpukit/posix/src/sigismember.c
index 952bae419f..3bdd32b729 100644
--- a/cpukit/posix/src/sigismember.c
+++ b/cpukit/posix/src/sigismember.c
@@ -42,4 +42,3 @@ int sigismember(
return 0;
}
-
diff --git a/cpukit/posix/src/sigqueue.c b/cpukit/posix/src/sigqueue.c
index d74f4fc581..727f2c6b42 100644
--- a/cpukit/posix/src/sigqueue.c
+++ b/cpukit/posix/src/sigqueue.c
@@ -30,4 +30,3 @@ int sigqueue(
{
return killinfo( pid, signo, &value );
}
-
diff --git a/cpukit/posix/src/sigwait.c b/cpukit/posix/src/sigwait.c
index 8aa4447ee6..1c34b5ee5b 100644
--- a/cpukit/posix/src/sigwait.c
+++ b/cpukit/posix/src/sigwait.c
@@ -42,4 +42,3 @@ int sigwait(
return errno;
}
-
diff --git a/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c
index 462510d5c1..2c61e2a8fc 100644
--- a/cpukit/posix/src/sigwaitinfo.c
+++ b/cpukit/posix/src/sigwaitinfo.c
@@ -31,4 +31,3 @@ int sigwaitinfo(
{
return sigtimedwait( set, info, NULL );
}
-
diff --git a/cpukit/posix/src/types.c b/cpukit/posix/src/types.c
index 56f60bda14..d9befea289 100644
--- a/cpukit/posix/src/types.c
+++ b/cpukit/posix/src/types.c
@@ -44,4 +44,3 @@ int POSIX_NOT_IMPLEMENTED()
/*
* END OF TEMPORARY
*/
-
diff --git a/cpukit/posix/src/ualarm.c b/cpukit/posix/src/ualarm.c
index 3e8652970b..8eab97ab17 100644
--- a/cpukit/posix/src/ualarm.c
+++ b/cpukit/posix/src/ualarm.c
@@ -92,4 +92,3 @@ useconds_t ualarm(
return remaining;
}
-
diff --git a/cpukit/rtems/src/attr.c b/cpukit/rtems/src/attr.c
index eaa394a65f..d252fa55ba 100644
--- a/cpukit/rtems/src/attr.c
+++ b/cpukit/rtems/src/attr.c
@@ -26,4 +26,3 @@ rtems_attribute rtems_interrupt_level_attribute(
{
return RTEMS_INTERRUPT_LEVEL(level);
}
-
diff --git a/cpukit/rtems/src/clocktodtoseconds.c b/cpukit/rtems/src/clocktodtoseconds.c
index 95e3efaaf9..ae60f512b0 100644
--- a/cpukit/rtems/src/clocktodtoseconds.c
+++ b/cpukit/rtems/src/clocktodtoseconds.c
@@ -61,4 +61,3 @@ uint32_t _TOD_To_seconds(
return( time );
}
-
diff --git a/cpukit/rtems/src/clocktodvalidate.c b/cpukit/rtems/src/clocktodvalidate.c
index 4a4f7d3b0e..49f668ed67 100644
--- a/cpukit/rtems/src/clocktodvalidate.c
+++ b/cpukit/rtems/src/clocktodvalidate.c
@@ -60,4 +60,3 @@ boolean _TOD_Validate(
return TRUE;
}
-
diff --git a/cpukit/rtems/src/region.c b/cpukit/rtems/src/region.c
index 594d923840..1f747f4a37 100644
--- a/cpukit/rtems/src/region.c
+++ b/cpukit/rtems/src/region.c
@@ -69,4 +69,3 @@ void _Region_Manager_initialization(
#endif
}
-
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 1c349082cf..e3424bdb87 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -288,4 +288,3 @@ void _RTEMS_tasks_Manager_initialization(
#endif
}
-
diff --git a/cpukit/rtems/src/timerserver.c b/cpukit/rtems/src/timerserver.c
index 90e3fd1220..fb3b723bc4 100644
--- a/cpukit/rtems/src/timerserver.c
+++ b/cpukit/rtems/src/timerserver.c
@@ -315,4 +315,3 @@ void _Timer_Server_process_seconds_chain(void)
}
_Timer_Server_seconds_last_time = snapshot;
}
-
diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index d34ab3188f..9479c68d56 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -417,4 +417,3 @@ rtems_status_code rtems_io_control(
callout = _IO_Driver_address_table[major].control_entry;
return callout ? callout(major, minor, argument) : RTEMS_SUCCESSFUL;
}
-
diff --git a/cpukit/score/cpu/arm/asm.h b/cpukit/score/cpu/arm/asm.h
index b8c0781c5e..058697def3 100644
--- a/cpukit/score/cpu/arm/asm.h
+++ b/cpukit/score/cpu/arm/asm.h
@@ -121,5 +121,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index a546e9692a..772fe46ab7 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -318,6 +318,3 @@ void do_data_abort(uint32_t insn, uint32_t spsr,
}
return;
}
-
-
-
diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h
index b8c0781c5e..058697def3 100644
--- a/cpukit/score/cpu/arm/rtems/asm.h
+++ b/cpukit/score/cpu/arm/rtems/asm.h
@@ -121,5 +121,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/c4x/asm.h b/cpukit/score/cpu/c4x/asm.h
index 24f9c5e391..a63abf2784 100644
--- a/cpukit/score/cpu/c4x/asm.h
+++ b/cpukit/score/cpu/c4x/asm.h
@@ -97,5 +97,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/c4x/cpu_asm.S b/cpukit/score/cpu/c4x/cpu_asm.S
index ae1af1f139..020c3a8d9e 100644
--- a/cpukit/score/cpu/c4x/cpu_asm.S
+++ b/cpukit/score/cpu/c4x/cpu_asm.S
@@ -767,4 +767,3 @@ SYM(rtems_irq_prologue_3F):
push ar2
ldi 0x3f,ar2
br SYM(_ISR_Handler_save_registers)
-
diff --git a/cpukit/score/cpu/c4x/rtems/asm.h b/cpukit/score/cpu/c4x/rtems/asm.h
index 24f9c5e391..a63abf2784 100644
--- a/cpukit/score/cpu/c4x/rtems/asm.h
+++ b/cpukit/score/cpu/c4x/rtems/asm.h
@@ -97,5 +97,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/h8300/asm.h b/cpukit/score/cpu/h8300/asm.h
index 2f25ecf954..1d5f565532 100644
--- a/cpukit/score/cpu/h8300/asm.h
+++ b/cpukit/score/cpu/h8300/asm.h
@@ -120,4 +120,3 @@
/* end of include file */
asm( \".h8300h\" );
-
diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S
index a4375bbe7f..e006e015f4 100644
--- a/cpukit/score/cpu/h8300/cpu_asm.S
+++ b/cpukit/score/cpu/h8300/cpu_asm.S
@@ -222,4 +222,3 @@ __CPU_Context_save_fp:
__CPU_Context_restore_fp:
rts
-
diff --git a/cpukit/score/cpu/h8300/rtems/asm.h b/cpukit/score/cpu/h8300/rtems/asm.h
index 2f25ecf954..1d5f565532 100644
--- a/cpukit/score/cpu/h8300/rtems/asm.h
+++ b/cpukit/score/cpu/h8300/rtems/asm.h
@@ -120,4 +120,3 @@
/* end of include file */
asm( \".h8300h\" );
-
diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index 851413b5ff..c4b2a0337e 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -195,4 +195,3 @@ void rtems_exception_init_mngt()
}
_CPU_ISR_Enable(level);
}
-
diff --git a/cpukit/score/cpu/i386/rtems/score/registers.h b/cpukit/score/cpu/i386/rtems/score/registers.h
index 19f28ca154..b3dd9f436f 100644
--- a/cpukit/score/cpu/i386/rtems/score/registers.h
+++ b/cpukit/score/cpu/i386/rtems/score/registers.h
@@ -181,4 +181,3 @@ typedef union {
#endif
#endif
-
diff --git a/cpukit/score/cpu/i960/cpu_asm.S b/cpukit/score/cpu/i960/cpu_asm.S
index 8e79144d91..2b49b5cda1 100644
--- a/cpukit/score/cpu/i960/cpu_asm.S
+++ b/cpukit/score/cpu/i960/cpu_asm.S
@@ -211,4 +211,3 @@ __ISR_Dispatch:
movq r8,g0
movq r12,g4
ret
-
diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c
index f8043026ae..1b1e6457f0 100644
--- a/cpukit/score/cpu/m68k/cpu.c
+++ b/cpukit/score/cpu/m68k/cpu.c
@@ -210,4 +210,3 @@ void CPU_Context_restore_fp (void **fp_context_ptr)
_fpCCR = *fp;
}
#endif
-
diff --git a/cpukit/score/cpu/mips/asm.h b/cpukit/score/cpu/mips/asm.h
index 509678fad3..eb0c7c1efc 100644
--- a/cpukit/score/cpu/mips/asm.h
+++ b/cpukit/score/cpu/mips/asm.h
@@ -156,4 +156,3 @@ _##name:
#endif
/* end of include file */
-
diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S
index 647562a79a..17b00c3301 100644
--- a/cpukit/score/cpu/mips/cpu_asm.S
+++ b/cpukit/score/cpu/mips/cpu_asm.S
@@ -1086,4 +1086,3 @@ FRAME(mips_break,sp,0,ra)
NOP
.set reorder
ENDFRAME(mips_break)
-
diff --git a/cpukit/score/cpu/mips/idtcpu.h b/cpukit/score/cpu/mips/idtcpu.h
index 435fad35a2..0e451e7f8f 100644
--- a/cpukit/score/cpu/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/idtcpu.h
@@ -475,4 +475,3 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#endif /* _IDTCPU_H__ */
-
diff --git a/cpukit/score/cpu/mips/iregdef.h b/cpukit/score/cpu/mips/iregdef.h
index 3584325e07..7abb8d59ba 100644
--- a/cpukit/score/cpu/mips/iregdef.h
+++ b/cpukit/score/cpu/mips/iregdef.h
@@ -329,4 +329,3 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#endif /* __IREGDEF_H__ */
-
diff --git a/cpukit/score/cpu/mips/rtems/asm.h b/cpukit/score/cpu/mips/rtems/asm.h
index 509678fad3..eb0c7c1efc 100644
--- a/cpukit/score/cpu/mips/rtems/asm.h
+++ b/cpukit/score/cpu/mips/rtems/asm.h
@@ -156,4 +156,3 @@ _##name:
#endif
/* end of include file */
-
diff --git a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
index 435fad35a2..0e451e7f8f 100644
--- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
+++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
@@ -475,4 +475,3 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#endif /* _IDTCPU_H__ */
-
diff --git a/cpukit/score/cpu/mips/rtems/mips/iregdef.h b/cpukit/score/cpu/mips/rtems/mips/iregdef.h
index 3584325e07..7abb8d59ba 100644
--- a/cpukit/score/cpu/mips/rtems/mips/iregdef.h
+++ b/cpukit/score/cpu/mips/rtems/mips/iregdef.h
@@ -329,4 +329,3 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#endif
#endif /* __IREGDEF_H__ */
-
diff --git a/cpukit/score/cpu/no_cpu/asm.h b/cpukit/score/cpu/no_cpu/asm.h
index 3e9164a28c..c97b616c9e 100644
--- a/cpukit/score/cpu/no_cpu/asm.h
+++ b/cpukit/score/cpu/no_cpu/asm.h
@@ -97,5 +97,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/no_cpu/cpu_asm.c b/cpukit/score/cpu/no_cpu/cpu_asm.c
index de117be03b..2ca67a07ad 100644
--- a/cpukit/score/cpu/no_cpu/cpu_asm.c
+++ b/cpukit/score/cpu/no_cpu/cpu_asm.c
@@ -180,4 +180,3 @@ void _ISR_Handler()
* return from interrupt
*/
}
-
diff --git a/cpukit/score/cpu/no_cpu/rtems/asm.h b/cpukit/score/cpu/no_cpu/rtems/asm.h
index 3e9164a28c..c97b616c9e 100644
--- a/cpukit/score/cpu/no_cpu/rtems/asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/asm.h
@@ -97,5 +97,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/or32/asm.h b/cpukit/score/cpu/or32/asm.h
index ddb6264d6f..be35ffdecd 100644
--- a/cpukit/score/cpu/or32/asm.h
+++ b/cpukit/score/cpu/or32/asm.h
@@ -97,5 +97,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/or32/cpu_asm.c b/cpukit/score/cpu/or32/cpu_asm.c
index e8a0c395ae..5580ba3115 100644
--- a/cpukit/score/cpu/or32/cpu_asm.c
+++ b/cpukit/score/cpu/or32/cpu_asm.c
@@ -576,4 +576,3 @@ void _ISR_Handler(uint32_t vector,uint32_t ProgramCounter,
in physical space, not the virtual space of the process.
*/
}
-
diff --git a/cpukit/score/cpu/or32/rtems/asm.h b/cpukit/score/cpu/or32/rtems/asm.h
index ddb6264d6f..be35ffdecd 100644
--- a/cpukit/score/cpu/or32/rtems/asm.h
+++ b/cpukit/score/cpu/or32/rtems/asm.h
@@ -97,5 +97,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/powerpc/asm.h b/cpukit/score/cpu/powerpc/asm.h
index 4b36696efd..18144cad5e 100644
--- a/cpukit/score/cpu/powerpc/asm.h
+++ b/cpukit/score/cpu/powerpc/asm.h
@@ -294,5 +294,3 @@ SYM (x):; \
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/powerpc/rtems/asm.h b/cpukit/score/cpu/powerpc/rtems/asm.h
index 4b36696efd..18144cad5e 100644
--- a/cpukit/score/cpu/powerpc/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/rtems/asm.h
@@ -294,5 +294,3 @@ SYM (x):; \
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index 863d66807b..061772b656 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -742,5 +742,3 @@ extern "C" {
#endif /* ! _INCLUDE_PPC_h */
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index 9e34f3fc30..aa646946e6 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -252,4 +252,3 @@ void _CPU_Context_Initialize(
_the_context->sr |= SH4_SR_FD;
#endif
}
-
diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h
index 637464d8a6..d60a0ae9b5 100644
--- a/cpukit/score/cpu/sh/rtems/score/types.h
+++ b/cpukit/score/cpu/sh/rtems/score/types.h
@@ -63,4 +63,3 @@ typedef void ( *sh_isr_entry )( void );
#endif /* !ASM */
#endif
-
diff --git a/cpukit/score/cpu/sparc/asm.h b/cpukit/score/cpu/sparc/asm.h
index c89f19e050..96ce49f03a 100644
--- a/cpukit/score/cpu/sparc/asm.h
+++ b/cpukit/score/cpu/sparc/asm.h
@@ -119,5 +119,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/sparc/rtems/asm.h b/cpukit/score/cpu/sparc/rtems/asm.h
index c89f19e050..96ce49f03a 100644
--- a/cpukit/score/cpu/sparc/rtems/asm.h
+++ b/cpukit/score/cpu/sparc/rtems/asm.h
@@ -119,5 +119,3 @@
#endif
/* end of include file */
-
-
diff --git a/cpukit/score/cpu/unix/rtems/score/unix.h b/cpukit/score/cpu/unix/rtems/score/unix.h
index fbb7923142..db3c3e6591 100644
--- a/cpukit/score/cpu/unix/rtems/score/unix.h
+++ b/cpukit/score/cpu/unix/rtems/score/unix.h
@@ -69,4 +69,3 @@ extern "C" {
#endif
/* end of include file */
-
diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h
index b1a65ba7b1..4bb71f62a8 100644
--- a/cpukit/score/include/rtems/score/coremsg.h
+++ b/cpukit/score/include/rtems/score/coremsg.h
@@ -297,4 +297,3 @@ void _CORE_message_queue_Insert_message(
#endif
/* end of include file */
-
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h
index db82a4218e..72aafedef2 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/score/include/rtems/score/coremutex.h
@@ -234,4 +234,3 @@ void _CORE_mutex_Flush(
#endif
/* end of include file */
-
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index 59cb7b148c..41ff08d25a 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -152,4 +152,3 @@ void _CORE_semaphore_Flush(
#endif
/* end of include file */
-
diff --git a/cpukit/score/src/coremsgbroadcast.c b/cpukit/score/src/coremsgbroadcast.c
index d19c7b7a0d..1d6340991c 100644
--- a/cpukit/score/src/coremsgbroadcast.c
+++ b/cpukit/score/src/coremsgbroadcast.c
@@ -109,4 +109,3 @@ CORE_message_queue_Status _CORE_message_queue_Broadcast(
*count = number_broadcasted;
return CORE_MESSAGE_QUEUE_STATUS_SUCCESSFUL;
}
-
diff --git a/cpukit/score/src/coremsgclose.c b/cpukit/score/src/coremsgclose.c
index 2561255375..edf13c40d5 100644
--- a/cpukit/score/src/coremsgclose.c
+++ b/cpukit/score/src/coremsgclose.c
@@ -74,4 +74,3 @@ void _CORE_message_queue_Close(
(void) _Workspace_Free( the_message_queue->message_buffers );
}
-
diff --git a/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c
index 0398974acc..a6265352a2 100644
--- a/cpukit/score/src/coremsgflush.c
+++ b/cpukit/score/src/coremsgflush.c
@@ -52,4 +52,3 @@ uint32_t _CORE_message_queue_Flush(
else
return 0;
}
-
diff --git a/cpukit/score/src/coremsgflushsupp.c b/cpukit/score/src/coremsgflushsupp.c
index ca68512419..d0e2c99841 100644
--- a/cpukit/score/src/coremsgflushsupp.c
+++ b/cpukit/score/src/coremsgflushsupp.c
@@ -102,4 +102,3 @@ uint32_t _CORE_message_queue_Flush_support(
_ISR_Enable( level );
return count;
}
-
diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c
index 34f3d8518a..359933b9ce 100644
--- a/cpukit/score/src/coremsgflushwait.c
+++ b/cpukit/score/src/coremsgflushwait.c
@@ -67,4 +67,3 @@ void _CORE_message_queue_Flush_waiting_threads(
CORE_MESSAGE_QUEUE_STATUS_UNSATISFIED_NOWAIT
);
}
-
diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c
index fdbbcb0a0d..ed140f0d90 100644
--- a/cpukit/score/src/coremsgseize.c
+++ b/cpukit/score/src/coremsgseize.c
@@ -134,4 +134,3 @@ void _CORE_message_queue_Seize(
_Thread_queue_Enqueue( &the_message_queue->Wait_queue, timeout );
}
-
diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c
index 23bfa5a46e..6ec0f1ccf0 100644
--- a/cpukit/score/src/coremutex.c
+++ b/cpukit/score/src/coremutex.c
@@ -86,4 +86,3 @@ void _CORE_mutex_Initialize(
CORE_MUTEX_TIMEOUT
);
}
-
diff --git a/cpukit/score/src/coremutexsurrender.c b/cpukit/score/src/coremutexsurrender.c
index 88810ac3bb..e65254d080 100644
--- a/cpukit/score/src/coremutexsurrender.c
+++ b/cpukit/score/src/coremutexsurrender.c
@@ -139,4 +139,3 @@ CORE_mutex_Status _CORE_mutex_Surrender(
return CORE_MUTEX_STATUS_SUCCESSFUL;
}
-
diff --git a/cpukit/score/src/coresemsurrender.c b/cpukit/score/src/coresemsurrender.c
index 6e75cfd83d..a5f9d544d6 100644
--- a/cpukit/score/src/coresemsurrender.c
+++ b/cpukit/score/src/coresemsurrender.c
@@ -71,4 +71,3 @@ CORE_semaphore_Status _CORE_semaphore_Surrender(
return status;
}
-
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index 152710a2ee..c679e5e8f4 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -60,4 +60,3 @@ void _TOD_Set(
_Thread_Enable_dispatch();
}
-
diff --git a/cpukit/score/src/coretodtoseconds.c b/cpukit/score/src/coretodtoseconds.c
index 95e3efaaf9..ae60f512b0 100644
--- a/cpukit/score/src/coretodtoseconds.c
+++ b/cpukit/score/src/coretodtoseconds.c
@@ -61,4 +61,3 @@ uint32_t _TOD_To_seconds(
return( time );
}
-
diff --git a/cpukit/score/src/coretodvalidate.c b/cpukit/score/src/coretodvalidate.c
index 4a4f7d3b0e..49f668ed67 100644
--- a/cpukit/score/src/coretodvalidate.c
+++ b/cpukit/score/src/coretodvalidate.c
@@ -60,4 +60,3 @@ boolean _TOD_Validate(
return TRUE;
}
-
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index fdafffdf9d..6d6873ebed 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -90,4 +90,3 @@ uint32_t _Heap_Initialize(
return ( the_size - HEAP_BLOCK_USED_OVERHEAD );
}
-
diff --git a/cpukit/score/src/heapallocate.c b/cpukit/score/src/heapallocate.c
index 13165bcfce..aa789671a1 100644
--- a/cpukit/score/src/heapallocate.c
+++ b/cpukit/score/src/heapallocate.c
@@ -111,4 +111,3 @@ void *_Heap_Allocate(
return ptr;
}
-
diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c
index 7bc4d24a11..e131bbce8f 100644
--- a/cpukit/score/src/heapextend.c
+++ b/cpukit/score/src/heapextend.c
@@ -109,4 +109,3 @@ Heap_Extend_status _Heap_Extend(
return HEAP_EXTEND_SUCCESSFUL;
}
-
diff --git a/cpukit/score/src/heapfree.c b/cpukit/score/src/heapfree.c
index 715f23d9a5..40e56a7b88 100644
--- a/cpukit/score/src/heapfree.c
+++ b/cpukit/score/src/heapfree.c
@@ -101,4 +101,3 @@ boolean _Heap_Free(
return( TRUE );
}
-
diff --git a/cpukit/score/src/heapsizeofuserarea.c b/cpukit/score/src/heapsizeofuserarea.c
index da101d730c..1ab6a3df6d 100644
--- a/cpukit/score/src/heapsizeofuserarea.c
+++ b/cpukit/score/src/heapsizeofuserarea.c
@@ -60,4 +60,3 @@ boolean _Heap_Size_of_user_area(
*size = the_size;
return( TRUE );
}
-
diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c
index 9ad8960b26..3e53aef55c 100644
--- a/cpukit/score/src/thread.c
+++ b/cpukit/score/src/thread.c
@@ -105,4 +105,3 @@ void _Thread_Handler_initialization(
);
}
-
diff --git a/cpukit/score/src/threadqdequeue.c b/cpukit/score/src/threadqdequeue.c
index faef3ddf0c..cee4d255bf 100644
--- a/cpukit/score/src/threadqdequeue.c
+++ b/cpukit/score/src/threadqdequeue.c
@@ -59,4 +59,3 @@ Thread_Control *_Thread_queue_Dequeue(
return( the_thread );
}
-
diff --git a/cpukit/score/src/threadqdequeuefifo.c b/cpukit/score/src/threadqdequeuefifo.c
index 1906f5bb82..42a1a33bef 100644
--- a/cpukit/score/src/threadqdequeuefifo.c
+++ b/cpukit/score/src/threadqdequeuefifo.c
@@ -83,4 +83,3 @@ Thread_Control *_Thread_queue_Dequeue_fifo(
}
return NULL; /* this is only to prevent warnings */
}
-
diff --git a/cpukit/score/src/threadqdequeuepriority.c b/cpukit/score/src/threadqdequeuepriority.c
index 4567a76fd3..2646b44e17 100644
--- a/cpukit/score/src/threadqdequeuepriority.c
+++ b/cpukit/score/src/threadqdequeuepriority.c
@@ -122,4 +122,3 @@ dequeue:
#endif
return( the_thread );
}
-
diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c
index 9bffa0e08f..4a0964e8c1 100644
--- a/cpukit/score/src/threadqenqueue.c
+++ b/cpukit/score/src/threadqenqueue.c
@@ -74,4 +74,3 @@ void _Thread_queue_Enqueue(
break;
}
}
-
diff --git a/cpukit/score/src/threadqenqueuefifo.c b/cpukit/score/src/threadqenqueuefifo.c
index fc336d0ce0..874c29206f 100644
--- a/cpukit/score/src/threadqenqueuefifo.c
+++ b/cpukit/score/src/threadqenqueuefifo.c
@@ -98,4 +98,3 @@ void _Thread_queue_Enqueue_fifo (
#endif
}
-
diff --git a/cpukit/score/src/threadqenqueuepriority.c b/cpukit/score/src/threadqenqueuepriority.c
index 2d00d89187..48a8d13560 100644
--- a/cpukit/score/src/threadqenqueuepriority.c
+++ b/cpukit/score/src/threadqenqueuepriority.c
@@ -218,4 +218,3 @@ synchronize:
_Thread_MP_Free_proxy( the_thread );
#endif
}
-
diff --git a/cpukit/score/src/threadqextract.c b/cpukit/score/src/threadqextract.c
index a70ea290bb..0d2696ed61 100644
--- a/cpukit/score/src/threadqextract.c
+++ b/cpukit/score/src/threadqextract.c
@@ -51,4 +51,3 @@ void _Thread_queue_Extract(
break;
}
}
-
diff --git a/cpukit/score/src/threadqextractfifo.c b/cpukit/score/src/threadqextractfifo.c
index 464d207561..4d8dad2149 100644
--- a/cpukit/score/src/threadqextractfifo.c
+++ b/cpukit/score/src/threadqextractfifo.c
@@ -70,4 +70,3 @@ void _Thread_queue_Extract_fifo(
#endif
}
-
diff --git a/cpukit/score/src/threadqextractpriority.c b/cpukit/score/src/threadqextractpriority.c
index 10831abd65..5836c17de2 100644
--- a/cpukit/score/src/threadqextractpriority.c
+++ b/cpukit/score/src/threadqextractpriority.c
@@ -101,4 +101,3 @@ void _Thread_queue_Extract_priority(
else
_ISR_Enable( level );
}
-
diff --git a/cpukit/score/src/threadqextractwithproxy.c b/cpukit/score/src/threadqextractwithproxy.c
index 3489303d51..3eedb6e17e 100644
--- a/cpukit/score/src/threadqextractwithproxy.c
+++ b/cpukit/score/src/threadqextractwithproxy.c
@@ -60,4 +60,3 @@ boolean _Thread_queue_Extract_with_proxy(
}
return FALSE;
}
-
diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c
index 002b37dcc8..9b9db708e1 100644
--- a/cpukit/score/src/threadqfirst.c
+++ b/cpukit/score/src/threadqfirst.c
@@ -55,4 +55,3 @@ Thread_Control *_Thread_queue_First(
return the_thread;
}
-
diff --git a/cpukit/score/src/threadqfirstfifo.c b/cpukit/score/src/threadqfirstfifo.c
index 854c6390b8..15cb1f4969 100644
--- a/cpukit/score/src/threadqfirstfifo.c
+++ b/cpukit/score/src/threadqfirstfifo.c
@@ -44,4 +44,3 @@ Thread_Control *_Thread_queue_First_fifo(
return NULL;
}
-
diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c
index e069bd89b9..99aa002f90 100644
--- a/cpukit/score/src/threadqflush.c
+++ b/cpukit/score/src/threadqflush.c
@@ -52,4 +52,3 @@ void _Thread_queue_Flush(
the_thread->Wait.return_code = status;
}
}
-
diff --git a/cpukit/score/src/threadqtimeout.c b/cpukit/score/src/threadqtimeout.c
index cc33843c53..487b882702 100644
--- a/cpukit/score/src/threadqtimeout.c
+++ b/cpukit/score/src/threadqtimeout.c
@@ -75,4 +75,3 @@ void _Thread_queue_Timeout(
break;
}
}
-
diff --git a/cpukit/score/src/threadreset.c b/cpukit/score/src/threadreset.c
index 85c07c318c..00f1b97a13 100644
--- a/cpukit/score/src/threadreset.c
+++ b/cpukit/score/src/threadreset.c
@@ -62,4 +62,3 @@ void _Thread_Reset(
_Thread_Set_priority( the_thread, the_thread->Start.initial_priority );
}
}
-
diff --git a/cpukit/score/src/threadrotatequeue.c b/cpukit/score/src/threadrotatequeue.c
index 3a2635e082..762ee57b71 100644
--- a/cpukit/score/src/threadrotatequeue.c
+++ b/cpukit/score/src/threadrotatequeue.c
@@ -84,9 +84,3 @@ void _Thread_Rotate_Ready_Queue(
_ISR_Enable( level );
}
-
-
-
-
-
-
diff --git a/cpukit/score/src/userext.c b/cpukit/score/src/userext.c
index c2cc79fd07..ddb847e590 100644
--- a/cpukit/score/src/userext.c
+++ b/cpukit/score/src/userext.c
@@ -199,5 +199,3 @@ void _User_extensions_Fatal (
(*the_extension->Callouts.fatal)( the_source, is_internal, the_error );
}
}
-
-
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index 53f5e415a7..2a6dda4c45 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -81,4 +81,3 @@ void _Watchdog_Adjust(
_ISR_Enable( level );
}
-
diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c
index 4c01603235..e765e0683a 100644
--- a/cpukit/score/src/watchdoginsert.c
+++ b/cpukit/score/src/watchdoginsert.c
@@ -107,4 +107,3 @@ exit_insert:
_Watchdog_Sync_count--;
_ISR_Enable( level );
}
-
diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c
index 8da474bdc0..5df935daf8 100644
--- a/cpukit/score/src/watchdogremove.c
+++ b/cpukit/score/src/watchdogremove.c
@@ -67,4 +67,3 @@ Watchdog_States _Watchdog_Remove(
_ISR_Enable( level );
return( previous_state );
}
-
diff --git a/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c
index 04b01518eb..a96cac8881 100644
--- a/testsuites/itrontests/itronmbf01/init.c
+++ b/testsuites/itrontests/itronmbf01/init.c
@@ -363,5 +363,3 @@ void TestTrcv()
assert(status == E_TMOUT);
put_time( "Init - time out at ");
}
-
-
diff --git a/testsuites/itrontests/itronmbox01/init.c b/testsuites/itrontests/itronmbox01/init.c
index cb92e76db8..d50f00a509 100644
--- a/testsuites/itrontests/itronmbox01/init.c
+++ b/testsuites/itrontests/itronmbox01/init.c
@@ -32,5 +32,3 @@ void ITRON_Init( void )
printf( "*** END OF ITRON MBOX TEST 01 ***\n" );
rtems_test_exit( 0 );
}
-
-
diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h
index 579d0a7c17..77e53ceb06 100644
--- a/testsuites/itrontests/itrontask01/system.h
+++ b/testsuites/itrontests/itrontask01/system.h
@@ -37,6 +37,3 @@ void Task_2_through_4();
/* global variables */
/* end of include file */
-
-
-
diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c
index ccf4466ece..220fe415e0 100644
--- a/testsuites/itrontests/itrontask01/task1.c
+++ b/testsuites/itrontests/itrontask01/task1.c
@@ -51,4 +51,3 @@ void Task_2_through_4()
directive_failed( status, "rtems_task_wake_after" );
}
}
-
diff --git a/testsuites/itrontests/itrontask02/dormant.c b/testsuites/itrontests/itrontask02/dormant.c
index 05ffa86623..4dcb55261f 100644
--- a/testsuites/itrontests/itrontask02/dormant.c
+++ b/testsuites/itrontests/itrontask02/dormant.c
@@ -40,5 +40,4 @@ void Non_Dormant_task()
status = rtems_task_wake_after( 120*TICKS_PER_SECOND );
directive_failed( status, "rtems_task_wake_after" );
}
-}
-
+}
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index c602cdc918..d888bce512 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -40,8 +40,3 @@ void Non_Dormant_task();
TEST_EXTERN rtems_id Global_variable; /* example global variable */
/* end of include file */
-
-
-
-
-
diff --git a/testsuites/itrontests/itrontask03/init.c b/testsuites/itrontests/itrontask03/init.c
index 687518deaa..7b90237669 100644
--- a/testsuites/itrontests/itrontask03/init.c
+++ b/testsuites/itrontests/itrontask03/init.c
@@ -136,9 +136,3 @@ void ITRON_Init( void )
exd_tsk();
assert(0);
}
-
-
-
-
-
-
diff --git a/testsuites/itrontests/itrontask03/preempt.c b/testsuites/itrontests/itrontask03/preempt.c
index d74c0a925e..77a685cb28 100644
--- a/testsuites/itrontests/itrontask03/preempt.c
+++ b/testsuites/itrontests/itrontask03/preempt.c
@@ -51,4 +51,3 @@ void Preempt_task()
assert( 0 );
}
}
-
diff --git a/testsuites/itrontests/itrontask04/init.c b/testsuites/itrontests/itrontask04/init.c
index d0177c7b95..a7b5952c4a 100644
--- a/testsuites/itrontests/itrontask04/init.c
+++ b/testsuites/itrontests/itrontask04/init.c
@@ -90,4 +90,3 @@ void ITRON_Init( void )
exd_tsk();
directive_failed( 0, "exd_tsk" );
}
-
diff --git a/testsuites/itrontests/itrontask04/task1.c b/testsuites/itrontests/itrontask04/task1.c
index 79dd4b527a..b284c48bb4 100644
--- a/testsuites/itrontests/itrontask04/task1.c
+++ b/testsuites/itrontests/itrontask04/task1.c
@@ -36,9 +36,3 @@ void Task_1()
}
}
-
-
-
-
-
-
diff --git a/testsuites/itrontests/itrontask04/task3.c b/testsuites/itrontests/itrontask04/task3.c
index 43250fc08e..5071fb12ab 100644
--- a/testsuites/itrontests/itrontask04/task3.c
+++ b/testsuites/itrontests/itrontask04/task3.c
@@ -50,4 +50,3 @@ void Task_3()
puts( "*** ITRON TASK TEST 4 ***" );
rtems_test_exit( 0 );
}
-
diff --git a/testsuites/itrontests/itrontime01/init.c b/testsuites/itrontests/itrontime01/init.c
index abcdb2fabe..6ef807889f 100644
--- a/testsuites/itrontests/itrontime01/init.c
+++ b/testsuites/itrontests/itrontime01/init.c
@@ -58,5 +58,3 @@ void ITRON_Init( void )
printf( "*** END OF ITRON TIME TEST 01 ***\n" );
rtems_test_exit( 0 );
}
-
-
diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c
index 932c527f32..8f583dea4f 100644
--- a/testsuites/libtests/termios/init.c
+++ b/testsuites/libtests/termios/init.c
@@ -778,4 +778,3 @@ Init (rtems_task_argument ignored)
}
}
}
-
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 82bf3c1e0a..b019d3da40 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -675,16 +675,3 @@ int main(
printf( "\n\n*** END OF TEST PSX13 ***" );
rtems_test_exit(0);
}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxcancel/init.c b/testsuites/psxtests/psxcancel/init.c
index e70b1922ca..df3eda0664 100644
--- a/testsuites/psxtests/psxcancel/init.c
+++ b/testsuites/psxtests/psxcancel/init.c
@@ -124,4 +124,3 @@ int main(){
rtems_test_exit(EXIT_SUCCESS);
#endif
}
-
diff --git a/testsuites/psxtests/psxchroot01/test.c b/testsuites/psxtests/psxchroot01/test.c
index 2e2f87c09c..3dbd881679 100644
--- a/testsuites/psxtests/psxchroot01/test.c
+++ b/testsuites/psxtests/psxchroot01/test.c
@@ -118,4 +118,3 @@ int main(
printf( "*** END OF CHROOT01 TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index 3d27da4dd8..bf77d44935 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -543,5 +543,3 @@ void test_file (char *filename, char *mode)
if (fclose (fp))
perror ("fclose");
}
-
-
diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c
index 59b0b16f44..f3bc369ccb 100644
--- a/testsuites/psxtests/psxmount/test.c
+++ b/testsuites/psxtests/psxmount/test.c
@@ -444,4 +444,3 @@ int main(
printf( "\n\n*** END OF MOUNT/UNMOUNT TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c
index 9aa65868db..9a0d61f474 100644
--- a/testsuites/psxtests/psxmsgq01/init.c
+++ b/testsuites/psxtests/psxmsgq01/init.c
@@ -1301,21 +1301,3 @@ void *Task_ (
return NULL; /* just so the compiler thinks we returned something */
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxmsgq01/system.h b/testsuites/psxtests/psxmsgq01/system.h
index 4a66fb3172..369d2ef619 100644
--- a/testsuites/psxtests/psxmsgq01/system.h
+++ b/testsuites/psxtests/psxmsgq01/system.h
@@ -71,5 +71,3 @@ void *Task_3( void *argument );
void *Task_4( void *argument );
/* end of include file */
-
-
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index 6098a10109..aae0e89c85 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -500,4 +500,3 @@ int main(
printf( "\n\n*** END OF READDIR TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxsem01/init.c b/testsuites/psxtests/psxsem01/init.c
index 4985c3a148..c89f891cf4 100644
--- a/testsuites/psxtests/psxsem01/init.c
+++ b/testsuites/psxtests/psxsem01/init.c
@@ -243,4 +243,3 @@ void *POSIX_Init(
return NULL; /* just so the compiler thinks we returned something */
}
-
diff --git a/testsuites/psxtests/psxsem01/system.h b/testsuites/psxtests/psxsem01/system.h
index 316ffecef5..5a62affd46 100644
--- a/testsuites/psxtests/psxsem01/system.h
+++ b/testsuites/psxtests/psxsem01/system.h
@@ -52,4 +52,3 @@ TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
/* end of include file */
-
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 84402e2a56..8511da3ca8 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -848,10 +848,3 @@ int main(
puts( "\n\n*** END OF STAT TEST 01 ***" );
rtems_test_exit(0);
}
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index 8f6511dcfe..c3b5ec6fc8 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -112,4 +112,3 @@ int main(
puts( "\n\n*** END OF TIME OF DAY TEST 01 ***" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index 145207308c..fcacb10d75 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -337,4 +337,3 @@ void *POSIX_Init (
puts( "\n\n*** End of POSIX Timers Test ***" );
rtems_test_exit (0);
}
-
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 7f59c6b812..310928cdbc 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -133,4 +133,3 @@ static inline uint32_t get_ticks_per_second( void )
rtems_configuration_get_rtems_api_configuration()->number_of_initialization_tasks )
/* end of include file */
-
diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c
index b2e7ce5162..ad043ebe0d 100644
--- a/testsuites/samples/minimum/init.c
+++ b/testsuites/samples/minimum/init.c
@@ -38,4 +38,3 @@ rtems_task Init(
#include <rtems/confdefs.h>
/* global variables */
-
diff --git a/testsuites/samples/unlimited/init.c b/testsuites/samples/unlimited/init.c
index eeebf4b1ac..37a909c52a 100644
--- a/testsuites/samples/unlimited/init.c
+++ b/testsuites/samples/unlimited/init.c
@@ -120,8 +120,3 @@ boolean status_code_bad(
}
return FALSE;
}
-
-
-
-
-
diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c
index 09e67a6191..129e1635e5 100644
--- a/testsuites/samples/unlimited/test1.c
+++ b/testsuites/samples/unlimited/test1.c
@@ -99,8 +99,3 @@ void test1()
printf( " TEST1 : completed\n" );
}
-
-
-
-
-
diff --git a/testsuites/samples/unlimited/test2.c b/testsuites/samples/unlimited/test2.c
index fe2f86ebeb..3416c1532b 100644
--- a/testsuites/samples/unlimited/test2.c
+++ b/testsuites/samples/unlimited/test2.c
@@ -226,4 +226,3 @@ void test2()
printf( " TEST2 : completed\n" );
}
-
diff --git a/testsuites/sptests/spfatal/fatal.c b/testsuites/sptests/spfatal/fatal.c
index ce61309999..4dc09aed5e 100644
--- a/testsuites/sptests/spfatal/fatal.c
+++ b/testsuites/sptests/spfatal/fatal.c
@@ -133,4 +133,3 @@ void Process_case()
rtems_initialize_executive(
&New_Configuration, rtems_cpu_configuration_get_table() );
}
-
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index 03e866abd7..293f77ead3 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -600,4 +600,3 @@ void complete_test( void )
puts( "*** END OF TEST 26 ***" );
rtems_test_exit( 0 );
}
-