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=-15.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 09A36C433B4 for ; Mon, 19 Apr 2021 11:49:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0D5E6101D for ; Mon, 19 Apr 2021 11:49:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238928AbhDSLuK (ORCPT ); Mon, 19 Apr 2021 07:50:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:24251 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238909AbhDSLuC (ORCPT ); Mon, 19 Apr 2021 07:50:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618832973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8Nvnr/mWvz+T6laJ/pjEcnY0Y4Tpa0q+5QaX0V8C0qs=; b=jLE818sfJNucl2yE7RyVGHyxXTaSNvZTr/Uhi+HUpXsrfHyh0QmMU/tVB46Kdha5yhSWnW n7XNBnX+DNqCqb7YCB4UU8nZAZg8YRPoL1xCACsud4jZ7pVbDmbee7ggYKsMJqUMSs06Yp SjfKtwSeCNgrN6FllngFlb8/xvvyBes= Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-15-69tz6OWNMeau-IOoT36AAA-1; Mon, 19 Apr 2021 07:49:31 -0400 X-MC-Unique: 69tz6OWNMeau-IOoT36AAA-1 Received: by mail-wr1-f70.google.com with SMTP id y13-20020adfdf0d0000b02901029a3bf796so8940124wrl.15 for ; Mon, 19 Apr 2021 04:49:31 -0700 (PDT) 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=8Nvnr/mWvz+T6laJ/pjEcnY0Y4Tpa0q+5QaX0V8C0qs=; b=E/3l0DsmVVVhhkDn+LdDRUklFN6NX/iAjVjdPV7FrNmRHFbWlDXIfU0hi5WpIYY1PN uIDwGHhF6gzaarNRByOnq8yLpJzZ5LVHyaT1ydDrmyqnbN2+KhaEbNlavkqv03sBWya5 b7HHLRVMOtjZMCGqVAOfrHukzi2Ljv1HmRmJ68npMKiJCDDwtbDkB5SWMsL3CDu2Yyxx 0on3UE2+97E9Xuz2OLGlSrkSscJMYEIBEFeGpdb+VFHJaKxc4JCr2aeuMhBiPbHiUTc7 LSi9EsiGEM6FZ5+J23OMOBhyrFcXYiq7/ktD4qt7PfEBhsqPgZzcQwMz+ZZDf8Hizonr WFhQ== X-Gm-Message-State: AOAM531SUkyO8J3wwO+IMiqCEuwAoDncNYWa5B25tyJo8hb3iOxkCZ6T no91j1QDqQsw6b5dbJrnMo2hdCujFN02cCtOGF3LiDTXZ/T4RdSRpxfoXWjFNgjdO9dbG/HfBAV FdX0n8tVKyDoKNjLBiy4RCQhfY+ywgZ+I0SG0y++1 X-Received: by 2002:a1c:1f52:: with SMTP id f79mr21592716wmf.171.1618832970138; Mon, 19 Apr 2021 04:49:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbWHC/ooj/VbZZN3N0wPL5QrNvrPzxuDU9v2cQf3Sv9GVLeLTyCV/rsvFtv2/ZSANB/M4j+9FNq3XLJqeWUPY= X-Received: by 2002:a1c:1f52:: with SMTP id f79mr21592702wmf.171.1618832970007; Mon, 19 Apr 2021 04:49:30 -0700 (PDT) MIME-Version: 1.0 References: <20210416143725.2769053-1-lee.jones@linaro.org> <20210416143725.2769053-15-lee.jones@linaro.org> In-Reply-To: <20210416143725.2769053-15-lee.jones@linaro.org> From: Karol Herbst Date: Mon, 19 Apr 2021 13:49:19 +0200 Message-ID: Subject: Re: [PATCH 14/40] drm/nouveau/nouveau_ioc32: File headers are not good candidates for kernel-doc To: Lee Jones Cc: David Airlie , nouveau , LKML , dri-devel , Ben Skeggs Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reviewed-by: Karol Herbst On Fri, Apr 16, 2021 at 4:38 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/nouveau/nouveau_ioc32.c:2: warning: Cannot understand * file mga_ioc32.c > > Cc: Ben Skeggs > Cc: David Airlie > Cc: Daniel Vetter > Cc: dri-devel@lists.freedesktop.org > Cc: nouveau@lists.freedesktop.org > Signed-off-by: Lee Jones > --- > drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_ioc32.c b/drivers/gpu/drm/nouveau/nouveau_ioc32.c > index adf01ca9e035d..8ddf9b2325a42 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_ioc32.c > +++ b/drivers/gpu/drm/nouveau/nouveau_ioc32.c > @@ -1,4 +1,4 @@ > -/** > +/* > * \file mga_ioc32.c > * > * 32-bit ioctl compatibility routines for the MGA DRM. > -- > 2.27.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel > 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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 7E364C43460 for ; Mon, 19 Apr 2021 11:49:37 +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 499FE61165 for ; Mon, 19 Apr 2021 11:49:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 499FE61165 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=nouveau-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 964476E29D; Mon, 19 Apr 2021 11:49:35 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6774D6E296 for ; Mon, 19 Apr 2021 11:49:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618832973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8Nvnr/mWvz+T6laJ/pjEcnY0Y4Tpa0q+5QaX0V8C0qs=; b=jLE818sfJNucl2yE7RyVGHyxXTaSNvZTr/Uhi+HUpXsrfHyh0QmMU/tVB46Kdha5yhSWnW n7XNBnX+DNqCqb7YCB4UU8nZAZg8YRPoL1xCACsud4jZ7pVbDmbee7ggYKsMJqUMSs06Yp SjfKtwSeCNgrN6FllngFlb8/xvvyBes= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-447-03vOlY60P1CQWBy9XRjRSA-1; Mon, 19 Apr 2021 07:49:31 -0400 X-MC-Unique: 03vOlY60P1CQWBy9XRjRSA-1 Received: by mail-wr1-f69.google.com with SMTP id o14-20020a5d474e0000b029010298882dadso8914408wrs.2 for ; Mon, 19 Apr 2021 04:49:31 -0700 (PDT) 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=8Nvnr/mWvz+T6laJ/pjEcnY0Y4Tpa0q+5QaX0V8C0qs=; b=OhLU8kkcEGLd52y79iFNvjAolMtQLCsXi+Lq/ArCTSmW5i4W5wTKeAkYGWlv7vyuvD lIo4NEb+m+6dsFNWQZnizpMHGFfc3pXHZsANfnAcrICJN4AZd+rODyp9uZFebDWsMTuA a3UjLZQoORX09JE8lODJZAr9S1zRPorrB6+4cSfGxSPGew5C1g3NjmuGw8eTaqp1JTTf QCuMXbkpLssdZLQSImKSzgcZQtlphN/1roHhtV1ZqGYeT7toeOvpLBDYwbRv3Ho7kSe1 YAG6DhzNOvHYQqkku0dhKXFTi36IKAKKUvtKMh0dEuLDbcb87ut4kF8SdXERx6EZVWko gdug== X-Gm-Message-State: AOAM532XRusrCJbZnoAxFPVZLNnWr6sIWtJBEaBbzBQ8BTmCG0ilsrTl asmoa0CM/duWg6qHOHE1xX5A4K7vo+Ks2KeLXia//V7PxKBuKRKqMrbqi+zfxM8qsTe0Yk5NTOo 5rw97A5N6b1YNJrAXRX7oHfUF5X3IMzh3FFEOdb6Xfw== X-Received: by 2002:a1c:1f52:: with SMTP id f79mr21592713wmf.171.1618832970137; Mon, 19 Apr 2021 04:49:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbWHC/ooj/VbZZN3N0wPL5QrNvrPzxuDU9v2cQf3Sv9GVLeLTyCV/rsvFtv2/ZSANB/M4j+9FNq3XLJqeWUPY= X-Received: by 2002:a1c:1f52:: with SMTP id f79mr21592702wmf.171.1618832970007; Mon, 19 Apr 2021 04:49:30 -0700 (PDT) MIME-Version: 1.0 References: <20210416143725.2769053-1-lee.jones@linaro.org> <20210416143725.2769053-15-lee.jones@linaro.org> In-Reply-To: <20210416143725.2769053-15-lee.jones@linaro.org> From: Karol Herbst Date: Mon, 19 Apr 2021 13:49:19 +0200 Message-ID: To: Lee Jones Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kherbst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: Re: [Nouveau] [PATCH 14/40] drm/nouveau/nouveau_ioc32: File headers are not good candidates for kernel-doc X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , nouveau , LKML , dri-devel , Ben Skeggs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" Reviewed-by: Karol Herbst On Fri, Apr 16, 2021 at 4:38 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/nouveau/nouveau_ioc32.c:2: warning: Cannot understand * file mga_ioc32.c > > Cc: Ben Skeggs > Cc: David Airlie > Cc: Daniel Vetter > Cc: dri-devel@lists.freedesktop.org > Cc: nouveau@lists.freedesktop.org > Signed-off-by: Lee Jones > --- > drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_ioc32.c b/drivers/gpu/drm/nouveau/nouveau_ioc32.c > index adf01ca9e035d..8ddf9b2325a42 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_ioc32.c > +++ b/drivers/gpu/drm/nouveau/nouveau_ioc32.c > @@ -1,4 +1,4 @@ > -/** > +/* > * \file mga_ioc32.c > * > * 32-bit ioctl compatibility routines for the MGA DRM. > -- > 2.27.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel > _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau 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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 3A2C4C433B4 for ; Mon, 19 Apr 2021 11:49:36 +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 0546861165 for ; Mon, 19 Apr 2021 11:49:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0546861165 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com 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 457BD6E296; Mon, 19 Apr 2021 11:49:35 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 048196E296 for ; Mon, 19 Apr 2021 11:49:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618832973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8Nvnr/mWvz+T6laJ/pjEcnY0Y4Tpa0q+5QaX0V8C0qs=; b=jLE818sfJNucl2yE7RyVGHyxXTaSNvZTr/Uhi+HUpXsrfHyh0QmMU/tVB46Kdha5yhSWnW n7XNBnX+DNqCqb7YCB4UU8nZAZg8YRPoL1xCACsud4jZ7pVbDmbee7ggYKsMJqUMSs06Yp SjfKtwSeCNgrN6FllngFlb8/xvvyBes= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-338-ovc6bo3sPA26XR5Sf8dk7A-1; Mon, 19 Apr 2021 07:49:31 -0400 X-MC-Unique: ovc6bo3sPA26XR5Sf8dk7A-1 Received: by mail-wr1-f69.google.com with SMTP id s7-20020adfc5470000b0290106eef17cbdso5501249wrf.11 for ; Mon, 19 Apr 2021 04:49:31 -0700 (PDT) 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=8Nvnr/mWvz+T6laJ/pjEcnY0Y4Tpa0q+5QaX0V8C0qs=; b=azIl0hdYcDMH7dKS07L8J7kCNid0WMtICgyNbhQz2OuWxyEAW9XHyxHPLPH2ohCXCr Dq7iOp1gAc8Yp62nhJVbIWEw+dTwpbkd/HhrLw3YhKt5uzrjABFZ8hYxzcTeA6sjZ8Ut uryc8js+2BAYEMTQeMH73UO3RyCN6S5Fwv7fc5OSYK2cGv8A7XpxoMd6vEmPOfzT9v3+ aaSe8Jpu3tbqB09P61MvUXQYRgXgscejBQyqiJYxnJ+Eus+aJcpiWQq64hY9obUP78t8 bcJEZbbDSfkJkRjszGiIJoaxlf68KyjJ2N5oX5v2ZjEe6Q/7PVsq/bXRDNx/UpJTvUls jTLw== X-Gm-Message-State: AOAM531yMy8NbuS7ZbIuEjsUZTQZf1scQpSDLKuA9RtstVEeXiyuBHWz 39ox5ovJno+y2vI83ILwZpYYv7RoAVMUVZ4InkQp2F4hvQlScGvUujdmiSZScLy1JB26T/aQ0RZ 7s91lRzJX4BRystIRvdLDJ6CTVWYI6GL37W5OghxKOKyU X-Received: by 2002:a1c:1f52:: with SMTP id f79mr21592718wmf.171.1618832970139; Mon, 19 Apr 2021 04:49:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbWHC/ooj/VbZZN3N0wPL5QrNvrPzxuDU9v2cQf3Sv9GVLeLTyCV/rsvFtv2/ZSANB/M4j+9FNq3XLJqeWUPY= X-Received: by 2002:a1c:1f52:: with SMTP id f79mr21592702wmf.171.1618832970007; Mon, 19 Apr 2021 04:49:30 -0700 (PDT) MIME-Version: 1.0 References: <20210416143725.2769053-1-lee.jones@linaro.org> <20210416143725.2769053-15-lee.jones@linaro.org> In-Reply-To: <20210416143725.2769053-15-lee.jones@linaro.org> From: Karol Herbst Date: Mon, 19 Apr 2021 13:49:19 +0200 Message-ID: Subject: Re: [PATCH 14/40] drm/nouveau/nouveau_ioc32: File headers are not good candidates for kernel-doc To: Lee Jones Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kherbst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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: David Airlie , nouveau , LKML , dri-devel , Ben Skeggs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Reviewed-by: Karol Herbst On Fri, Apr 16, 2021 at 4:38 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/nouveau/nouveau_ioc32.c:2: warning: Cannot understand * file mga_ioc32.c > > Cc: Ben Skeggs > Cc: David Airlie > Cc: Daniel Vetter > Cc: dri-devel@lists.freedesktop.org > Cc: nouveau@lists.freedesktop.org > Signed-off-by: Lee Jones > --- > drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_ioc32.c b/drivers/gpu/drm/nouveau/nouveau_ioc32.c > index adf01ca9e035d..8ddf9b2325a42 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_ioc32.c > +++ b/drivers/gpu/drm/nouveau/nouveau_ioc32.c > @@ -1,4 +1,4 @@ > -/** > +/* > * \file mga_ioc32.c > * > * 32-bit ioctl compatibility routines for the MGA DRM. > -- > 2.27.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel