]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/cpu/ppc4xx/spr.c
Coding style cleanup; update CHANGELOG.
[karo-tx-uboot.git] / post / cpu / ppc4xx / spr.c
index be5a701f317dbd90264a24f5c0a634177081e4f1..3e746343d151770162e214df59b6f60e300ada16 100644 (file)
 
 #include <asm/processor.h>
 
-static struct
-{
-    int number;
-    char * name;
-    unsigned long mask;
-    unsigned long value;
+static struct {
+       int number;
+       char * name;
+       unsigned long mask;
+       unsigned long value;
 } spr_test_list [] = {
        /* Standard Special-Purpose Registers */
 
@@ -65,7 +64,7 @@ static struct
        {0x11f, "PVR",          0x00000000,     0x00000000},
 
        /* Additional Special-Purpose Registers.
-        * The values must match the initialization 
+        * The values must match the initialization
         * values from cpu/ppc4xx/start.S
         */
        {0x30,  "PID",          0x00000000,     0x00000000},