]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/uuid: fix typo "reversion" to "revision" in comment
authorJosh Law <objecting@objecting.org>
Fri, 6 Mar 2026 16:12:50 +0000 (16:12 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:41 +0000 (21:19 -0700)
commite54f7f67e9b361b3213b5b75e0cf7167c1105fc7
tree88b4c2dc93d6284fbb501d46a8f685127eac1316
parent8e4513303b8726e4434f718ab39749cbb4c142b1
lib/uuid: fix typo "reversion" to "revision" in comment

Fix a typo in __uuid_gen_common() where "reversion" (meaning to revert)
was used instead of "revision" when describing the UUID variant field.

Link: https://lkml.kernel.org/r/20260306161250.2811500-1-objecting@objecting.org
Signed-off-by: Josh Law <objecting@objecting.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/uuid.c