From: Manny Vindiola <mannyv@gmail.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Alan Cox <alan@linux.intel.com>,
linux-media@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Cc: Manny Vindiola <mannyv@gmail.com>
Subject: [PATCH] add blank line after declarations
Date: Fri, 7 Apr 2017 08:41:11 -0400 [thread overview]
Message-ID: <1491568871-22111-1-git-send-email-mannyv@gmail.com> (raw)
Add blank line after variable declarations as part of checkpatch.pl style fixup.
Signed-off-by: Manny Vindiola <mannyv@gmail.com>
---
drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c b/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c
index 996d1bd..48b9604 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c
+++ b/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c
@@ -56,6 +56,7 @@ static int tpg_set_fmt(struct v4l2_subdev *sd,
struct v4l2_subdev_format *format)
{
struct v4l2_mbus_framefmt *fmt = &format->format;
+
if (format->pad)
return -EINVAL;
/* only raw8 grbg is supported by TPG */
--
2.7.4
next reply other threads:[~2017-04-07 12:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 12:41 Manny Vindiola [this message]
2017-04-08 11:03 ` [PATCH] add blank line after declarations Greg Kroah-Hartman
[not found] <20210428081412.dyxwuh3soluhd4h6@sanjana-VirtualBox>
2021-04-28 8:26 ` [PATCH] Add " Borislav Petkov
-- strict thread matches above, loose matches on Subject: below --
2021-04-28 9:26 Sanjana Srinidhi
2021-04-28 19:52 Sanjana Srinidhi
2021-04-29 8:54 Sanjana Srinidhi
2021-04-29 9:25 Sanjana Srinidhi
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=1491568871-22111-1-git-send-email-mannyv@gmail.com \
--to=mannyv@gmail.com \
--cc=alan@linux.intel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox