All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Cc: Sakari Ailus <sakari.ailus@iki.fi>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>
Subject: [PATCH v2 1/9] media: v4l2-subdev: Fix indentation in v4l2-subdev.h
Date: Fri, 27 Oct 2023 12:16:41 +0300	[thread overview]
Message-ID: <20231027091649.10553-2-laurent.pinchart@ideasonboard.com> (raw)
In-Reply-To: <20231027091649.10553-1-laurent.pinchart@ideasonboard.com>

Fix a simple indentation issue in the v4l2-subdev.h header.

Fixes: f57fa2959244 ("media: v4l2-subdev: Add new ioctl for client capabilities")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
---
 include/uapi/linux/v4l2-subdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/v4l2-subdev.h b/include/uapi/linux/v4l2-subdev.h
index 4a195b68f28f..0401385fd8e9 100644
--- a/include/uapi/linux/v4l2-subdev.h
+++ b/include/uapi/linux/v4l2-subdev.h
@@ -239,7 +239,7 @@ struct v4l2_subdev_routing {
  * set (which is the default), the 'stream' fields will be forced to 0 by the
  * kernel.
  */
- #define V4L2_SUBDEV_CLIENT_CAP_STREAMS		(1U << 0)
+#define V4L2_SUBDEV_CLIENT_CAP_STREAMS		(1U << 0)
 
 /**
  * struct v4l2_subdev_client_capability - Capabilities of the client accessing
-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2023-10-27  9:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27  9:16 [PATCH v2 0/9] media: v4l2-subdev: Rename pad config 'try_*' fields Laurent Pinchart
2023-10-27  9:16 ` Laurent Pinchart [this message]
2023-10-27  9:16 ` [PATCH v2 2/9] media: v4l2-subdev: Drop outdated comment for v4l2_subdev_pad_config Laurent Pinchart
2023-10-27  9:16 ` [PATCH v2 3/9] media: microchip-isc: Remove dead code in pipeline validation Laurent Pinchart
2023-11-10 10:59   ` Eugen Hristev
2023-10-27  9:16 ` [PATCH v2 4/9] media: atmel-isi: Use accessors for pad config 'try_*' fields Laurent Pinchart
2023-10-27  9:16 ` [PATCH v2 5/9] media: atmel-isc: " Laurent Pinchart
2023-10-27  9:16 ` [PATCH v2 6/9] media: atomisp: " Laurent Pinchart
2023-10-27  9:16 ` [PATCH v2 7/9] media: tegra-video: " Laurent Pinchart
2023-10-27  9:16 ` [PATCH v2 8/9] media: i2c: " Laurent Pinchart
2023-10-27  9:16 ` [PATCH v2 9/9] media: v4l2-subdev: Rename " Laurent Pinchart
2023-10-30  6:32 [PATCH v2 6/9] media: atomisp: Use accessors for " kernel test robot
2023-10-31  1:51 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231027091649.10553-2-laurent.pinchart@ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=sakari.ailus@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.