All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/usb: Fix Coding Style Error
@ 2022-02-10 13:08 Husni Faiz
  2022-02-10 13:46 ` Greg KH
  2022-02-10 19:18 ` [PATCH v2] usb: Fix Trailing Whitespace " Husni Faiz
  0 siblings, 2 replies; 5+ messages in thread
From: Husni Faiz @ 2022-02-10 13:08 UTC (permalink / raw)
  To: b-liu, gregkh; +Cc: Husni Faiz, linux-usb, linux-kernel

Signed-off-by: Husni Faiz <ahamedhusni73@gmail.com>


Removed trailing whitespace.

---
 drivers/usb/musb/musb_host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c
index 9ff7d891b4b7..cf25a2b7e3bb 100644
--- a/drivers/usb/musb/musb_host.c
+++ b/drivers/usb/musb/musb_host.c
@@ -563,7 +563,7 @@ musb_rx_reinit(struct musb *musb, struct musb_qh *qh, u8 epnum)
 	ep->rx_reinit = 0;
 }
 
-static void musb_tx_dma_set_mode_mentor(struct musb_hw_ep *hw_ep, 
+static void musb_tx_dma_set_mode_mentor(struct musb_hw_ep *hw_ep,
 					struct musb_qh *qh,
 					u32 *length, u8 *mode)
 {
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-12  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 13:08 [PATCH] drivers/usb: Fix Coding Style Error Husni Faiz
2022-02-10 13:46 ` Greg KH
2022-02-10 19:18 ` [PATCH v2] usb: Fix Trailing Whitespace " Husni Faiz
2022-02-11  9:55   ` Greg KH
     [not found]     ` <CAFjpAKoLYDeY6FrRAebBkbasgLoxPzvUjQH3hE7iJgSpkNfaRQ@mail.gmail.com>
2022-02-12  7:05       ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.