From: "André Almeida" <andrealmeid@collabora.com>
To: linux-media@vger.kernel.org
Cc: mchehab@kernel.org, hverkuil@xs4all.nl,
helen.koike@collabora.com, kernel@collabora.com,
linux-kernel@vger.kernel.org,
"André Almeida" <andrealmeid@collabora.com>
Subject: [PATCH v2 2/5] media: vimc: stream: fix style of argument description
Date: Mon, 24 Jun 2019 09:37:26 -0300 [thread overview]
Message-ID: <20190624123729.5847-2-andrealmeid@collabora.com> (raw)
In-Reply-To: <20190624123729.5847-1-andrealmeid@collabora.com>
As in "Function parameters" at doc-guide/kernel-doc.rst, "the
continuation of the description should start at the same column as the
previous line". Make the @producer_pixfmt comply with that.
Signed-off-by: André Almeida <andrealmeid@collabora.com>
---
Changes in v2: none
drivers/media/platform/vimc/vimc-streamer.h | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/media/platform/vimc/vimc-streamer.h b/drivers/media/platform/vimc/vimc-streamer.h
index 28c3706e3c21..d744a787e0e7 100644
--- a/drivers/media/platform/vimc/vimc-streamer.h
+++ b/drivers/media/platform/vimc/vimc-streamer.h
@@ -26,10 +26,12 @@
* @pipe_size: size of @ved_pipeline
* @kthread: thread that generates the frames of the stream.
* @producer_pixfmt: the pixel format requested from the pipeline. This must
- * be set just before calling vimc_streamer_s_stream(ent, 1). This value is
- * propagated up to the source of the base image (usually a sensor node) and
- * can be modified by entities during s_stream callback to request a different
- * format from rest of the pipeline.
+ * be set just before calling
+ * vimc_streamer_s_stream(ent, 1). This value is propagated
+ * up to the source of the base image (usually a sensor
+ * node) and can be modified by entities during s_stream
+ * callback to request a differentformat from rest of
+ * the pipeline.
*
* When the user call stream_on in a video device, struct vimc_stream is
* used to keep track of all entities and subdevices that generates and
--
2.22.0
next prev parent reply other threads:[~2019-06-24 12:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-24 12:37 [PATCH v2 1/5] media: vimc: stream: remove obsolete function doc André Almeida
2019-06-24 12:37 ` André Almeida [this message]
2019-06-24 12:37 ` [PATCH v2 3/5] media: vimc: stream: format comments as kernel-doc André Almeida
2019-06-24 12:37 ` [PATCH v2 4/5] media: vimc.rst: Add a proper alt attribute to vimc.dot André Almeida
2019-06-24 12:37 ` [PATCH v2 5/5] media: vimc.rst: add vimc-streamer source documentation André Almeida
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=20190624123729.5847-2-andrealmeid@collabora.com \
--to=andrealmeid@collabora.com \
--cc=helen.koike@collabora.com \
--cc=hverkuil@xs4all.nl \
--cc=kernel@collabora.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®