From patchwork Tue Mar 23 08:12:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 407209 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11E74C433DB for ; Tue, 23 Mar 2021 08:13:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D39066023B for ; Tue, 23 Mar 2021 08:13:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229574AbhCWINE (ORCPT ); Tue, 23 Mar 2021 04:13:04 -0400 Received: from lb2-smtp-cloud7.xs4all.net ([194.109.24.28]:60783 "EHLO lb2-smtp-cloud7.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbhCWIMw (ORCPT ); Tue, 23 Mar 2021 04:12:52 -0400 Received: from cust-b5b5937f ([IPv6:fc0c:c16d:66b8:757f:c639:739b:9d66:799d]) by smtp-cloud7.xs4all.net with ESMTPA id Oc9fluZTNUzyrOc9jlOgMO; Tue, 23 Mar 2021 09:12:51 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=s2; t=1616487171; bh=si62qUFtVqHm3iGlgzUb6oTu1eOhHNbIV0wze389Etw=; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:From: Subject; b=tA72nz7XjbE0JnR+fh6MiNRu7JEJAfbJdBCDe1GtpjLuBQ9ri1xhpu62uX4jtZKXA GSL7wB8W85uiEClM9EXJbkPrdMsFJPzgj8D1F5NwAh5kpAg2wZto4EqYU4WFwkjwnT xxONdPBoM8Su8NpBLlz/TNuExZHdWyMTWYPkV4xtIiUaqSUIB7Jtqd70scTgE3y6B+ LSendZuYmuTs7J7KCpJI+KF0XHsm0ScoCcr2/CpAfbDe+XT/2LSlpMeRCx7FQxUHa7 aMY9AzGnerxsGEkTdymfPcbtXweDbTA5c4FdWJEDUozDbyQYD7ptraSO8EBBTngBI5 yN6uXxiFgYmbQ== To: Linux Media Mailing List Cc: Laurent Pinchart From: Hans Verkuil Subject: [PATCH] omap3isp.h: fix kernel-doc warnings Message-ID: <6365fce1-3023-8058-8f7f-abb6426c10ad@xs4all.nl> Date: Tue, 23 Mar 2021 09:12:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Language: en-US X-CMAE-Envelope: MS4xfHbyv2+h73RWw0oT4q1lydJczMHXcJIWENkL/sr3Fq6RJbRfUrcAmJ39WG9BaV8WyZopEoYNakQrlZ6h/UnkGEeYLB+TmJ4hos+bDjohT12Vmu26qDBX b3o9FFG8rATQ5qdCvOFDrWqRoR+aYeZul6jJqcHu0f3cAomBQYD1YDR7Hk6Q+EViwpYmSv5iGNkAct7RY5P6LdH5zxcWmQ5H/jW0FvTmTzTd2XFYFLNCoX1x AEP1Tm54BaJh2IkmghVASw== Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add missing documentation for two field. This fixes these kernel-doc warnings: drivers/media/platform/omap3isp/omap3isp.h:107: warning: Function parameter or member 'vp_clk_pol' not described in 'isp_ccp2_cfg' drivers/media/platform/omap3isp/omap3isp.h:107: warning: Function parameter or member 'lanecfg' not described in 'isp_ccp2_cfg' Signed-off-by: Hans Verkuil Reviewed-by: Laurent Pinchart diff --git a/drivers/media/platform/omap3isp/omap3isp.h b/drivers/media/platform/omap3isp/omap3isp.h index 214f94c46a9d..4a003c8263ed 100644 --- a/drivers/media/platform/omap3isp/omap3isp.h +++ b/drivers/media/platform/omap3isp/omap3isp.h @@ -95,6 +95,8 @@ struct isp_csiphy_lanes_cfg { * ISP_CCP2_PHY_DATA_CLOCK - Data/clock physical layer * ISP_CCP2_PHY_DATA_STROBE - Data/strobe physical layer * @vpclk_div: Video port output clock control + * @vp_clk_pol: Video port output clock polarity + * @lanecfg: CCP2/CSI2 lane configuration */ struct isp_ccp2_cfg { unsigned int strobe_clk_pol:1;