The following two section titles in "Maintainers.txt" are not in (case-sensitive) lexicographical order:
> MdeModulePkg: ACPI modules > MdeModulePkg: ACPI S3 modules However, if we simply sorted them, we'd have another problem: the specific "ACPI S3 modules" line would precede the generic "ACPI modules" line. Therefore, slightly reformulate the title on the second section, in order to establish both lexicographical and hierarchical order. Cc: Eric Dong <[email protected]> Cc: Hao A Wu <[email protected]> Cc: Philippe Mathieu-Daudé <[email protected]> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2778 Signed-off-by: Laszlo Ersek <[email protected]> --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 896ac5821fc6..012b768035eb 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -209,35 +209,35 @@ F: IntelFsp2WrapperPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg M: Chasel Chiu <[email protected]> R: Nate DeSimone <[email protected]> R: Star Zeng <[email protected]> MdeModulePkg F: MdeModulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg M: Jian J Wang <[email protected]> M: Hao A Wu <[email protected]> MdeModulePkg: ACPI modules F: MdeModulePkg/Include/*Acpi*.h F: MdeModulePkg/Universal/Acpi/ R: Dandan Bi <[email protected]> R: Liming Gao <[email protected]> -MdeModulePkg: ACPI S3 modules +MdeModulePkg: ACPI modules related to S3 F: MdeModulePkg/*LockBox*/ F: MdeModulePkg/Include/*BootScript*.h F: MdeModulePkg/Include/*LockBox*.h F: MdeModulePkg/Include/*S3*.h F: MdeModulePkg/Library/*S3*/ R: Hao A Wu <[email protected]> R: Eric Dong <[email protected]> MdeModulePkg: BDS modules F: MdeModulePkg/*BootManager*/ F: MdeModulePkg/Include/Library/UefiBootManagerLib.h F: MdeModulePkg/Universal/BdsDxe/ F: MdeModulePkg/Universal/DevicePathDxe/ F: MdeModulePkg/Universal/DriverHealthManagerDxe/ F: MdeModulePkg/Universal/LoadFileOnFv2/ F: MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.* R: Zhichao Gao <[email protected]> -- 2.19.1.3.g30247aa5d201 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#60683): https://edk2.groups.io/g/devel/message/60683 Mute This Topic: https://groups.io/mt/74652697/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
