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 41E3378F4A for ; Fri, 6 Mar 2026 19:15:16 +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=1772824516; cv=none; b=k8Gicf7523m8Dm19Tk334qrkvJh+gpye9/Y/3Bd2vWwNTTPUA7ckgZx98u8hUvNXU9fKLGxvJjnTHCV/Wbd0+tElMUy5njeD1GDENjJwHjuSnWjjwj6ZN9QnLsotdTEx+oqtwSq70NcbgaeUTnkEoILgwlWtqBIRyoiQ2fge1Qg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772824516; c=relaxed/simple; bh=Fw0nFiNlNjFR0o980XG8UM+sAmlIAg1sbDU+pzy0eTg=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=JdL1nj1epDLysgKl05F48zqPqmhqjijbQoAaoagKVHK+etn8qElJObRz4c9uQZ1M914eNj/0GETLc1m21lw1h6X/fpeXeZUCY60Jtkl5uf5+1UWa4p3u4mh2TdsON4GoiQAgLCkTD7yvMNwiOcMK1CSe/d9CIx2qvLXaEniF6CM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=e5pkojd2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="e5pkojd2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1F5FC4CEF7; Fri, 6 Mar 2026 19:15:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1772824516; bh=Fw0nFiNlNjFR0o980XG8UM+sAmlIAg1sbDU+pzy0eTg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=e5pkojd2xH5IgWnckbpD21Aa086Bhk7wIS28nus6KFO7DU/j3n4euUJRgjdJxHqJ8 8FIcAcweLD/OVOFZgjNsXpWj1111P1EgzggOx7x82TPEfQvlzO5FfdVbovImmq/3z8 /Rrc7eJSEGNw7jYuVHDRAaJ2GfpqAySW9P5JKUKE= Date: Fri, 6 Mar 2026 11:15:15 -0800 From: Andrew Morton To: Josh Law Cc: Andy Shevchenko , linux-kernel@vger.kernel.org, Josh Law Subject: Re: [PATCH] lib/uuid: fix typo "reversion" to "revision" in comment Message-Id: <20260306111515.84bd9a300e9a310ab374c772@linux-foundation.org> In-Reply-To: <52447e87-f013-4dc9-8abf-a52acaf6304a@gmail.com> References: <20260306161250.2811500-1-objecting@objecting.org> <52447e87-f013-4dc9-8abf-a52acaf6304a@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 6 Mar 2026 19:03:57 +0000 Josh Law wrote: > 6 Mar 2026 19:00:09 Andy Shevchenko : > > > On Fri, Mar 06, 2026 at 04:12:50PM +0000, Josh Law wrote: > >> Fix a typo in __uuid_gen_common() where "reversion" (meaning to revert) > >> was used instead of "revision" when describing the UUID variant field. > > > > Reviewed-by: Andy Shevchenko > > > > -- > > With Best Regards, > > Andy Shevchenko > > Hello Andy, Andrew has already merged this patch, you will have to inquire with him to add your reviewed by I hold patches in quilt form for at least a few weeks before committing them to non-rebasing git. One of the many reasons for this is make changelog alterations super easy. Btw, I rewrote all your patches to be From: objecting@objecting.org. Please use an explicit From: line at the top-of-changelog to communicate this. All receiving tools understand this convention.