Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1203181 > unrolled thread

[PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue

Started byJunsu Shin <jjunes0@gmail.com>
First post2015-08-08 08:40 +0200
Last post2015-08-08 12:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue Junsu Shin <jjunes0@gmail.com> - 2015-08-08 08:40 +0200
    Re: [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters  coding style issue Dan Carpenter <dan.carpenter@oracle.com> - 2015-08-08 12:00 +0200

#1203181 — [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue

FromJunsu Shin <jjunes0@gmail.com>
Date2015-08-08 08:40 +0200
Subject[PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue
Message-ID<pV5Xr-7BF-9@gated-at.bofh.it>
This is a patch to the dm365_ipipe.c that fixes over 80 characters warning detected.
Signed-off-by: Junsu Shin <jjunes0@gmail.com>
---
 drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
index 1bbb90c..a474adf 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
@@ -1536,8 +1536,9 @@ ipipe_get_format(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg,
  * @fse: pointer to v4l2_subdev_frame_size_enum structure.
  */
 static int
-ipipe_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg,
-			  struct v4l2_subdev_frame_size_enum *fse)
+ipipe_enum_frame_size(struct v4l2_subdev *sd,
+		       struct v4l2_subdev_pad_config *cfg,
+		       struct v4l2_subdev_frame_size_enum *fse)
 {
 	struct vpfe_ipipe_device *ipipe = v4l2_get_subdevdata(sd);
 	struct v4l2_mbus_framefmt format;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1203238 — Re: [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue

FromDan Carpenter <dan.carpenter@oracle.com>
Date2015-08-08 12:00 +0200
SubjectRe: [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue
Message-ID<pV950-3zD-17@gated-at.bofh.it>
In reply to#1203181
On Sat, Aug 08, 2015 at 01:30:48AM -0500, Junsu Shin wrote:
> This is a patch to the dm365_ipipe.c that fixes over 80 characters warning detected.
> Signed-off-by: Junsu Shin <jjunes0@gmail.com>

Put a blank line before the Signed-off-by.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web