diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2011-10-28 13:28:47 -0500 | 
|---|---|---|
| committer | MIKE J. JONES <mjjones@us.ibm.com> | 2011-10-28 14:34:09 -0500 | 
| commit | f2794eed87ca9c35140c601dfcbb5baf299d834b (patch) | |
| tree | 1f5e4a4d0018984b524716c81564857094f6a92b /src/usr/hwpf/plat/fapiPlatAttributeService.C | |
| parent | 7e2d025969d46a4f6fe1dab6e4c40061ce8e6fec (diff) | |
| download | blackbird-hostboot-f2794eed87ca9c35140c601dfcbb5baf299d834b.tar.gz blackbird-hostboot-f2794eed87ca9c35140c601dfcbb5baf299d834b.zip | |
Fix error log tag and fix bug in tag perser
Change-Id: Ic72e58d69769bbe3bf39dc3d8db16fdb2409711a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/466
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatAttributeService.C')
| -rw-r--r-- | src/usr/hwpf/plat/fapiPlatAttributeService.C | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/usr/hwpf/plat/fapiPlatAttributeService.C b/src/usr/hwpf/plat/fapiPlatAttributeService.C index e72e637f5..06a5392bf 100644 --- a/src/usr/hwpf/plat/fapiPlatAttributeService.C +++ b/src/usr/hwpf/plat/fapiPlatAttributeService.C @@ -70,10 +70,10 @@ fapi::ReturnCode createAttrAccessError(      const fapi::AttributeId       i_fapiAttrId,      const fapi::Target* const     i_pFapiTarget)  { -    /* +    /*@       *  @errortype -     *  @moduleid   fapi::MOD_PLAT_ATTR_SVC_CREATE_ATTR_ACCESS_ERROR -     *  @reasoncode fapi::RC_FAILED_TO_ACCESS_ATTRIBUTE +     *  @moduleid   MOD_PLAT_ATTR_SVC_CREATE_ATTR_ACCESS_ERROR +     *  @reasoncode RC_FAILED_TO_ACCESS_ATTRIBUTE       *  @userdata1  Top 32 bits = platform attribute ID, lower 32 bits =        *                  FAPI attribute ID       *  @userdata2  FAPI target type, or NULL if system target | 

