From patchwork Mon Aug 7 11:01:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 798585 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20150623.gappssmtp.com header.i=@monstr-eu.20150623.gappssmtp.com header.b="eIgtW/lE"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xQvlh04frz9t1t for ; Mon, 7 Aug 2017 21:03:28 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752835AbdHGLDO (ORCPT ); Mon, 7 Aug 2017 07:03:14 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:37214 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753026AbdHGLCL (ORCPT ); Mon, 7 Aug 2017 07:02:11 -0400 Received: by mail-wm0-f65.google.com with SMTP id t138so596804wmt.4 for ; Mon, 07 Aug 2017 04:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=txGCeX4caQobnMrV7jiquGKB9uih36VYGfFWxbLVRMg=; b=eIgtW/lEA9qxrAdj71+wJctfC+xVmwPDXtZfBf92WDKy18KuxHMtixM3iEEa9sm10q WgfNQgn0VBTD+mujvvjKOUaJgjDZ2KPT7+zCYpLaLBiWrxLroqS2JUXtdDBiD2I98/Ga Rw0+BLQ0EC9YPeY20q9a7xUrmSENWS1j1QaYQBpIAdjECKKbSJCKgBi15NhcKI5vXuyS XBk+I5XB/pJuek4ferXliIDSgV8nCX33eM28x5P9WWKRITzPyXQrnJtcZ4V5Sm4/1FF7 a+QcIW4UzC8Z6J6NRxHXxcTjjo/Bs3ZJoyVIVkT+MQyD3zM2qp29UrVOMT5mCT20O4T7 939w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references; bh=txGCeX4caQobnMrV7jiquGKB9uih36VYGfFWxbLVRMg=; b=poxrJspUCuCt3efdLjm/xaBFw/RlxKsxMrQK4S4EElDKSJN/hxCcWIFOwldHvc2CyY psG4Rbm8TcavT0bz1eI650g48ht9XO2VxPLAmauJuU6mxkjQ167O2zi6PChi9FmG4lB7 6wSbA08Pm4phy3lAWu7kD0NsVu9/Cy9IP/eYt01o21D5luCCj7syb+w2JwNGSSrfh1tW +/kRhYqE+gnEKtVIjAo5BoXuEjjT303xa3pQbCEVg4lObX2eppmcGevDnM1sR2/MxEg1 WqZ5KJgDyLC7RRq2d331Gtna5eBTOblNzQB32zaGkRip5EFU/3pua9UEI4fUuVHxLxxb XcrA== X-Gm-Message-State: AHYfb5hpWd943FHMFlol97oOP4QtSWx2KfE2lSh36HUqZ9sPvq2HMQbr h5fl7CDdrDeRmh8x X-Received: by 10.28.166.67 with SMTP id p64mr412372wme.90.1502103730490; Mon, 07 Aug 2017 04:02:10 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by smtp.gmail.com with ESMTPSA id z7sm6815040wrg.74.2017.08.07.04.02.09 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 07 Aug 2017 04:02:09 -0700 (PDT) From: Michal Simek To: linux-kernel@vger.kernel.org, monstr@monstr.eu Cc: Nava kishore Manne , =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Steffen Trumtrar , Linus Walleij , Peter Crosthwaite , linux-gpio@vger.kernel.org, Rob Herring , Josh Cartwright , linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/8] gpio: zynq: Fix kernel doc warnings Date: Mon, 7 Aug 2017 13:01:58 +0200 Message-Id: <8659e6580b6738a973a161392ba7e03735837c15.1502103715.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Nava kishore Manne This patch fixes the kernel doc warnings in the driver. Signed-off-by: Nava kishore Manne Signed-off-by: Michal Simek --- drivers/gpio/gpio-zynq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-zynq.c b/drivers/gpio/gpio-zynq.c index 1ab0f8c991b6..573bd8303d5d 100644 --- a/drivers/gpio/gpio-zynq.c +++ b/drivers/gpio/gpio-zynq.c @@ -136,11 +136,12 @@ struct zynq_gpio { /** * struct zynq_platform_data - zynq gpio platform data structure * @label: string to store in gpio->label + * @quirks: Flags is used to identify the platform * @ngpio: max number of gpio pins * @max_bank: maximum number of gpio banks * @bank_min: this array represents bank's min pin * @bank_max: this array represents bank's max pin -*/ + */ struct zynq_platform_data { const char *label; u32 quirks; @@ -183,6 +184,7 @@ static int gpio_data_ro_bug(struct zynq_gpio *gpio) * pin * @bank_pin_num: an output parameter used to return pin number within a bank * for the given gpio pin + * @gpio: gpio device data structure * * Returns the bank number and pin offset within the bank. */ @@ -614,7 +616,6 @@ static void zynq_gpio_handle_bank_irq(struct zynq_gpio *gpio, /** * zynq_gpio_irqhandler - IRQ handler for the gpio banks of a gpio device - * @irq: irq number of the gpio bank where interrupt has occurred * @desc: irq descriptor instance of the 'irq' * * This function reads the Interrupt Status Register of each bank to get the