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 1E74F742E0 for ; Fri, 26 May 2023 11:20:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C44BBC433EF; Fri, 26 May 2023 11:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685100019; bh=eFjSLiRY8ppYHMgB/OldFTD85SqORHj1MT2v1Pqux3M=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Jl2OIrNe51z0ebv0msvRLFEz+PVV0cVE0TWT+XvS3Y5sL7fDExNr/NHNXVovwFtbb e4NvRrowVbdqM/e47YqoO1fWmyqkZpm1gE8XYlt9kyCQb4giTJlSZrkOAogZ5XT5TX lB2XvPBtFiW0o0vqiRsvTr+ZhTeaB+gF0zs7oj6REtayTOQvSQ4/VMGrl86565rBJF VdCL2qmVYKdnxChI/vQwBjnXSjFLGTam1zvV+wajWDoiH6IjdL3iklmXoQdwJDHEDu Yy8/UR4f7+SCsCb/pfg7fd+BJnEr2ouPKR+kB5RQ+VrghNbTqw8sd41+xbBwuQjsIQ 4x5zCS+2V/SkA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A9F24E4D00E; Fri, 26 May 2023 11:20:19 +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 v2] nfcsim.c: Fix error checking for debugfs_create_dir From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168510001969.13772.16876923657799508663.git-patchwork-notify@kernel.org> Date: Fri, 26 May 2023 11:20:19 +0000 References: <20230525172746.17710-1-osmtendev@gmail.com> In-Reply-To: <20230525172746.17710-1-osmtendev@gmail.com> To: Osama Muhammad Cc: krzysztof.kozlowski@linaro.org, simon.horman@corigine.com, netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 25 May 2023 22:27:46 +0500 you wrote: > This patch fixes the error checking in nfcsim.c. > The DebugFS kernel API is developed in > a way that the caller can safely ignore the errors that > occur during the creation of DebugFS nodes. > > Signed-off-by: Osama Muhammad > > [...] Here is the summary with links: - [v2] nfcsim.c: Fix error checking for debugfs_create_dir https://git.kernel.org/netdev/net/c/9b9e46aa0727 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html