All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kaaira Gupta <kgupta@es.iitr.ac.in>
To: Ian Abbott <abbotti@mev.co.uk>,
	H Hartley Sweeten <hsweeten@visionengravers.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	outreachy-kernel@googlegroups.com
Cc: Kaaira Gupta <kgupta@es.iitr.ac.in>
Subject: [PATCH 3/5] staging: comedi: drivers: add line after struct
Date: Thu, 12 Mar 2020 00:13:25 +0530	[thread overview]
Message-ID: <20200311184327.25338-4-kgupta@es.iitr.ac.in> (raw)
In-Reply-To: <20200311184327.25338-1-kgupta@es.iitr.ac.in>

Add a blank line after struct declaration

Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in>
---
 drivers/staging/comedi/drivers/das08.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/comedi/drivers/das08.c b/drivers/staging/comedi/drivers/das08.c
index 65e5f2e6c122..e6c1ff0e5beb 100644
--- a/drivers/staging/comedi/drivers/das08.c
+++ b/drivers/staging/comedi/drivers/das08.c
@@ -141,6 +141,7 @@ static const struct comedi_lrange *const das08_ai_lranges[] = {
 static const int das08_pgh_ai_gainlist[] = {
 	8, 0, 10, 2, 12, 4, 14, 6, 1, 3, 5, 7
 };
+
 static const int das08_pgl_ai_gainlist[] = { 8, 0, 2, 4, 6, 1, 3, 5, 7 };
 static const int das08_pgm_ai_gainlist[] = { 8, 0, 10, 12, 14, 9, 11, 13, 15 };
 
-- 
2.17.1



  parent reply	other threads:[~2020-03-11 18:43 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 18:43 [PATCH 0/5] patchset for clean-ups in comedi Kaaira Gupta
2020-03-11 18:43 ` [PATCH 1/5] staging: comedi: ni_mio_common.c: reformat code Kaaira Gupta
2020-03-11 23:20   ` [Outreachy kernel] " Stefano Brivio
2020-03-12  8:16   ` Greg Kroah-Hartman
2020-03-12 14:56     ` Kaaira Gupta
2020-03-12 15:25       ` Greg Kroah-Hartman
2020-03-11 18:43 ` [PATCH 2/5] staging: comedi: check condition in one statement Kaaira Gupta
2020-03-11 23:17   ` [Outreachy kernel] " Stefano Brivio
2020-03-12  8:17   ` Greg Kroah-Hartman
2020-03-12 14:54     ` Kaaira Gupta
2020-03-11 18:43 ` Kaaira Gupta [this message]
2020-03-12  8:18   ` [PATCH 3/5] staging: comedi: drivers: add line after struct Greg Kroah-Hartman
2020-03-12 14:53     ` Kaaira Gupta
2020-03-11 18:43 ` [PATCH 4/5] staging: comedi: add braces to prevent precedence Kaaira Gupta
2020-03-12  8:18   ` Greg Kroah-Hartman
2020-03-12 14:53     ` Kaaira Gupta
2020-03-11 18:43 ` [PATCH 5/5] staging: comedi: drivers: use unsigned int Kaaira Gupta
2020-03-11 20:51   ` [Outreachy kernel] " Julia Lawall
2020-03-11 22:11     ` Kaaira Gupta
2020-03-15 20:23       ` Stefano Brivio
2020-03-12  8:17   ` Greg Kroah-Hartman
2020-03-12 14:52     ` Kaaira Gupta
2020-03-12 15:21       ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200311184327.25338-4-kgupta@es.iitr.ac.in \
    --to=kgupta@es.iitr.ac.in \
    --cc=abbotti@mev.co.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.