* [PATCH v3] Staging: media: vino: Add blank line
@ 2015-02-19 21:05 Ksenija Stanojevic
2015-02-19 21:13 ` [Outreachy kernel] " Julia Lawall
2015-02-24 23:20 ` Greg KH
0 siblings, 2 replies; 3+ messages in thread
From: Ksenija Stanojevic @ 2015-02-19 21:05 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Ksenija Stanojevic
This patch fixes the checkpatch.pl warning:
WARNING: "Missing a blank line after declarations"
Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
---
v3: Use of imperative language(add instead of added).
v2: Fixed e-mail address.
drivers/staging/media/vino/saa7191.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/media/vino/saa7191.c b/drivers/staging/media/vino/saa7191.c
index 29e3296..f223e47 100644
--- a/drivers/staging/media/vino/saa7191.c
+++ b/drivers/staging/media/vino/saa7191.c
@@ -521,6 +521,7 @@ static int saa7191_s_ctrl(struct v4l2_subdev *sd, struct v4l2_control *ctrl)
break;
case SAA7191_CONTROL_LUMA_DELAY: {
s32 value = ctrl->value;
+
if (value < 0)
value += 8;
reg = saa7191_read_reg(sd, SAA7191_REG_CTL3);
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Outreachy kernel] [PATCH v3] Staging: media: vino: Add blank line
2015-02-19 21:05 [PATCH v3] Staging: media: vino: Add blank line Ksenija Stanojevic
@ 2015-02-19 21:13 ` Julia Lawall
2015-02-24 23:20 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2015-02-19 21:13 UTC (permalink / raw)
To: Ksenija Stanojevic; +Cc: outreachy-kernel
On Thu, 19 Feb 2015, Ksenija Stanojevic wrote:
> This patch fixes the checkpatch.pl warning:
> WARNING: "Missing a blank line after declarations"
>
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> ---
> v3: Use of imperative language(add instead of added).
The subject line looks better. Don't send a patch for this, because it is
below the --- so it doesn't matter, but there should be a space before the
( in this message.
julia
> v2: Fixed e-mail address.
> drivers/staging/media/vino/saa7191.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/media/vino/saa7191.c b/drivers/staging/media/vino/saa7191.c
> index 29e3296..f223e47 100644
> --- a/drivers/staging/media/vino/saa7191.c
> +++ b/drivers/staging/media/vino/saa7191.c
> @@ -521,6 +521,7 @@ static int saa7191_s_ctrl(struct v4l2_subdev *sd, struct v4l2_control *ctrl)
> break;
> case SAA7191_CONTROL_LUMA_DELAY: {
> s32 value = ctrl->value;
> +
> if (value < 0)
> value += 8;
> reg = saa7191_read_reg(sd, SAA7191_REG_CTL3);
> --
> 1.9.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1424379952-21236-1-git-send-email-ksenija.stanojevic%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [Outreachy kernel] [PATCH v3] Staging: media: vino: Add blank line
2015-02-19 21:05 [PATCH v3] Staging: media: vino: Add blank line Ksenija Stanojevic
2015-02-19 21:13 ` [Outreachy kernel] " Julia Lawall
@ 2015-02-24 23:20 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-02-24 23:20 UTC (permalink / raw)
To: Ksenija Stanojevic; +Cc: outreachy-kernel
On Thu, Feb 19, 2015 at 10:05:52PM +0100, Ksenija Stanojevic wrote:
> This patch fixes the checkpatch.pl warning:
> WARNING: "Missing a blank line after declarations"
>
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> ---
> v3: Use of imperative language(add instead of added).
> v2: Fixed e-mail address.
> drivers/staging/media/vino/saa7191.c | 1 +
This file is no longer in the tree, so I can't accept a patch for it,
sorry :(
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-24 23:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 21:05 [PATCH v3] Staging: media: vino: Add blank line Ksenija Stanojevic
2015-02-19 21:13 ` [Outreachy kernel] " Julia Lawall
2015-02-24 23:20 ` 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.