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 76843CA0EFA for ; Mon, 25 Aug 2025 10:25:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DF08410E36D; Mon, 25 Aug 2025 10:25:26 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=mailbox.org header.i=@mailbox.org header.b="rZ6GOAv6"; dkim-atps=neutral Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0A53D10E36D for ; Mon, 25 Aug 2025 10:25:25 +0000 (UTC) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4c9Rkn68K9z9sXk; Mon, 25 Aug 2025 12:25:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1756117522; h=from:from:reply-to: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=KaOLmHjViwkxoihfBvJijmb+AB4Bem7L4iWvQKuY0Ac=; b=rZ6GOAv6aAOu5wR1f2bNtYPctYxa+S5yZavg9XjYHkFxw1kIMlJKecMV+d2I2MfSfUUuPf zRksQmq3TbjEmRQeSwbxI//6gL7kAVks1tLqrpaunCWjJqHMghlykx9ScJcfU6SEwcdtA0 s2+e8uZThG+uGozzKG9c3SPn99fNWZ1r0rBQgfgt90WiqlTMS7s6Pn9P8Ky78T+3+uGD2d /IpZ0pdiRKfWkLscBawRKNSB8N8Ng0IkHZISx8s291X5VX0fjdyL8fcdeKwRkoh9p4Qc6o OLN2+PeqFs09vRl7Eae4//rIJJO0yMzYP3IEKpdLRagu7k5FlZoenZNQZbK+Tg== Message-ID: <119cb44579d745ad3e47d649e6ee6fea9fd9d146.camel@mailbox.org> Subject: Re: [PATCH] drm/sched/tests: Remove redundant header files From: Philipp Stanner To: Markus Elfring , Liao Yuanhong , dri-devel@lists.freedesktop.org Cc: LKML , Christian =?ISO-8859-1?Q?K=F6nig?= , Danilo Krummrich , David Airlie , Maarten Lankhorst , =?ISO-8859-1?Q?Ma=EDra?= Canal , Matthew Brost , Maxime Ripard , Philipp Stanner , Simona Vetter , Thomas Zimmermann , Tvrtko Ursulin Date: Mon, 25 Aug 2025 12:25:14 +0200 In-Reply-To: References: <20250819142630.368796-1-liaoyuanhong@vivo.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MBO-RS-ID: 2f8a2bff1c7e893a0bc X-MBO-RS-META: ajj4b1uysb5akw61sk99hyzimx7fd98c 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: , Reply-To: phasta@kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 2025-08-19 at 18:15 +0200, Markus Elfring wrote: > > The header file is already included on line 8. Remove = the > > redundant include. >=20 > You would like to omit a duplicate #include directive, don't you? > Will a corresponding refinement become helpful for the summary phrase > and change description? I don't understand what you mean. Can you elaborate? Both patch content and description are completely fine as far as I'm concerned. P. >=20 > Regards, > Markus