usb: musb: musb_core: Add space after that ','
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Sun, 18 Apr 2021 17:47:20 +0000 (23:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Apr 2021 08:49:22 +0000 (10:49 +0200)
commitc8604656b0e00a586cd5babff197838a53befff3
tree510c821223f7ed42a2dde79acb8d908969a775c9
parent4a5d797a9f9c4f18585544237216d7812686a71f
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>
drivers/usb/musb/musb_core.h