From mboxrd@z Thu Jan 1 00:00:00 1970 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=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 9C87DC433E1 for ; Wed, 8 Jul 2020 07:14:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D00C206DF for ; Wed, 8 Jul 2020 07:14:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="rtthwG7w" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729728AbgGHHOf (ORCPT ); Wed, 8 Jul 2020 03:14:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729702AbgGHHOe (ORCPT ); Wed, 8 Jul 2020 03:14:34 -0400 Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DCBCC08C5DC for ; Wed, 8 Jul 2020 00:14:34 -0700 (PDT) Received: by mail-lf1-x141.google.com with SMTP id k17so13471890lfg.3 for ; Wed, 08 Jul 2020 00:14:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WH0DgEX1doSuthU1GvsRAiz7iRNbEa0pRy0hawnmsIc=; b=rtthwG7wiWOR1Qi7ORtIU4jnvQ9yZ/d0DFpgkczw4QvEK5Xp/6i53GrgMjbQEdtYCI K7Pr1Pimeo6eSz6SW3DJaeH3ePjBx4U80ixTw9EqJ5XuqIFUzVeeV2/7sLQsXJ+VvKWP ziJ6gxcP28rd2cYp8gnub8dNDiQDnbK/Zs6ekIPHApcWZTe9PUyIavwm58V0+kgpk2oO vvTIMDZXIN7AtmE9tHL+IwFOKA6oMmKgD66dzM/NxmbX3U8LPGddFi67S49XX9wv7GD4 /SbeGYrAKigrSr1552XWfmZtwao5xB7hOctQftzX/855W/Dpwt01jTPBM7/MnS13ZP09 RKNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WH0DgEX1doSuthU1GvsRAiz7iRNbEa0pRy0hawnmsIc=; b=MdSaXv8v4hGH/WEIlvhQEtntFZPZpW5p8P6h4tbEpIuEQ5mLLgOnLhusch1KNRky4I Fl7SlL8CeRwhSajuKcSLP/1ONIgyYPndPXEl5HXYXR0usYXQ5otBdV1k9j6uXDYVN9nS xSSReHL/uv7tKn9y6w/159S2ZmeAfQhnXFquFNui/YnAjVkydqPf3oWivvNSsc/Xx06S IIhS/FP8UyKJ5NGTY1QpkVCjfATBTWgna3q+fMD5oXVTVSAwpmQxp6/YHOyfmk6mQg2x hsAgtIJrwCkXs8vW0Yq6/PhDh/sl+oflsOcmhrnKLGkromatFG7ixK93C28OnSnS+x/s FyvA== X-Gm-Message-State: AOAM5310REAYwOm2fkP0dZB3jOjEPEps6bXFPGA1yDIkaIDnb1QQ84Eh btdQLZfXoj0dbMmgyh3bmHrPGaCAqEu4Muo1xezR8g== X-Google-Smtp-Source: ABdhPJz+d2lLiVidW9bwPJZrRoLJK8yPDoBv0mfcvl03OB73UAC4v6nNwx4Fd9mVZhiUhmBKQzXOkXBIf7C4LV6QIRs= X-Received: by 2002:a19:745:: with SMTP id 66mr35488731lfh.77.1594192472496; Wed, 08 Jul 2020 00:14:32 -0700 (PDT) MIME-Version: 1.0 References: <20200630133345.2232932-1-lee.jones@linaro.org> <20200630133345.2232932-2-lee.jones@linaro.org> In-Reply-To: <20200630133345.2232932-2-lee.jones@linaro.org> From: Linus Walleij Date: Wed, 8 Jul 2020 09:14:21 +0200 Message-ID: Subject: Re: [PATCH 01/10] gpio: gpiolib-of: Provide documentation for of_gpio_spi_cs_get_count() To: Lee Jones Cc: Bartosz Golaszewski , Linux ARM , "linux-kernel@vger.kernel.org" , "open list:GPIO SUBSYSTEM" , Anton Vorontsov Content-Type: text/plain; charset="UTF-8" Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Jun 30, 2020 at 3:33 PM Lee Jones wrote: > Descriptions for of_gpio_spi_cs_get_count()'s 2 arguments are > missing. Document both 'dev' and 'con_id'. > > Fixes the following W=1 kernel build warnings: > > drivers/gpio/gpiolib-of.c:36: warning: Function parameter or member 'dev' not described in 'of_gpio_spi_cs_get_count' > drivers/gpio/gpiolib-of.c:36: warning: Function parameter or member 'con_id' not described in 'of_gpio_spi_cs_get_count' > > Cc: Anton Vorontsov > Signed-off-by: Lee Jones Patch applied! Yours, Linus Walleij