* [PATCH] add blank line after declarations
@ 2017-04-07 12:41 Manny Vindiola
2017-04-08 11:03 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Manny Vindiola @ 2017-04-07 12:41 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Greg Kroah-Hartman, Alan Cox, linux-media,
devel, linux-kernel
Cc: Manny Vindiola
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] add blank line after declarations
2017-04-07 12:41 [PATCH] add blank line after declarations Manny Vindiola
@ 2017-04-08 11:03 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-08 11:03 UTC (permalink / raw)
To: Manny Vindiola
Cc: Mauro Carvalho Chehab, Alan Cox, linux-media, devel, linux-kernel
On Fri, Apr 07, 2017 at 08:41:11AM -0400, Manny Vindiola wrote:
> 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(+)
Your subject line needs a lot of work, please read the reference
material I sent you for your last patch...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-08 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-07 12:41 [PATCH] add blank line after declarations Manny Vindiola
2017-04-08 11:03 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox