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


Groups > linux.kernel > #1209920

[PATCH] /media/davinci_vpfe/dm365_resizer.c:Bug containing more than 80 characters in a line is fixed.

From Ravinder Atla <rednivaralat@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] /media/davinci_vpfe/dm365_resizer.c:Bug containing more than 80 characters in a line is fixed.
Date 2015-08-19 17:50 +0200
Message-ID <pZdMK-1OT-23@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Ravinder Atla <rednivaralat@gmail.com>
---
 drivers/staging/media/davinci_vpfe/dm365_resizer.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_resizer.c b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
index 6218230..273aea3 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_resizer.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_resizer.c
@@ -1393,8 +1393,8 @@ resizer_try_format(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg,
  * return -EINVAL or zero on success
  */
 static int resizer_set_format(struct v4l2_subdev *sd,
-		struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *
-					fmt)
+		struct v4l2_subdev_pad_config *cfg,
+		struct v4l2_subdev_format *fmt)
 {
 	struct vpfe_resizer_device *resizer = v4l2_get_subdevdata(sd);
 	struct v4l2_mbus_framefmt *format;
@@ -1454,8 +1454,8 @@ static int resizer_set_format(struct v4l2_subdev *sd,
  * return -EINVAL or zero on success
  */
 static int resizer_get_format(struct v4l2_subdev *sd,
-		struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *
-				fmt)
+		struct v4l2_subdev_pad_config *cfg,
+		struct v4l2_subdev_format *fmt)
 {
 	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/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] /media/davinci_vpfe/dm365_resizer.c:Bug containing more than 80 characters  in a line is fixed. Ravinder Atla <rednivaralat@gmail.com> - 2015-08-19 17:50 +0200

csiph-web