From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/edd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/arch/x86_64/linux/edd.h') diff --git a/include/arch/x86_64/linux/edd.h b/include/arch/x86_64/linux/edd.h index 0c77ac86..55af31a1 100644 --- a/include/arch/x86_64/linux/edd.h +++ b/include/arch/x86_64/linux/edd.h @@ -33,12 +33,12 @@ #include -#define EDDNR \ - 0x1e9 /* addr of number of edd_info structs at EDDBUF \ - in boot_params - treat this as 1 byte */ +#define EDDNR \ + 0x1e9 /* addr of number of edd_info structs at EDDBUF \ + in boot_params - treat this as 1 byte */ #define EDDBUF 0xd00 /* addr of edd_info structs in boot_params */ -#define EDDMAXNR 6 /* number of edd_info structs starting at EDDBUF */ -#define EDDEXTSIZE 8 /* change these if you muck with the structures */ +#define EDDMAXNR 6 /* number of edd_info structs starting at EDDBUF */ +#define EDDEXTSIZE 8 /* change these if you muck with the structures */ #define EDDPARMSIZE 74 #define CHECKEXTENSIONSPRESENT 0x41 #define GETDEVICEPARAMETERS 0x48 -- cgit v1.2.3