[PATCH] uapi: edd: update outdated file references in the header comments

Alexander Kuleshov posted 1 patch 1 week, 4 days ago
include/linux/edd.h      | 13 ++++++-------
include/uapi/linux/edd.h | 13 ++++++-------
2 files changed, 12 insertions(+), 14 deletions(-)
[PATCH] uapi: edd: update outdated file references in the header comments
Posted by Alexander Kuleshov 1 week, 4 days ago
The header comment in <linux/edd.h> and <uapi/linux/edd.h> refers to
arch/{i386,x86_64}/boot/setup.S and arch/{i386,x86_64}/kernel/setup.c.
These paths have been stale since the i386 and x86_64 trees were unified
under arch/x86.

Update the outdated references to point at the current locations.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 include/linux/edd.h      | 13 ++++++-------
 include/uapi/linux/edd.h | 13 ++++++-------
 2 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/include/linux/edd.h b/include/linux/edd.h
index 1c16fbcb81c0..225719403e78 100644
--- a/include/linux/edd.h
+++ b/include/linux/edd.h
@@ -10,13 +10,12 @@
  * available at http://www.t13.org/docs2002/d1572r0.pdf.  It is
  * very similar to D1484 Revision 3 http://www.t13.org/docs2002/d1484r3.pdf
  *
- * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch
- * table in the boot_params that contains a list of BIOS-enumerated
- * boot devices.
- * In arch/{i386,x86_64}/kernel/setup.c, this information is
- * transferred into the edd structure, and in drivers/firmware/edd.c, that
- * information is used to identify BIOS boot disk.  The code in setup.S
- * is very sensitive to the size of these structures.
+ * In a nutshell, arch/x86/boot/edd.c populates a scratch table in the
+ * boot_params that contains a list of BIOS-enumerated boot devices.
+ * In arch/x86/kernel/setup.c, this information is transferred into
+ * the edd structure, and in drivers/firmware/edd.c, that information
+ * is used to identify BIOS boot disk. The boot code is very sensitive
+ * to the size of these structures.
  */
 #ifndef _LINUX_EDD_H
 #define _LINUX_EDD_H
diff --git a/include/uapi/linux/edd.h b/include/uapi/linux/edd.h
index 0fe3e02aec65..bc4aaee451d9 100644
--- a/include/uapi/linux/edd.h
+++ b/include/uapi/linux/edd.h
@@ -10,13 +10,12 @@
  * available at http://www.t13.org/docs2002/d1572r0.pdf.  It is
  * very similar to D1484 Revision 3 http://www.t13.org/docs2002/d1484r3.pdf
  *
- * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch
- * table in the boot_params that contains a list of BIOS-enumerated
- * boot devices.
- * In arch/{i386,x86_64}/kernel/setup.c, this information is
- * transferred into the edd structure, and in drivers/firmware/edd.c, that
- * information is used to identify BIOS boot disk.  The code in setup.S
- * is very sensitive to the size of these structures.
+ * In a nutshell, arch/x86/boot/edd.c populates a scratch table in the
+ * boot_params that contains a list of BIOS-enumerated boot devices.
+ * In arch/x86/kernel/setup.c, this information is transferred into
+ * the edd structure, and in drivers/firmware/edd.c, that information
+ * is used to identify BIOS boot disk. The boot code is very sensitive
+ * to the size of these structures.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2.0 as published by
-- 
2.55.0