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 B01793C46A; Fri, 15 Dec 2023 16:26:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aWdiXOGv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9644C433C7; Fri, 15 Dec 2023 16:26:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702657617; bh=dswOV6HcH9vvtiVIq8Rlgif+j3un84bC6L/Pr49F214=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=aWdiXOGvEG6pI+3xoEXeoPqsm5TrVy3R1fsZVvdwcZ1D18p/4BgNAMUfybVosvSLi ISJIT1QLznvvRYkBijXjP08s8RlrwZb29gDpKmcSAixQLSxukCwOg1m9ADoqcCZrIZ 6umb516rMj00RHYKoiT/fXczcv4J0MHRBoEkKa4EsbUW+LP7C13uyPmaZbul7aXHaW +78JmJVvlgdVDdiYwmChMyVE9bsAXBB9gBfCe7Cvk59XlBqOnglkrobcVaWU7ZT1bb 6pAu46vbJEA/z0HyegRaqnlArK9GYuChq9Z0GMt1R1NXXYVn6c8DkJQ+rlgocjCrjg UTMWLD+lT6ekw== From: Mark Brown To: linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Nam Cao Cc: kernel test robot In-Reply-To: References: Subject: Re: [PATCH 1/2] spi: pl022: delete description of cur_msg Message-Id: <170265761567.87261.2454124954064239265.b4-ty@kernel.org> Date: Fri, 15 Dec 2023 16:26:55 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.13-dev-5c066 On Fri, 15 Dec 2023 12:33:37 +0100, Nam Cao wrote: > The variable cur_msg was removed, but its description is left behind. > Delete this description. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/2] spi: pl022: delete description of cur_msg commit: e695c1fc5a3db1e161abe8061d715a504aff3f9f [2/2] spi: pl022: update description of internal_cs_control() commit: 644f315d12ea29a67bc985d06ab0962452eb3605 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark