V/r,
Daniel P. Smith
Apertus Solutions, LLC

On 9/4/24 02:31, Jan Beulich wrote:
On 30.08.2024 23:46, Daniel P. Smith wrote:
@@ -276,7 +277,16 @@ static int __init cf_check parse_acpi_param(const char *s)
  custom_param("acpi", parse_acpi_param);
static const module_t *__initdata initial_images;
-static unsigned int __initdata nr_initial_images;
+static struct boot_info __initdata *boot_info;
+
+static void __init multiboot_to_bootinfo(multiboot_info_t *mbi)

Pointer-to-const please.

Provided it does not change based on other feedback, you are correct that it should be const.

v/r,
dps

Reply via email to