Re: [edk2] [PATCH] ShellPkg SmbiosView: Eliminate trailing " | " in PrintBitsInfo()

2017-02-09 Thread Carsey, Jaben
[edk2] [PATCH] ShellPkg SmbiosView: Eliminate trailing " | " in > PrintBitsInfo() > Importance: High > > Current PrintBitsInfo() will always print an additional trailing > " | " for the bit flags, for example, > > Base Board Feature Flags: Hosting board

[edk2] [PATCH] ShellPkg SmbiosView: Eliminate trailing " | " in PrintBitsInfo()

2017-02-09 Thread Star Zeng
Current PrintBitsInfo() will always print an additional trailing " | " for the bit flags, for example, Base Board Feature Flags: Hosting board | Replaceable | Th patch is to eliminate trailing " | " in PrintBitsInfo(), then the output will be like below Base Board Feature Flags: Hosting board |