All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/6] staging: hp100: Properly indent the multiline comment
@ 2020-03-25 14:15 Soumyajit Deb
  2020-03-25 18:36 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Soumyajit Deb @ 2020-03-25 14:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, perex, sbrivio, Soumyajit Deb

Shift the end of multiline comment "*/" to the next line.
Reported by checkpatch.pl

Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
---
Changes in v2:
  -Remove the blank line after the end of multiline comment.

 drivers/staging/hp/hp100.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/hp100.c
index ba9595facda1..31d1ee6182dd 100644
--- a/drivers/staging/hp/hp100.c
+++ b/drivers/staging/hp/hp100.c
@@ -262,7 +262,8 @@ static void hp100_RegisterDump(struct net_device *dev);
  * This work *only* for memory fragments part of lp->page_vaddr,
  * because it was properly DMA allocated via pci_alloc_consistent(),
  * so we just need to "retrieve" the original mapping to bus/phys/dma
- * address - Jean II */
+ * address - Jean II
+ */
 static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 *ptr)
 {
 	struct hp100_private *lp = netdev_priv(dev);
-- 
2.17.1



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

* Re: [PATCH v2 1/6] staging: hp100: Properly indent the multiline comment
  2020-03-25 14:15 [PATCH v2 1/6] staging: hp100: Properly indent the multiline comment Soumyajit Deb
@ 2020-03-25 18:36 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-03-25 18:36 UTC (permalink / raw)
  To: Soumyajit Deb; +Cc: outreachy-kernel, perex, sbrivio

On Wed, Mar 25, 2020 at 07:45:40PM +0530, Soumyajit Deb wrote:
> Shift the end of multiline comment "*/" to the next line.
> Reported by checkpatch.pl
> 
> Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
> ---
> Changes in v2:
>   -Remove the blank line after the end of multiline comment.

Where are the other 5 patches in this series?  I only received patch 1/6
here.

thanks,

greg k-h


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

end of thread, other threads:[~2020-03-25 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-25 14:15 [PATCH v2 1/6] staging: hp100: Properly indent the multiline comment Soumyajit Deb
2020-03-25 18:36 ` 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.