pep8 cleanup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 5 Aug 2018 16:45:49 +0000 (17:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 5 Aug 2018 16:45:49 +0000 (17:45 +0100)
src/spec/ifaceprint.py
src/spec/m_class.py

index 55b820d2bf376c5d9d908204177845b4d7f3e3ef..ee6e9c0ada43fbc7b987b29a3a38b7066ed3588f 100644 (file)
@@ -81,7 +81,7 @@ def display_fns(of, bankspec, pins, function_names):
     for fname in fnidx:
         fnbase = find_fn(fname, fn_names)
         assert fnbase in function_names, "fn %s not in descriptions %s" % \
-                    (fname, str(function_names.keys()))
+            (fname, str(function_names.keys()))
         #print "name", fname, fnbase
         if fnbase != current_fn:
             if current_fn is not None:
index 8ad6d5f3159d0740dc160a0ef234e095b47fe25f..4d6610670179f9ddb5257935ea6f9632c5bf052b 100644 (file)
@@ -104,11 +104,11 @@ def pinspec():
 
     ps = PinSpec(pinbanks, fixedpins, function_names,
                  {'lcd': {'bus': 'fastbus',
-                  'mmap': [['Cfg', 0x20000, 10]
-                           ]},
+                          'mmap': [['Cfg', 0x20000, 10]
+                                   ]},
                   'jtag': {'bus': 'fastbus'},
                   'fb': {'bus': 'fastbus'},
-                 })
+                  })
 
     # Bank A, 0-15
     ps.gpio("", ('A', 0), 0, 0, 16)
@@ -326,7 +326,7 @@ def pinspec():
         'for example GL850G or FE1.1. '
         'Connects to 2/3/4G/LTE Modem, 2x USB-Camera (VC0345)',
         'MMC0': 'internal, multiplexed with JTAG0\n'
-               'and UART0, for debug purposes',
+        'and UART0, for debug purposes',
         'F1:IIS': 'I2C Audio, connect to AC97 Audio IC',
         'TWI1': 'Connect to AC97 Audio IC',
         'E2:QUART1': 'Connect to BT on AP6234/AP6335',
@@ -467,7 +467,7 @@ def pinspec():
                    'as well as USB Host or USB Device',
         'ULPI0/8': 'USB2 Host, connect to ULPI PHY',
         'MMC0': 'internal, multiplexed with JTAG0\n'
-               'and UART0, for debug purposes',
+        'and UART0, for debug purposes',
         'C3:QUART0': 'Connect to HSPA UART',
         'E2:QUART1': 'Connect to BT UART',
         'E2:MMC2': 'Connect to WIFI',