Hello, This series of patches cleans up drivers/usb/gadget/amd5536udc.c, fixing the 33 warnings returned by scripts/checkpatch.pl. Patch 1/6 removes unneeded braces around one-line statements in if statements and loops. Patch 2/6 removes unneeded whitespaces before '\n' in various strings. Patch 3/6 fixes the indentation of a block. Patch 4/6 uses the DEFINE_PCI_DEVICE_TABLE macro rather than "const struct pci_device_id". Patch 5/6 fixes the type of the ep_string variable. Patch 6/6 removes a CVS marker that is no longer relevant. These patches should be trivial and unlikely to break anything. Regards, Cyril Roelandt. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html