]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit71e3b214f6ae7a04ebb45c16188c1f3e81b1d79a
tree02b90b717385212220a519fd60497ccb707bf762
parent14287d2e6ce739a6d27e9e9a3681fc4bf49f4492
usb: musb_am335x: source cleanup

- 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