From: Dmitrii Wolf <[email protected]>
Fixed a coding style issue.
---
drivers/staging/media/atomisp/pci/atomisp_csi2.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/pci/atomisp_csi2.c b/drivers/staging/media/atomisp/pci/atomisp_csi2.c
index 060b8765ae96..200f16994f3a 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_csi2.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_csi2.c
@@ -29,7 +29,8 @@ static struct v4l2_mbus_framefmt *__csi2_get_format(struct
v4l2_subdev_pad_config *cfg,
enum
v4l2_subdev_format_whence
- which, unsigned int pad) {
+ which, unsigned int pad)
+{
if (which == V4L2_SUBDEV_FORMAT_TRY)
return v4l2_subdev_get_try_format(&csi2->subdev, cfg, pad);
else
--
2.25.1
Hi Dmitrii,
On Sat, Apr 10, 2021 at 10:16:56PM +0300, [email protected] wrote:
> From: Dmitrii Wolf <[email protected]>
>
> Fixed a coding style issue.
You'll need a Signed-off-by: line here. Please see
Documentation/process/submitting-patches.rst .
--
Kind regards,
Sakari Ailus
On Fri, Apr 30, 2021 at 10:54:23AM +0300, Sakari Ailus wrote:
> Hi Dmitrii,
>
> On Sat, Apr 10, 2021 at 10:16:56PM +0300, [email protected] wrote:
> > From: Dmitrii Wolf <[email protected]>
> >
> > Fixed a coding style issue.
>
> You'll need a Signed-off-by: line here. Please see
> Documentation/process/submitting-patches.rst .
Oh well. Please ignore. I see this was fixed in another patch (please use
v2 on the next time for the second version).
--
Sakari Ailus