From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) (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 EAA73370D58 for ; Fri, 6 Mar 2026 19:00:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772823610; cv=none; b=MDO4UCSrAWsnD8rqOmPI+neb67U8oECRQ+1J8mnXKoPzHpjcZ/vDDaVQQq3C1tkhbylACPucQ+MKCMyQVemGxrNZ0WYTz1qtqFgmbE8OcbpGNUIJD4Z8jiXChnu1ygB2NlFLYV28UwCNFvJCLDxyrPIkmde7ezTtYv8BNuCmD7o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772823610; c=relaxed/simple; bh=paYMYu9CHlvRq7fS3x6J3kyFm1HwYhCaWprrW98d9cs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=otf/qAv1DIKoKBXK/Mxu/gpoNwcxERo7iMOb+df96ek1ZgKSURJeoFem3kCgvGWtcHY7q9U4MQjR+ImMI7knC5gFJ/30ak7G5e1f7O3rfZzZFfpbBQ3ar8WrsyDGB50akDnsStx+5Df0prc0HjAu1Qe+Ca4h5DybtWzEeRHQ8Ss= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=LZJrhQKO; arc=none smtp.client-ip=198.175.65.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="LZJrhQKO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772823609; x=1804359609; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=paYMYu9CHlvRq7fS3x6J3kyFm1HwYhCaWprrW98d9cs=; b=LZJrhQKOqvwJt/SmR9bC07cqoDjZfkEB70r6VqVwBtasEFZiVyfrnt9Z ic3Qib2HxX8LIIbrU09Eyk17g/nWSJ5t3Ol7T0Cl3YmJI32XZOqaAMeL2 bnvIRKOV9+cGCEA71uDmXhtAy/RZW6pdeRcjAJmtldM8Mp9y8CIYDd8FD IXBqkUKNjOcihQKvvB3PJIEBZxCZMHeHiq87xFAkAEsKGK63TPCO1CvMS sfikOJseznyXpLleAhy2pkwTFCPJxXzbenY73jragAX/qT7QP1PC8USvs c4zl8oL3ISHLWF9fVuhW7Elp/k4tS2v1T+Gsq5Nzl1ETtELIsagLHY5v/ A==; X-CSE-ConnectionGUID: ihH4RMy5S2WfxKIXDnfu1g== X-CSE-MsgGUID: wj/cbma2TG+jzRJz+3r8FA== X-IronPort-AV: E=McAfee;i="6800,10657,11721"; a="77787937" X-IronPort-AV: E=Sophos;i="6.23,105,1770624000"; d="scan'208";a="77787937" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2026 11:00:09 -0800 X-CSE-ConnectionGUID: +h2AAkqHSsSVJ/W6ELFSwg== X-CSE-MsgGUID: XRk6J2+rQ46ykibiSC4Kmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,105,1770624000"; d="scan'208";a="223211966" Received: from abityuts-desk.ger.corp.intel.com (HELO localhost) ([10.245.245.1]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2026 11:00:07 -0800 Date: Fri, 6 Mar 2026 21:00:04 +0200 From: Andy Shevchenko To: Josh Law Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Josh Law Subject: Re: [PATCH] lib/uuid: fix typo "reversion" to "revision" in comment Message-ID: References: <20260306161250.2811500-1-objecting@objecting.org> 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-Disposition: inline In-Reply-To: <20260306161250.2811500-1-objecting@objecting.org> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo 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