trivial: fix typos in comments s/DGBU/DBGU/
authorSamuel R. C. Vale <srcvale@holoscopio.com>
Fri, 10 Jul 2009 15:07:15 +0000 (12:07 -0300)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:55 +0000 (15:14 +0200)
DBGU means Debug Unit, was refered as "DGBU" in some files. Fixed to "DBGU".

Signed-off-by: Samuel R. C. Vale <srcvale@holoscopio.com>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/mach-at91/board-afeb-9260v1.c
arch/arm/mach-at91/board-cam60.c
arch/arm/mach-at91/board-neocore926.c
arch/arm/mach-at91/board-qil-a9260.c
arch/arm/mach-at91/board-sam9260ek.c
arch/arm/mach-at91/board-sam9261ek.c
arch/arm/mach-at91/board-sam9263ek.c
arch/arm/mach-at91/board-sam9g20ek.c
arch/arm/mach-at91/board-sam9rlek.c
arch/arm/mach-at91/board-usb-a9260.c
arch/arm/mach-at91/board-usb-a9263.c

index 61e52b66bc72ed218ccb6af5009da3c6086ef462..50667bed7cc9f7eb1381b39802afb4b825aa1920 100644 (file)
@@ -53,7 +53,7 @@ static void __init afeb9260_map_io(void)
        /* Initialize processor: 18.432 MHz crystal */
        at91sam9260_initialize(18432000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, CTS, RTS, DTR, DSR, DCD, RI) */
index d3ba29c5d8c83722b7276b7d98ed51cfecfac4a7..02138af631e7e21a4c985f8f7a8c17428f0e944c 100644 (file)
@@ -50,7 +50,7 @@ static void __init cam60_map_io(void)
        /* Initialize processor: 10 MHz crystal */
        at91sam9260_initialize(10000000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* set serial console to ttyS0 (ie, DBGU) */
index 9ba7ba2cc3b168f0c8b205b411fa5f8842d1cf8f..8c0b71c95be46f4e1dbda7cbb81b6c9681ecf349 100644 (file)
@@ -56,7 +56,7 @@ static void __init neocore926_map_io(void)
        /* Initialize processor: 20 MHz crystal */
        at91sam9263_initialize(20000000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, RTS, CTS) */
index 4cff9a7e61d2d70b8af645e11bc38df30bfdd72a..664938e8f6611857c8007251f495a1426375fe26 100644 (file)
@@ -53,7 +53,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 12.000 MHz crystal */
        at91sam9260_initialize(12000000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, CTS, RTS, DTR, DSR, DCD, RI) */
index 93a0f8b100eb24e725326cc0cb1f497526d6224d..ba9d501b5c50a83166ba7f2ed8f53f4681a64125 100644 (file)
@@ -54,7 +54,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 18.432 MHz crystal */
        at91sam9260_initialize(18432000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, CTS, RTS, DTR, DSR, DCD, RI) */
index f9b19993a7a95e488109f985d4a3e4e90a5f0c86..c4c8865d52d7bfd84f5a22416ef7fe6bc1c472aa 100644 (file)
@@ -61,7 +61,7 @@ static void __init ek_map_io(void)
        /* Setup the LEDs */
        at91_init_leds(AT91_PIN_PA13, AT91_PIN_PA14);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* set serial console to ttyS0 (ie, DBGU) */
index 1bf7bd4cbe13cbe622000bccdcfe99e91f7f4e4f..26f1aa6049afac276630a7ae4c17c6d39a36fa17 100644 (file)
@@ -57,7 +57,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 16.367 MHz crystal */
        at91sam9263_initialize(16367660);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, RTS, CTS) */
index ca470d504ea09ecb5fdef59ba50625290ef088a3..29cf83177484dff44dfc9b126146894e6204b783 100644 (file)
@@ -50,7 +50,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 18.432 MHz crystal */
        at91sam9260_initialize(18432000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, CTS, RTS, DTR, DSR, DCD, RI) */
index 9d07679efce701d3528aef0abc15a184a827fdbc..94ffb5c103b9c74a2a5b3cdb4936cc13b898de07 100644 (file)
@@ -43,7 +43,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 12.000 MHz crystal */
        at91sam9rl_initialize(12000000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* USART0 on ttyS1. (Rx, Tx, CTS, RTS) */
index d13304c0bc45eff75eabe5bb9310cf724bfcd74c..905d6ef768078dd4e75f0ac2058c267091161315 100644 (file)
@@ -53,7 +53,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 12.000 MHz crystal */
        at91sam9260_initialize(12000000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* set serial console to ttyS0 (ie, DBGU) */
index d96405b7d5785908dd6d438b4a32b98c95c40825..b6a3480383e58b19580417c705203637e7615438 100644 (file)
@@ -52,7 +52,7 @@ static void __init ek_map_io(void)
        /* Initialize processor: 12.00 MHz crystal */
        at91sam9263_initialize(12000000);
 
-       /* DGBU on ttyS0. (Rx & Tx only) */
+       /* DBGU on ttyS0. (Rx & Tx only) */
        at91_register_uart(0, 0, 0);
 
        /* set serial console to ttyS0 (ie, DBGU) */