Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2480514ybd; Mon, 24 Jun 2019 07:10:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqxBmdMq2sQ82m4KjYwO/95sbpraggav2qaJMJqBEoLYBxbdET7+Vfj0d6eGleuS8KGLwFhd X-Received: by 2002:a17:90a:b115:: with SMTP id z21mr25170932pjq.64.1561385443248; Mon, 24 Jun 2019 07:10:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561385443; cv=none; d=google.com; s=arc-20160816; b=rr6TV0bvoOLKSlAHXWawRoI/7mb7aG4w+rtdwEJpDXd09B+KaTjzoqKrsQukO48SyH qNUgVGaMgE85qO3DSJfgZ/l+188YHkMUPChnZYi9qQ2o1ft+LdWx+ZvSIAHB8lceg8zN EcGbVEiuftsQscl7yex/SN5B2KbJze9Qrn9FV+mbEGFV/Gr73jleGBn/CZWFWYDlw622 YXlNq9p2LGZHyqb6wvNCunRh2VJizVSHQjgDonyBvLx0P98dszuAGVV1e/pCaYWcctKL ZK18+4rRIXo0uADxHDuGF8gZ2kntFZyql1pj6rm/i9X8mO6R5WSe+J+Lpq28dwTDTpAC rfvg== 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=2LKopxMZzuIV4Y4HldbvwY72fFp/rb9Nt8hr5av0KcA=; b=qv03HEoR0OdGvP1Ja9n7wXuNRZj98ej2d43hFIuCEVuMqTLuR+KEAPNo2SqUTsZIGh Ko9q2k8CJOPAzuWw79Um364MC1UX3QMdj6Tm15XWlic7Qp83kixRyd9Lcpa/sGrP1VH0 B5Ykrxnd95TXePSL8w6ZJkmBNip29DDNneEbwAAyq5uzjdh13JpqfAVtLcsL8VfmzBLe W8I+mLcBm8LMoGChUOo12BNGCLmaRjKingb7sTAFqWsOW7FfJk2hU9kyEXbS77IV0OyR 8wxLzX5XQVKyLVUN6GWlspJODylXG97FB9fafJBQI/mcpGaMEPrZstqFm/OL3KNm6euh Ez4w== 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 e13si10558154pfn.24.2019.06.24.07.10.27; Mon, 24 Jun 2019 07:10:43 -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 S1730314AbfFXMjm (ORCPT + 99 others); Mon, 24 Jun 2019 08:39:42 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:48224 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726811AbfFXMjk (ORCPT ); Mon, 24 Jun 2019 08:39:40 -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 522552656C4; Mon, 24 Jun 2019 13:39:37 +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 v2 2/5] media: vimc: stream: fix style of argument description Date: Mon, 24 Jun 2019 09:37:26 -0300 Message-Id: <20190624123729.5847-2-andrealmeid@collabora.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190624123729.5847-1-andrealmeid@collabora.com> References: <20190624123729.5847-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 --- 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