More trailing whilespace removal

This commit is contained in:
Gregory Nutt
2014-04-13 16:22:22 -06:00
parent b7c65adeca
commit 25d4ff745b
450 changed files with 1474 additions and 1476 deletions
-1
View File
@@ -252,7 +252,6 @@
#define GPDMA_SOFTLBREQ(n) (1 << (n)) /* Bits 0-15: Software last burst request flags for source n */ #define GPDMA_SOFTLBREQ(n) (1 << (n)) /* Bits 0-15: Software last burst request flags for source n */
/* Bits 16-31: Reserved */ /* Bits 16-31: Reserved */
/* DMA Software Last Single Request Register */ /* DMA Software Last Single Request Register */
#define GPDMA_SOFTLSREQ(n) (1 << (n)) /* Bits 0-15: Software last single burst request flags for source n */ #define GPDMA_SOFTLSREQ(n) (1 << (n)) /* Bits 0-15: Software last single burst request flags for source n */
-1
View File
@@ -46,4 +46,3 @@ z80_saveusercontext.asm, switch
z80_schedulesigaction.c and z80_sigdeliver.c z80_schedulesigaction.c and z80_sigdeliver.c
These files implement Z80 signal handling. These files implement Z80 signal handling.