On 10/7/24 17:22, Jason Andryuk wrote:
@@ -822,8 +819,8 @@ static int __init early_update_cache(const void *data, size_t len)
      return rc;
  }
-int __init microcode_init_cache(unsigned long *module_map,
-                                const struct multiboot_info *mbi)
+int __init microcode_init_cache(
+    unsigned long *module_map, const struct boot_info *bi)

Why the indent style change?  I prefer the original indent and it doesn't seem like the line length matters.  And it looks like you restore the indent later.

This is one I missed unrolling earlier version. Originally was applying the style requested but then realized it was unnecessary churn as by the end of the series the only param would be *bi and was waiting until the last change to move to requested format.


Reply via email to