Home
last modified time | relevance | path

Searched hist:a38f6e65 (Results 1 – 1 of 1) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cppa38f6e65 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