diff mbox series

[v2] usb: Fix Trailing Whitespace Coding Style Error

Message ID 20220210191838.398373-1-ahamedhusni73@gmail.com
State Superseded
Headers show
Series [v2] usb: Fix Trailing Whitespace Coding Style Error | expand

Commit Message

Ahamed Husni Feb. 10, 2022, 7:18 p.m. UTC
Removed Trailing whitespace.

Signed-off-by: Husni Faiz <ahamedhusni73@gmail.com>
---
 drivers/usb/musb/musb_host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Feb. 12, 2022, 7:05 a.m. UTC | #1
A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

A: No.
Q: Should I include quotations after my reply?

http://daringfireball.net/2007/07/on_top

On Fri, Feb 11, 2022 at 11:48:41PM +0530, Ahamed Husni wrote:
> Hi all,
> 
> In the patch V1 I had added the changelog in the wrong section.
> In the patch V2 I have corrected it and also changed the commit message
> subject line.
> No code changes were made from the patch V1. Should I create a V3 patch
> mentioning this?

Please do, I can not take it like this.

greg k-h
diff mbox series

Patch

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)
 {