All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue
@ 2016-11-29  6:50 Elias Carter
  2016-11-29 21:02 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Elias Carter @ 2016-11-29  6:50 UTC (permalink / raw)
  To: gregkh; +Cc: hsweeten, abbotti, linux-kernel, Elias Carter

Fixed a coding style issue

Signed-off-by: Elias Carter <edcarter@ualberta.ca>
---
 drivers/staging/comedi/drivers/cb_pcidda.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/cb_pcidda.c b/drivers/staging/comedi/drivers/cb_pcidda.c
index ccb37d1..9874147 100644
--- a/drivers/staging/comedi/drivers/cb_pcidda.c
+++ b/drivers/staging/comedi/drivers/cb_pcidda.c
@@ -248,8 +248,8 @@ static void cb_pcidda_write_caldac(struct comedi_device *dev,
 	cb_pcidda_serial_out(dev, value, num_caldac_bits);
 
 /*
-* latch stream into appropriate caldac deselect reference dac
-*/
+ * latch stream into appropriate caldac deselect reference dac
+ */
 	cal2_bits = DESELECT_REF_DAC_BIT | DUMMY_BIT;
 	/*  deactivate caldacs (one caldac for every two channels) */
 	for (i = 0; i < max_num_caldacs; i++)
-- 
2.9.3

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

* Re: [PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue
  2016-11-29  6:50 [PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue Elias Carter
@ 2016-11-29 21:02 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-11-29 21:02 UTC (permalink / raw)
  To: Elias Carter; +Cc: hsweeten, abbotti, linux-kernel

On Mon, Nov 28, 2016 at 10:50:33PM -0800, Elias Carter wrote:
> Fixed a coding style issue

What one?  Be specific.

> 
> Signed-off-by: Elias Carter <edcarter@ualberta.ca>
> ---
>  drivers/staging/comedi/drivers/cb_pcidda.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

This patch doesn't apply to my tree, are you sure you made it against
the correct one?

And always use scripts/get_maintainer.pl to find the correct mailing
list to send patches to.

thanks,

greg k-h

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29  6:50 [PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue Elias Carter
2016-11-29 21:02 ` 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.