Searched hist:a38f6e652e7da6fc29e71adeeacfa8ae02c46ab8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | diff a38f6e652e7da6fc29e71adeeacfa8ae02c46ab8 Sun Sep 19 19:53:00 CDT 2021 George Liu <liuxiwei@inspur.com> Remove the last comma of the biosAttrStr value
If the attribute value of biosAttrStr ends with a comma, remove it.
Tested: Without this patch: biosAttrStr = "element1=lid1,element2=lid2,elementN=lidN," With this patch: biosAttrStr = "element1=lid1,element2=lid2,elementN=lidN"
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I159f9c1774f4cd56ab04398fdf2f90929cd7e7e0
|