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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DF23C433F5 for ; Wed, 2 Feb 2022 08:38:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244978AbiBBIis (ORCPT ); Wed, 2 Feb 2022 03:38:48 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:51407 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236764AbiBBIis (ORCPT ); Wed, 2 Feb 2022 03:38:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643791121; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=162v2xzxQ3u4een4KbGtcbrsH49dUuDX0sFGI3OoKaM=; b=hvlJWCLz014lHSnbOrHUfr2E1LFtE4KKNIozv6wMKZhtuwKwcUjaY1Qul7KBqF01Ns1p5F yUu61ogr0+gzkR8WMVtRpSRrXpyeJFxsaj2J9xcIsI2DN/LPbAhESPdYD6mqTf8QVZFxRX 9WY4c51hU5/11tpkQjXl18LCOh2XG14= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-263-pSDuFzwbNqaocoJSJHXPfw-1; Wed, 02 Feb 2022 03:38:40 -0500 X-MC-Unique: pSDuFzwbNqaocoJSJHXPfw-1 Received: by mail-ed1-f69.google.com with SMTP id h21-20020aa7c955000000b0040390b2bfc5so10013819edt.15 for ; Wed, 02 Feb 2022 00:38:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=162v2xzxQ3u4een4KbGtcbrsH49dUuDX0sFGI3OoKaM=; b=NUlLDhz/iHRhxz/dJnETXRDE4C1wp6F7i2D8pB+yv8Ft25E8/uSipbj+Fj2GSvmIWE gNphmfRqqPQsmE19sXv/0WZcCvzuy1SpIZn3v6fUhoWqdev377l8b0/oU7KAJpvV/O/Q N/EKQJZt1ype5lqjV55As5cLSRsaA6ABmXkSqS6ZSdFJPbCSJARbI7U2q6rPd1l8KcLm GMbdlgdTxpNDpfPmAtJ6qBvo3S/k10M1iVx/N2+pxAT5lV5VwJTI4IQVZbJt2FbbY/xf Nf0hhBpo4KwraI2VBDNVN7sr573YoVxx5yDM4TtokDwp4KFBbOwDqZuGKgoFGIk0+BN3 Qh3w== X-Gm-Message-State: AOAM532MCayJxE7Ey5YYudsQ/a5lZLFIt5PQ5Y4uP33pE3jcuD8ppiKC xceveHjnCJ3cgL4kPC9MxArr8WQ6trO/0+IL2HixR0SeBYgrcQjVKH/dphHjtE4yd0LQt7WvNZK k18r5fETsEc5POvjfOdF9HA== X-Received: by 2002:a17:906:2758:: with SMTP id a24mr23315052ejd.433.1643791119159; Wed, 02 Feb 2022 00:38:39 -0800 (PST) X-Google-Smtp-Source: ABdhPJxEdyJNA8q1uNmHWvFYEP/YNkKz8zxzVGxoUKfJxYwDg29nVRSAIrzftsT2br720j5xsvp4tQ== X-Received: by 2002:a17:906:2758:: with SMTP id a24mr23315040ejd.433.1643791119012; Wed, 02 Feb 2022 00:38:39 -0800 (PST) Received: from ?IPV6:2001:1c00:c1e:bf00:1db8:22d3:1bc9:8ca1? (2001-1c00-0c1e-bf00-1db8-22d3-1bc9-8ca1.cable.dynamic.v6.ziggo.nl. [2001:1c00:c1e:bf00:1db8:22d3:1bc9:8ca1]) by smtp.gmail.com with ESMTPSA id lf16sm15322042ejc.25.2022.02.02.00.38.38 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Feb 2022 00:38:38 -0800 (PST) Message-ID: Date: Wed, 2 Feb 2022 09:38:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: linux-next: build warning after merge of the drm tree Content-Language: en-US To: Stephen Rothwell , Dave Airlie , DRI Cc: Rajat Jain , Linux Kernel Mailing List , Linux Next Mailing List References: <20220202150201.290c7d3d@canb.auug.org.au> <20220202150320.3e9bdd62@canb.auug.org.au> From: Hans de Goede In-Reply-To: <20220202150320.3e9bdd62@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi, On 2/2/22 05:03, Stephen Rothwell wrote: > Hi all, > > On Wed, 2 Feb 2022 15:02:01 +1100 Stephen Rothwell wrote: >> >> After merging the drm tree, today's linux-next build (htmldocs) produced >> this warning: >> >> drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register' > > Actually: > > drivers/gpu/drm/drm_privacy_screen.c:392: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register' Thank you for reporting this, I will prepare a patch fixing this. Regards, Hans