[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1330132502-17057-1-git-send-email-tipecaml@gmail.com>
Date: Sat, 25 Feb 2012 02:14:56 +0100
From: Cyril Roelandt <tipecaml@...il.com>
To: balbi@...com
Cc: dahlmann.thomas@...or.de, gregkh@...uxfoundation.org,
linux-geode@...ts.infradead.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] drivers/usb/gadget/amd5536udc.c: code cleanup.
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists