From: Greg Kroah-Hartman Date: Wed, 23 Jul 2025 06:40:50 +0000 (+0200) Subject: fix up comment on nvmem patch X-Git-Tag: v6.1.147~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff695439f3e0fa8c420716656e06ca2c0b050894;p=thirdparty%2Fkernel%2Fstable-queue.git fix up comment on nvmem patch --- 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 5cd148019f..e8633b41a0 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,7 +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 after code was moved from drivers/nvmem/layouts/u-boot-env.c ] +[ applied changes to drivers/nvmem/u-boot-env.c before code was moved + from 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 95f69d17b6..888756a441 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,7 +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 after code was moved from drivers/nvmem/layouts/u-boot-env.c ] +[ applied changes to drivers/nvmem/u-boot-env.c before code was moved + from drivers/nvmem/layouts/u-boot-env.c ] Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman ---