linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] isdn: hysdn: fix code style error from checkpatch
@ 2019-08-02 19:50 Ricardo Bruno Lopes da Silva
  2019-08-02 21:54 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Bruno Lopes da Silva @ 2019-08-02 19:50 UTC (permalink / raw)
  To: isdn; +Cc: gregkh, netdev, devel, linux-kernel, lkcamp

Fix error bellow from checkpatch.

WARNING: Block comments use * on subsequent lines
+/***********************************************************
+

Signed-off-by: Ricardo Bruno Lopes da Silva <ricardo6142@gmail.com>
---
 Hi! This is my first patch, I am learning how to contribute to Linux
kernel. Let me know if you have any suggestions.

Thanks, 
Ricardo Bruno

 drivers/staging/isdn/hysdn/hycapi.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/staging/isdn/hysdn/hycapi.c b/drivers/staging/isdn/hysdn/hycapi.c
index a2c15cd7b..b7ba28d40 100644
--- a/drivers/staging/isdn/hysdn/hycapi.c
+++ b/drivers/staging/isdn/hysdn/hycapi.c
@@ -107,11 +107,8 @@ hycapi_remove_ctr(struct capi_ctr *ctrl)
 	card->hyctrlinfo = NULL;
 }
 
-/***********************************************************
-
-Queue a CAPI-message to the controller.
+/* Queue a CAPI-message to the controller. */
 
-***********************************************************/
 
 static void
 hycapi_sendmsg_internal(struct capi_ctr *ctrl, struct sk_buff *skb)
-- 
2.20.1


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

* Re: [PATCH] isdn: hysdn: fix code style error from checkpatch
  2019-08-02 19:50 [PATCH] isdn: hysdn: fix code style error from checkpatch Ricardo Bruno Lopes da Silva
@ 2019-08-02 21:54 ` Stephen Hemminger
  2019-08-05 18:52   ` [Lkcamp] " Helen Koike
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2019-08-02 21:54 UTC (permalink / raw)
  To: Ricardo Bruno Lopes da Silva
  Cc: isdn, gregkh, netdev, devel, linux-kernel, lkcamp

On Fri,  2 Aug 2019 19:50:17 +0000
Ricardo Bruno Lopes da Silva <ricardo6142@gmail.com> wrote:

> Fix error bellow from checkpatch.
> 
> WARNING: Block comments use * on subsequent lines
> +/***********************************************************
> +
> 
> Signed-off-by: Ricardo Bruno Lopes da Silva <ricardo6142@gmail.com>

Read the TODO, these drivers are scheduled for removal, so changes
are not helpful at this time.

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

* Re: [Lkcamp] [PATCH] isdn: hysdn: fix code style error from checkpatch
  2019-08-02 21:54 ` Stephen Hemminger
@ 2019-08-05 18:52   ` Helen Koike
  0 siblings, 0 replies; 3+ messages in thread
From: Helen Koike @ 2019-08-05 18:52 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: Ricardo Bruno Lopes da Silva, devel, Karsten Keil, Greg KH,
	linux-kernel, lkcamp, netdev

Hi,

On Fri, Aug 2, 2019 at 6:55 PM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> On Fri,  2 Aug 2019 19:50:17 +0000
> Ricardo Bruno Lopes da Silva <ricardo6142@gmail.com> wrote:
>
> > Fix error bellow from checkpatch.
> >
> > WARNING: Block comments use * on subsequent lines
> > +/***********************************************************
> > +
> >
> > Signed-off-by: Ricardo Bruno Lopes da Silva <ricardo6142@gmail.com>
>
> Read the TODO, these drivers are scheduled for removal, so changes
> are not helpful at this time.

I'm sorry, it was me who suggested Ricardo to make this change
as his first contribution, I didn't see the TODO file.

Ricardo, it would be great if you could send a patch to another staging driver
to get starting and to learn how the kernel development cycle works.
Feel free to ping me or the lkcamp group if you want some pointers/guidance.

Thanks both for your contribution.
Helen

>
> _______________________________________________
> Lkcamp mailing list
> Lkcamp@lists.libreplanetbr.org
> https://lists.libreplanetbr.org/mailman/listinfo/lkcamp

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

end of thread, other threads:[~2019-08-05 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02 19:50 [PATCH] isdn: hysdn: fix code style error from checkpatch Ricardo Bruno Lopes da Silva
2019-08-02 21:54 ` Stephen Hemminger
2019-08-05 18:52   ` [Lkcamp] " Helen Koike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).