The output of "dh <handle>" originally is like below: 12C: USBIO DevicePath(x0)/Pci(0x14,0x0)/USB(0x6,0x0))
The device path part is very confusing. Use ".." in front of the partially displayed device path is better and it also aligns to the example output in Shell spec. 12C: USBIO DevicePath(..)/Pci(0x14,0x0)/USB(0x6,0x0)) Ruiyu Ni (2): ShellPkg: Use ".." to indicate device path is partially displayed ShellPkg/UefiHandleParsingLib.c: Unify EOL and remove trailing space .../UefiHandleParsingLib/UefiHandleParsingLib.c | 361 ++++++++++----------- 1 file changed, 177 insertions(+), 184 deletions(-) -- 2.8.3.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

