public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: musbhsdma: Add space after that ','.
@ 2016-06-01 13:49 Sandhya Bankar
  2016-06-02 21:32 ` Bin Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Sandhya Bankar @ 2016-06-01 13:49 UTC (permalink / raw)
  To: b-liu, gregkh, linux-usb, linux-kernel

Add space after that ','.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
 drivers/usb/musb/musbhsdma.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/musb/musbhsdma.h b/drivers/usb/musb/musbhsdma.h
index f7b13fd2..46a2bb9 100644
--- a/drivers/usb/musb/musbhsdma.h
+++ b/drivers/usb/musb/musbhsdma.h
@@ -113,7 +113,7 @@ static inline void musb_write_hsdma_count(void __iomem *mbase,
 				u8 bchannel, u32 len)
 {
 	musb_writew(mbase,
-		MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_COUNT_LOW),len);
+		MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_COUNT_LOW), len);
 	musb_writew(mbase,
 		MUSB_HSDMA_CHANNEL_OFFSET(bchannel, MUSB_HSDMA_COUNT_HIGH),
 		(len >> 16));
-- 
1.8.3.4

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

* Re: [PATCH] usb: musbhsdma: Add space after that ','.
  2016-06-01 13:49 [PATCH] usb: musbhsdma: Add space after that ',' Sandhya Bankar
@ 2016-06-02 21:32 ` Bin Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Liu @ 2016-06-02 21:32 UTC (permalink / raw)
  To: Sandhya Bankar; +Cc: gregkh, linux-usb, linux-kernel

Hi,

On Wed, Jun 01, 2016 at 09:49:35AM -0400, Sandhya Bankar wrote:
> Add space after that ','.
> 
> Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>

Please revise the subject prefix to "usb: musb: musbhsdma: ...".

Regards,
-Bin.

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

end of thread, other threads:[~2016-06-02 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 13:49 [PATCH] usb: musbhsdma: Add space after that ',' Sandhya Bankar
2016-06-02 21:32 ` Bin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox