From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 10C5E3246FE; Fri, 10 Apr 2026 03:50:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775793031; cv=none; b=ZoovHaYKalKeTm6HV6mLBOKzUd34UzjLARQ46JlklS2P66iB03k+2sA1WJSAQrmH1FlmON/tkCPRydayfW6E38PuxXvTQIwUy/qWqH561tsr07zDHUox7tWAvESfX+zZQoIDh1H358JqpM6hAomSezl5x7HxX5Ro0L4SatL/gN4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775793031; c=relaxed/simple; bh=Os8XMvrK2K7MjWaFPAKA6zXmAMqAIfrIjK3tiFZYKg0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=LXtA3GNu+8o0W9HZinu+FKp8S2go4moAiqSiKI40MH1OGnD7OFlBCWYc5iqwcHTxq5U7t9ECJOmQm27oC6cZZOVXK3Y4Xe2FBXn2klBCNfTo1GyP4VHEwhXtLU26pEwH4wNk7dsx7rOk5sTeHdT/q+SSVIVrcan8wvHlhQurOeQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YQgoyPqF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YQgoyPqF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FFD8C19421; Fri, 10 Apr 2026 03:50:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775793030; bh=Os8XMvrK2K7MjWaFPAKA6zXmAMqAIfrIjK3tiFZYKg0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=YQgoyPqFVWd1/B83yQuQVy8nxdniPlr/gkX1gTRoVgunmwhVcUJOjPmvMIOHSlPzu fiEGgywt0novBG+k8Z/ctPu+36/Mayuhpm0o8QOKXyKwP4AqTS89eWJ/2aQG+n2hBc YnEt7cplKZrrBko6bweN6NRLAVCnFtAW2kCmStPWoTRpGbBYyZ4bJGN4s5RXjIVKef Q5Ks410+lAZhU4DjXzRZjsad5qfRq3qr/QGJpfHf4d55FiXYdNrCQEnmN0FrmdJhZ3 7eKa584ehrhzJIti3kjCoOqAm1ycRfjcajbPg57rieVM6IM37ZhNPLF0fLnhnAErVl AYAm4Rt9wc0yA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02C473809A22; Fri, 10 Apr 2026 03:50:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] tools: ynl: tests: fix leading space on Makefile target From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177579300580.1857305.12755877628643246332.git-patchwork-notify@kernel.org> Date: Fri, 10 Apr 2026 03:50:05 +0000 References: <20260408-ynl_makefile-v1-1-f9624acc2ad9@gmail.com> In-Reply-To: <20260408-ynl_makefile-v1-1-f9624acc2ad9@gmail.com> To: Hangbin Liu Cc: donald.hunter@gmail.com, kuba@kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 08 Apr 2026 15:19:05 +0800 you wrote: > The ../generated/protos.a rule had a spurious leading space before the > target name. In make, target rules must start at column 0; only recipe > lines are indented with a tab. The extra space caused make to misparse > the rule. > > Remove the leading space to match the style of the adjacent > ../lib/ynl.a rule. > > [...] Here is the summary with links: - [net-next] tools: ynl: tests: fix leading space on Makefile target https://git.kernel.org/netdev/net-next/c/42f9b4c6ef19 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html