]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc04653d662986eb17c34ba5f66a0c432f96f9c24
tree510c821223f7ed42a2dde79acb8d908969a775c9
parent2302a288a4dded5a4bd0f4c8acf163e07007dd2e
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