]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: musb_am335x: source cleanup
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 17 Jul 2014 09:51:12 +0000 (11:51 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 27 Aug 2014 08:41:16 +0000 (10:41 +0200)
- remove comma after end of list delimiter
  The empty entry must always be the last item in the list, thus there
  is no point in having a trailing comma to facilitate adding
  succeding entries.
  Remove the comma, so that inadvertedly adding an entry after the end
  of list sentinel will produce a compile time error rather than an
  unreachable entry in the list.
- consistently use tabs for indentation

Conflicts:
drivers/usb/musb/musb_am335x.c

drivers/usb/musb/musb_am335x.c

index 1e58ed2361cc45044ba22b167c12e22af66f1ff3..30b5245007adb30327ef8f2a1a392b153f2b920e 100644 (file)
@@ -21,7 +21,7 @@ err:
 
 static const struct of_device_id am335x_child_of_match[] = {
        { .compatible = "ti,am33xx-usb" },
-       {  },
+       {  }
 };
 MODULE_DEVICE_TABLE(of, am335x_child_of_match);