Received: by 10.223.185.116 with SMTP id b49csp1067828wrg; Fri, 23 Feb 2018 11:19:34 -0800 (PST) X-Google-Smtp-Source: AH8x227ur22diTGf3eInBFMrk/6i5Qq0wIIdBwVuegV30W87Sg0pVi4cucl6cDpC33ly8qia8iKN X-Received: by 10.98.75.129 with SMTP id d1mr1055267pfj.19.1519413574218; Fri, 23 Feb 2018 11:19:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519413574; cv=none; d=google.com; s=arc-20160816; b=PLtHKvI1lPRLnHi4XEPGKEG2ijdZLsIXDIGxbPsxBeS7z2dm9l/BtnuJxhLffExfvz 9XNLeOuzmpttMd42HQs6fq3bpOzy4jbyrKg1CT/GBHv3JDP1PnwBimdZNjkL/UxVJUpW D69Y3wuBc2hvlU3zlN0Fj316VV0u8U7T4r7hC09T6OhEP6Hg46DxjWSYF5lJKqBISDq1 hKMbcnHvC5frWLEHTCTPz1QGe6l5APmOgh84FyH0i8C4MEznHzyi4UHCPhWBx+IGrEzv 66WltLylLGd+5dCHvsL+o0IGAWaGgo0vLVnAJccMLpHLUGerZjIU1ToRJwgWYkCb3tBq UCbw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=1+sKbFd55vJrJsLKI4xHEtBIo41SgOCo/YBfzsJnuoI=; b=at+Dr8vwxK8gBfx+Iz21PBqJACyrjb5CIFaQwEd5oPm3OGeMG25NdXGUx5VOTvqkSr VMGs6OFsc//c8wPWK4BB293B0/EbsuE1eNl28HGJ457PcLoz5N0bKk7zTd+8zPbSUzYr moAh8lL01Hluiv/vuUyX5eY6GhypejWzzsCGppIYJaZpqmsOkJt4ppJWVgYwLoQzzNj+ zBXt+qcJRuQRZGPOapqdriHk/rwhEWaKMRbHg+ZPlRDGas6GjLLsZ4BTL+qkE2fRu8eI /Wr8z9uePKOUPLF2WDXlpPZJZyNsjqSlEURN2hKBq9gCHowqfsA2t8J5io35LavVb8tS BTDw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j20si2233525pff.85.2018.02.23.11.19.19; Fri, 23 Feb 2018 11:19:34 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935475AbeBWSyh (ORCPT + 99 others); Fri, 23 Feb 2018 13:54:37 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47830 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964980AbeBWSyf (ORCPT ); Fri, 23 Feb 2018 13:54:35 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 717211217; Fri, 23 Feb 2018 18:54:34 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mauro Carvalho Chehab , Sasha Levin Subject: [PATCH 4.14 079/159] media: s5k6aa: describe some function parameters Date: Fri, 23 Feb 2018 19:26:27 +0100 Message-Id: <20180223170753.170679246@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170743.086611315@linuxfoundation.org> References: <20180223170743.086611315@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mauro Carvalho Chehab [ Upstream commit 070250a1715cee2297de0d9e7e2cea58be999d37 ] as warned: drivers/media/i2c/s5k6aa.c:429: warning: No description found for parameter 's5k6aa' drivers/media/i2c/s5k6aa.c:679: warning: No description found for parameter 's5k6aa' drivers/media/i2c/s5k6aa.c:733: warning: No description found for parameter 's5k6aa' drivers/media/i2c/s5k6aa.c:733: warning: No description found for parameter 'preset' drivers/media/i2c/s5k6aa.c:787: warning: No description found for parameter 'sd' Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/media/i2c/s5k6aa.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/drivers/media/i2c/s5k6aa.c +++ b/drivers/media/i2c/s5k6aa.c @@ -421,6 +421,7 @@ static int s5k6aa_set_ahb_address(struct /** * s5k6aa_configure_pixel_clock - apply ISP main clock/PLL configuration + * @s5k6aa: pointer to &struct s5k6aa describing the device * * Configure the internal ISP PLL for the required output frequency. * Locking: called with s5k6aa.lock mutex held. @@ -669,6 +670,7 @@ static int s5k6aa_set_input_params(struc /** * s5k6aa_configure_video_bus - configure the video output interface + * @s5k6aa: pointer to &struct s5k6aa describing the device * @bus_type: video bus type: parallel or MIPI-CSI * @nlanes: number of MIPI lanes to be used (MIPI-CSI only) * @@ -724,6 +726,8 @@ static int s5k6aa_new_config_sync(struct /** * s5k6aa_set_prev_config - write user preview register set + * @s5k6aa: pointer to &struct s5k6aa describing the device + * @preset: s5kaa preset to be applied * * Configure output resolution and color fromat, pixel clock * frequency range, device frame rate type and frame period range. @@ -777,6 +781,7 @@ static int s5k6aa_set_prev_config(struct /** * s5k6aa_initialize_isp - basic ISP MCU initialization + * @sd: pointer to V4L2 sub-device descriptor * * Configure AHB addresses for registers read/write; configure PLLs for * required output pixel clock. The ISP power supply needs to be already