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 3B6CDC4707A for ; Fri, 21 May 2021 22:58:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A0B6613E4 for ; Fri, 21 May 2021 22:58:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230034AbhEUW7w (ORCPT ); Fri, 21 May 2021 18:59:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229655AbhEUW7v (ORCPT ); Fri, 21 May 2021 18:59:51 -0400 Received: from mail-ot1-x336.google.com (mail-ot1-x336.google.com [IPv6:2607:f8b0:4864:20::336]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 807C7C0613CE for ; Fri, 21 May 2021 15:58:24 -0700 (PDT) Received: by mail-ot1-x336.google.com with SMTP id t10-20020a05683022eab0290304ed8bc759so19448927otc.12 for ; Fri, 21 May 2021 15:58:24 -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=WWt/k9Je81/trW2ess0PPge81hA65LJflgpCeG95+Ro=; b=SHnMgnsQJTouHaGQqt9wUdT3Zp6Q/2DQMhh/lSL8MYm5uRkqyz9bPZjceu/fZmZUaC /bi+E7zLw635BjJ7M9yaoZqTwGwgqP8qmim5ZbMQ9pxM9LwhTtCN2JFbe0kP1e6NP67y ojzYKDjY2t7pxLukiK31Sb29vOfYJlay0n+Nk= 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=WWt/k9Je81/trW2ess0PPge81hA65LJflgpCeG95+Ro=; b=leSafhDmbJEBeJlJDjVltWq6jBy/plrblRtFpB7IN5839tpJQ1jsUdpkcFWQ5vI4pD 8x7UFhdiifO8hUb8LHRUHtk8M1yefDL3opf+cJVvqgU1gs/4sy9AxTDI5toevI9PoziF LBNdFaKIhf4ATIVg4aBcIBn/QssTGuAzwriPxpbO9TV1xPPI3miT5i3FTo5MnjJztkcB zXr62/qBd4EnoV0HjBalD1s5pXSXlkaAxyjoQOPx8VPXQOFKLbxYyicR3g34eb0eX96y 8fRljofS4XtkXHvVF2a7MA8wPapTIK8rCWKHrcQWXZ1fgN9VMCxrrS9O+WitZ40Gz+ll RY3Q== X-Gm-Message-State: AOAM5307rn59ucbl77K/JRt+ii/uT6JyZijrMUijISrGulu9bk/w8AZP PDEHH28pe86L1B9VyWoZQkhn5aA0eTWHhfxfG5bD3g== X-Google-Smtp-Source: ABdhPJwO86MrFBCtOIipE84r+ZTQINMq6JbXFOgjgA7d8nzGf6JSBROtp+5gY0cJjmLE/r/p5TiM2xjvF8dIa/zGIQI= X-Received: by 2002:a9d:1ea9:: with SMTP id n38mr10482377otn.233.1621637903832; Fri, 21 May 2021 15:58:23 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 21 May 2021 15:58:23 -0700 MIME-Version: 1.0 In-Reply-To: <20210520120248.3464013-28-lee.jones@linaro.org> References: <20210520120248.3464013-1-lee.jones@linaro.org> <20210520120248.3464013-28-lee.jones@linaro.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Fri, 21 May 2021 15:58:23 -0700 Message-ID: Subject: Re: [PATCH 27/38] 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-kernel@vger.kernel.org Quoting Lee Jones (2021-05-20 05:02:37) > 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=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 7BD7BC04FF3 for ; Fri, 21 May 2021 22:58:41 +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 3B6F4613EE for ; Fri, 21 May 2021 22:58:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3B6F4613EE 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 5754B89CDB; Fri, 21 May 2021 22:58:40 +0000 (UTC) Received: from mail-ot1-x32e.google.com (mail-ot1-x32e.google.com [IPv6:2607:f8b0:4864:20::32e]) by gabe.freedesktop.org (Postfix) with ESMTPS id C377E89690 for ; Fri, 21 May 2021 22:58:24 +0000 (UTC) Received: by mail-ot1-x32e.google.com with SMTP id d25-20020a0568300459b02902f886f7dd43so19475094otc.6 for ; Fri, 21 May 2021 15:58:24 -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=WWt/k9Je81/trW2ess0PPge81hA65LJflgpCeG95+Ro=; b=SHnMgnsQJTouHaGQqt9wUdT3Zp6Q/2DQMhh/lSL8MYm5uRkqyz9bPZjceu/fZmZUaC /bi+E7zLw635BjJ7M9yaoZqTwGwgqP8qmim5ZbMQ9pxM9LwhTtCN2JFbe0kP1e6NP67y ojzYKDjY2t7pxLukiK31Sb29vOfYJlay0n+Nk= 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=WWt/k9Je81/trW2ess0PPge81hA65LJflgpCeG95+Ro=; b=XSDV7JAVvZZNMf2NPU1X/gAH7CjxlIrBkELG1LHKnn0ilfUt51+UeKje9iaqBYeQvJ IRGJRt/wUC6MZiZk2B7ZMYrJgUjEGq4BQSAM1EuAEKRFKIpwlqBEGjXzZIuUa6ZxxnaI 4PG0dNpXHKf9pNdlRhliEHvs2uwLwgnRraG08tw3AL9Xl+1TrSgXXzUm6QwsNCQBGo+J /5KgbnuJTuoubEyrcMRoPt1NFsiTYi6pywCHBcqrygCK9mA49UU4a3kGyMAG5Leehno5 sulo+lOvP0n3PpKhT+0C91awxkHaW28R4mxSDIEnocmDgeYxu/W2RAxeCzlNt1gFuB+U rwvw== X-Gm-Message-State: AOAM531NT2SS3KqXo5TGhmPCba+Jtj0Mwc2jebPH4MXOzwSngV9q/rED sOOaHW6OLxJk8NozTMrUOzHWLyy/LVJHONyvkC+OGA== X-Google-Smtp-Source: ABdhPJwO86MrFBCtOIipE84r+ZTQINMq6JbXFOgjgA7d8nzGf6JSBROtp+5gY0cJjmLE/r/p5TiM2xjvF8dIa/zGIQI= X-Received: by 2002:a9d:1ea9:: with SMTP id n38mr10482377otn.233.1621637903832; Fri, 21 May 2021 15:58:23 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 21 May 2021 15:58:23 -0700 MIME-Version: 1.0 In-Reply-To: <20210520120248.3464013-28-lee.jones@linaro.org> References: <20210520120248.3464013-1-lee.jones@linaro.org> <20210520120248.3464013-28-lee.jones@linaro.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Fri, 21 May 2021 15:58:23 -0700 Message-ID: Subject: Re: [PATCH 27/38] 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-05-20 05:02:37) > 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