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=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=unavailable 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 014E1C47083 for ; Wed, 2 Jun 2021 23:52:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDB23613E5 for ; Wed, 2 Jun 2021 23:52:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229747AbhFBXyC (ORCPT ); Wed, 2 Jun 2021 19:54:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229629AbhFBXyC (ORCPT ); Wed, 2 Jun 2021 19:54:02 -0400 Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17E68C061756 for ; Wed, 2 Jun 2021 16:52:13 -0700 (PDT) Received: by mail-oi1-x22b.google.com with SMTP id b25so4533036oic.0 for ; Wed, 02 Jun 2021 16:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=O7sUSvVx4X9Ue3ybXZaq3WZClmga3LyfA3CPoyVQ7pA=; b=KaO68w8HrAKn93zPkQaVfAuWyiF8UF7ryWsJU0WXjR5fysUaBY1gUWQGsPthtslf/R dBA+coYoduNqCmqyku+m4pfBR+jcwA05SKTnWK++Mwku/2mgyql4oybFlb2UfuVvpqyX ii82e17MwzT5sLFPPCsXI9PgffSsDPzKHe8ck= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=O7sUSvVx4X9Ue3ybXZaq3WZClmga3LyfA3CPoyVQ7pA=; b=m12W5fY79+FvZcrcg7WXqkZheV4a7tM+XHMfFsehHZ4SZVNUpuFKXuhm3W/YdrN0KI mu2MAJF9dYHMLrVkQ5Nm8paXFRZI2CUQgxcq6ukR9vuoe+B/ebrC328bzzL0FgTowWeu h+pDJpCIfGI4POOtdMqH8SY+8ZJopM9BYTeLdedtn4g+9PbTeUHGOr0tkyEzbLuARtq8 hMfcE58olKFUr6kS4g4Nhsl14CX0F2mMq+8vP4+DlbvxyxqVkglsx65kyalwbiHukCWO BO92nR88gVVaD2spcKkRov5+27PnJ5Lo8870uEzEQUHAEzbYwMVKxFCcTl6CGGNEB0sh Ak0w== X-Gm-Message-State: AOAM532SiLagSnmznLiDWcvdXF9CJASEvUFS5sFJ7agYmRBbq8gEqA6q /kF2LHbNEsqeK1Y9Wd/OJQG1d/cWM7SH8vXDyTLJqQ== X-Google-Smtp-Source: ABdhPJyEpvV7pUBImKOSlEHTC9uSRojsd37dHEdkjH80CvIPIOyDLk/7FhcUDuDurpeY/zPKdQJPkGeigbtQkdmu7Uw= X-Received: by 2002:aca:654d:: with SMTP id j13mr5573390oiw.125.1622677932502; Wed, 02 Jun 2021 16:52:12 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 2 Jun 2021 16:52:12 -0700 MIME-Version: 1.0 In-Reply-To: <20210602143300.2330146-14-lee.jones@linaro.org> References: <20210602143300.2330146-1-lee.jones@linaro.org> <20210602143300.2330146-14-lee.jones@linaro.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Wed, 2 Jun 2021 16:52:12 -0700 Message-ID: Subject: Re: [RESEND 13/26] drm/msm/dp/dp_catalog: Correctly document param 'dp_catalog' To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Rob Clark , Sean Paul , David Airlie , Daniel Vetter , Chandan Uddaraju , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Lee Jones (2021-06-02 07:32:47) > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/msm/dp/dp_catalog.c:206: warning: Function parameter or member 'dp_catalog' not described in 'dp_catalog_aux_reset' > drivers/gpu/drm/msm/dp/dp_catalog.c:206: warning: Excess function parameter 'aux' description in 'dp_catalog_aux_reset' > > Cc: Rob Clark > Cc: Sean Paul > Cc: David Airlie > Cc: Daniel Vetter > Cc: Chandan Uddaraju > Cc: Stephen Boyd > Cc: linux-arm-msm@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: freedreno@lists.freedesktop.org > Signed-off-by: Lee Jones > --- Reviewed-by: Stephen Boyd 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=-8.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED 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 76B5AC47083 for ; Wed, 2 Jun 2021 23:52:16 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 41F0D613D8 for ; Wed, 2 Jun 2021 23:52:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 41F0D613D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0DB056EE9D; Wed, 2 Jun 2021 23:52:15 +0000 (UTC) Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4EFBA6EE9C for ; Wed, 2 Jun 2021 23:52:13 +0000 (UTC) Received: by mail-oi1-x22f.google.com with SMTP id x196so4064412oif.10 for ; Wed, 02 Jun 2021 16:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=O7sUSvVx4X9Ue3ybXZaq3WZClmga3LyfA3CPoyVQ7pA=; b=KaO68w8HrAKn93zPkQaVfAuWyiF8UF7ryWsJU0WXjR5fysUaBY1gUWQGsPthtslf/R dBA+coYoduNqCmqyku+m4pfBR+jcwA05SKTnWK++Mwku/2mgyql4oybFlb2UfuVvpqyX ii82e17MwzT5sLFPPCsXI9PgffSsDPzKHe8ck= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=O7sUSvVx4X9Ue3ybXZaq3WZClmga3LyfA3CPoyVQ7pA=; b=b/evNJ/pqHOGO/PXUb1xNDxEtzyTD2w0a9pR9KB/xvxy6fzbGFJqhU8u3OMpxpBvp8 LM62a9xWFQioe+zR2WE2+MXayewNaJVmEBbUMWMWPZNh+UbnSduycnwW8u4AJEaIXwFC Vz0Pe8iRExU6MaDRJ5mRMLX5jgKzNY3PFMqs+Mqxs8hCKmK/fpqoL7KjlKuz80q8jO4P 4efrZGLfOyvOIMmqC/vHSPMrwge9FveC1ZFcHIXlDe5POQNRNtDdZ7zwjpqZnv/uHE1L +hDCbt3ySB7GrC8S1uTb/HH2A86mIjZzbUW9Fgtk/gsmZz89tzGj1PboKCO/9qJhTksW MuKw== X-Gm-Message-State: AOAM533NTtZaOibRq+E0LNuLbaUv7r7XXwzhm46CcnEY155eVyYLw9A0 gfhA+F2ahHvoRXbiI54gNlywFyuVXas4uRdWY0NsuQ== X-Google-Smtp-Source: ABdhPJyEpvV7pUBImKOSlEHTC9uSRojsd37dHEdkjH80CvIPIOyDLk/7FhcUDuDurpeY/zPKdQJPkGeigbtQkdmu7Uw= X-Received: by 2002:aca:654d:: with SMTP id j13mr5573390oiw.125.1622677932502; Wed, 02 Jun 2021 16:52:12 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 2 Jun 2021 16:52:12 -0700 MIME-Version: 1.0 In-Reply-To: <20210602143300.2330146-14-lee.jones@linaro.org> References: <20210602143300.2330146-1-lee.jones@linaro.org> <20210602143300.2330146-14-lee.jones@linaro.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Wed, 2 Jun 2021 16:52:12 -0700 Message-ID: Subject: Re: [RESEND 13/26] drm/msm/dp/dp_catalog: Correctly document param 'dp_catalog' To: lee.jones@linaro.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: freedreno@lists.freedesktop.org, David Airlie , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sean Paul , Chandan Uddaraju Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Quoting Lee Jones (2021-06-02 07:32:47) > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/msm/dp/dp_catalog.c:206: warning: Function parameter or member 'dp_catalog' not described in 'dp_catalog_aux_reset' > drivers/gpu/drm/msm/dp/dp_catalog.c:206: warning: Excess function parameter 'aux' description in 'dp_catalog_aux_reset' > > Cc: Rob Clark > Cc: Sean Paul > Cc: David Airlie > Cc: Daniel Vetter > Cc: Chandan Uddaraju > Cc: Stephen Boyd > Cc: linux-arm-msm@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: freedreno@lists.freedesktop.org > Signed-off-by: Lee Jones > --- Reviewed-by: Stephen Boyd