commit | c8604656b0e00a586cd5babff197838a53befff3 | [log] [tgz] |
---|---|---|
author | Saurav Girepunje <saurav.girepunje@gmail.com> | Sun Apr 18 23:17:20 2021 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 22 10:49:22 2021 +0200 |
tree | 510c821223f7ed42a2dde79acb8d908969a775c9 | |
parent | 4a5d797a9f9c4f18585544237216d7812686a71f [diff] |
usb: musb: musb_core: Add space after that ',' Fix Error reported by checkpatch.pl ERROR: space required after that ',' (ctx:VxV) +#define can_bulk_split(musb,type) \ ^ ERROR: space required after that ',' (ctx:VxV) +#define can_bulk_combine(musb,type) \ ^ Signed-off-by: Saurav Girepunje <saurav.girepunje@google.com> Link: https://lore.kernel.org/r/20210418174720.GA59520@user Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>