From: Greg Kroah-Hartman Date: Wed, 23 Jul 2025 11:38:33 +0000 (+0200) Subject: fix up nvmem comment again... X-Git-Tag: v6.1.147~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d443ce68d5265ba342ef4a980cc5a850a5c75047;p=thirdparty%2Fkernel%2Fstable-queue.git fix up nvmem comment again... --- diff --git a/queue-6.1/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch b/queue-6.1/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch index e8633b41a0..e4dc375728 100644 --- a/queue-6.1/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch +++ b/queue-6.1/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch @@ -68,8 +68,8 @@ Cc: stable@vger.kernel.org Signed-off-by: "Michael C. Pratt" Signed-off-by: Srinivas Kandagatla Link: https://lore.kernel.org/r/20250716144210.4804-1-srini@kernel.org -[ applied changes to drivers/nvmem/u-boot-env.c before code was moved - from drivers/nvmem/layouts/u-boot-env.c ] +[ applied changes to drivers/nvmem/u-boot-env.c before code was moved to + drivers/nvmem/layouts/u-boot-env.c ] Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-6.6/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch b/queue-6.6/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch index 888756a441..75d47803f3 100644 --- a/queue-6.6/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch +++ b/queue-6.6/nvmem-layouts-u-boot-env-remove-crc32-endianness-conversion.patch @@ -68,8 +68,8 @@ Cc: stable@vger.kernel.org Signed-off-by: "Michael C. Pratt" Signed-off-by: Srinivas Kandagatla Link: https://lore.kernel.org/r/20250716144210.4804-1-srini@kernel.org -[ applied changes to drivers/nvmem/u-boot-env.c before code was moved - from drivers/nvmem/layouts/u-boot-env.c ] +[ applied changes to drivers/nvmem/u-boot-env.c before code was moved to + drivers/nvmem/layouts/u-boot-env.c ] Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman ---