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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5B079C07E97 for ; Tue, 5 Dec 2023 13:32:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7CE4A89E36; Tue, 5 Dec 2023 13:32:54 +0000 (UTC) Received: from out-170.mta1.migadu.com (out-170.mta1.migadu.com [IPv6:2001:41d0:203:375::aa]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8CE3810E2AF for ; Tue, 5 Dec 2023 13:32:52 +0000 (UTC) Message-ID: <1b1ed7af-00d8-440a-82b9-6244b3f027f1@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1701783169; 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=owuXQ7w4mb8N2y2kvDejIbUj02qBvhL8RNBhO9ba/Ag=; b=gp+G++DoI7mZKaxgYGQlDpc131Ty/XUPEn5z1WzGLq7AdqJTxkW/3pICrnv4C0kwNKli1J VbHNdkdEZmEtRViDCSkzxZYFaTXzZrSMhB2zqy32bxcYfSguHmJzsYljIHlmN3yH48AEbT CEPlFnh+cxxI5mGD2F8o9t/qkCpnjeI= Date: Tue, 5 Dec 2023 21:32:42 +0800 MIME-Version: 1.0 Subject: Re: [2/5] drm/atomic: Remove inexistent reference To: Maxime Ripard , Daniel Vetter , David Airlie , Maarten Lankhorst , Thomas Zimmermann References: <20231204121707.3647961-2-mripard@kernel.org> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sui Jingfeng In-Reply-To: <20231204121707.3647961-2-mripard@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT 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: Pekka Paalanen , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, On 2023/12/4 20:17, Maxime Ripard wrote: > The num_connectors field documentation mentions a connector_states field > that has never been part of this structure. > > Signed-off-by: Maxime Ripard Acked-by: Sui Jingfeng > --- > include/drm/drm_atomic.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h > index 2a08030fcd75..13cecdc1257d 100644 > --- a/include/drm/drm_atomic.h > +++ b/include/drm/drm_atomic.h > @@ -413,7 +413,7 @@ struct drm_atomic_state { > struct __drm_crtcs_state *crtcs; > > /** > - * @num_connector: size of the @connectors and @connector_states arrays > + * @num_connector: size of the @connectors array > */ > int num_connector; >