linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue
@ 2015-08-08  6:30 Junsu Shin
  2015-08-08  9:55 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Junsu Shin @ 2015-08-08  6:30 UTC (permalink / raw)
  To: mchehab, gregkh
  Cc: hans.verkuil, prabhakar.csengg, laurent.pinchart, s.nawrocki,
	boris.brezillon, mahfouz.saif.elyazal, linux-media, devel,
	linux-kernel, Junsu Shin

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue
  2015-08-08  6:30 [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue Junsu Shin
@ 2015-08-08  9:55 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2015-08-08  9:55 UTC (permalink / raw)
  To: Junsu Shin
  Cc: mchehab, gregkh, devel, boris.brezillon, linux-kernel,
	prabhakar.csengg, hans.verkuil, laurent.pinchart, s.nawrocki,
	linux-media

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-08  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-08  6:30 [PATCH] Staging: media: davinci_vpfe: Fix over 80 characters coding style issue Junsu Shin
2015-08-08  9:55 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).