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 A43EE212B0A for ; Sat, 21 Mar 2026 03:20:39 +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=1774063239; cv=none; b=IDyphfs1ajRM5AV3xgcTuVKdtdSDNCwELlqJ5Wco36qu94HW10e5CTjGFJ17lFzPKaa9Bew3wC+UigtcPnfrxbF31jnpdrEGt1kP4HRXg4wm8q9CN0nqEz5s8Ibv3Tx4+a1R4tKr++RIe2hKTd8TRoprg8yOcwd5gxOimSxpEMg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774063239; c=relaxed/simple; bh=oz9G4goOg+PxJLBW3LhD76SplnjTd6Lmn+KdOMRzE/A=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Xq9fdjx9FBUmrPCrpk3mhKawDMtzZ57U0/CLXU2FFcx+jFgFmp/i4lUMsACRBMlibwk3q3WLmq+H69GBJNHWJh99+xf2lnqG5cXJh5A7+nmyRzOf6wxSGLIVjTYsxt/OI385GzKtgrLlmTqulVOS4DQVMSV394P9b9HFjAjqvEc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i8SnpzHL; 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="i8SnpzHL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45108C4CEF7; Sat, 21 Mar 2026 03:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774063239; bh=oz9G4goOg+PxJLBW3LhD76SplnjTd6Lmn+KdOMRzE/A=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=i8SnpzHLJvJvbSMZD0fbXDL6faEVpLcvh2NO/joFnN53GNbwOS023Wx3duP7JfU3J Sv92R0TLSbk9kmt1KA+ZeDAgmaLWZRhHNF+eYd6BnreISGssab8IWRv7Ixd2k02ZjW eTmOqJ9XG/buRc+QtqjO5f2cww4LAOT0Szg66oIOMH6VK3Oz4wRHP9waCz0JEh9ybF 5bOoR7k1JgcxxG7PELvEduOxxL4h8SeLpKolkA0K7yzdhYPNCW9nW+UonFS7E7VmI9 KV8PkpFu7HG/l/s0+rygQazMzSzL221S6oPaGRicq4tbXL45RzsQB7uWzes2o6/eKT LWWg77RXGQXOA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CEA33808200; Sat, 21 Mar 2026 03:20:30 +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] net: netdevsim: correct typo in new_device_store error message From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177406322929.2737822.2090270771071150615.git-patchwork-notify@kernel.org> Date: Sat, 21 Mar 2026 03:20:29 +0000 References: <20260319060812.495488-1-alok.a.tiwari@oracle.com> In-Reply-To: <20260319060812.495488-1-alok.a.tiwari@oracle.com> To: ALOK TIWARI Cc: andrew+netdev@lunn.ch, kuba@kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, alok.a.tiwarilinux@gmail.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 18 Mar 2026 23:08:10 -0700 you wrote: > Fix the format hint by replacing "unit" with "uint" in the pr_err() string. > > Signed-off-by: Alok Tiwari > --- > drivers/net/netdevsim/bus.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net-next] net: netdevsim: correct typo in new_device_store error message https://git.kernel.org/netdev/net-next/c/53edd8309570 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html