Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1531034ybd; Sun, 23 Jun 2019 09:42:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqyLRnpGxy83LmY0XL8loJTPPHiVGPvE434VvQQxSptzij0zJLWZhKBkUY9Y5ta/KAK8KMJS X-Received: by 2002:a17:90a:ca11:: with SMTP id x17mr19866175pjt.107.1561308147980; Sun, 23 Jun 2019 09:42:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561308147; cv=none; d=google.com; s=arc-20160816; b=pFs47eBJg9Dkk9BiEB/KIXy4FsP1QnJXeUCiZLwW6QkphSXt0pikH2fvq3HHkz8cia jDgjLuf6MFjq715cO35GcMCrYRi8QX0X9row8u3oDiQDHAbzBR9zno3PQwaiCSBRMgVg bU0Rcoj974DLtrtjtidfgj8Mgs6hV8yDx7rch5hdYmJnekmwKpv4VpwxhXgi97CWvtkR vQWVy4Bb6cn4F/xapfDw3T+7I94SIOko/YHsZSL/71uDaIY5v26SUDrBiWZxhXWOyK8c b54JiZeml/KSBCuauLXc+R3LUfIy9duPtFXg8ltbJYv8DBu869fk+A6ngOgWYMD3H6EO mQDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=b7M4rEpZEbjdSGe2aCxXpF399wnpszGTHkeWrMZTL3g=; b=QoK7zVa5TN9VnMFr4l3sH/rMLlgiTiIXXoHxrCoWA1iZU33HokWzpX1ffqAh8r9j/7 AYAG39XUpcJeo6Gmuhx/waqOcbGpOPw4qSlMBmLrmCcfEuwfMQ4JM4t6jSU0nRUlcrMS EcVQtmE4IChap3HxlBQvFrdZCR/+AZpeMXNhGFQ/rihc5eQl5DtP1AQOUkEL2/jViOUj DWOZ8A23EZ0a1Azw5RhSePkACAGesiKKcMFk176kJGQBfVW6+6CDT7yqZrYt5TxMvtNb anxghzrAt2S+WApA3ZloXq9s2M1T10YvhkDny+UsVfO5dVxDM28RihZzOfz2eOMQ7W6w oNUQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id cx20si8645249pjb.97.2019.06.23.09.42.12; Sun, 23 Jun 2019 09:42:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726758AbfFWQmA (ORCPT + 99 others); Sun, 23 Jun 2019 12:42:00 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:42056 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726731AbfFWQl7 (ORCPT ); Sun, 23 Jun 2019 12:41:59 -0400 Received: from turingmachine.home (unknown [IPv6:2804:431:d719:dd85:d711:794d:1c68:5ed3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: tonyk) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id B9B5528430B; Sun, 23 Jun 2019 17:41:55 +0100 (BST) From: =?UTF-8?q?Andr=C3=A9=20Almeida?= 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, =?UTF-8?q?Andr=C3=A9=20Almeida?= Subject: [PATCH 2/5] media: vimc: stream: fix style of argument description Date: Sun, 23 Jun 2019 13:40:21 -0300 Message-Id: <20190623164024.9836-2-andrealmeid@collabora.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190623164024.9836-1-andrealmeid@collabora.com> References: <20190623164024.9836-1-andrealmeid@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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