Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1531942 > unrolled thread
| Started by | Elias Carter <edcarter@ualberta.ca> |
|---|---|
| First post | 2016-11-29 08:00 +0100 |
| Last post | 2016-11-29 22:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue Elias Carter <edcarter@ualberta.ca> - 2016-11-29 08:00 +0100
Re: [PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue Greg KH <gregkh@linuxfoundation.org> - 2016-11-29 22:10 +0100
| From | Elias Carter <edcarter@ualberta.ca> |
|---|---|
| Date | 2016-11-29 08:00 +0100 |
| Subject | [PATCH] Staging: comedi: cb_pcidda: fixed a comment style issue |
| Message-ID | <sIKyt-4QB-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-11-29 22:10 +0100 |
| Message-ID | <sIXP4-5gZ-19@gated-at.bofh.it> |
| In reply to | #1531942 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web