<p><a href="https://review.coreboot.org/25634">View Change</a></p><p>13 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c">File src/soc/intel/common/block/cpu/mp_service_ppi.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@40">Patch Set #37, Line 40:</a> <code style="font-family:monospace,monospace">        CONST EFI_PEI_SERVICES  **ignored1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@57">Patch Set #37, Line 57:</a> <code style="font-family:monospace,monospace">   CONST EFI_PEI_SERVICES          **ignored1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@60">Patch Set #37, Line 60:</a> <code style="font-family:monospace,monospace">   EFI_PROCESSOR_INFORMATION       *ProcessorInfoBuffer</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@85">Patch Set #37, Line 85:</a> <code style="font-family:monospace,monospace">  CONST EFI_PEI_SERVICES  **ignored1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@90">Patch Set #37, Line 90:</a> <code style="font-family:monospace,monospace">   VOID                    *ProcedureArgument</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@101">Patch Set #37, Line 101:</a> <code style="font-family:monospace,monospace">          die("mp_startup_all_aps returns error!\n");</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer using '"%s...", __func__' to using 'mp_startup_all_aps', this function's name, in a string</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@107">Patch Set #37, Line 107:</a> <code style="font-family:monospace,monospace">    CONST EFI_PEI_SERVICES  **ignored1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@112">Patch Set #37, Line 112:</a> <code style="font-family:monospace,monospace"> VOID                    *ProcedureArgument</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@129">Patch Set #37, Line 129:</a> <code style="font-family:monospace,monospace">          die("mp_startup_this_ap returns error!\n");</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer using '"%s...", __func__' to using 'mp_startup_this_ap', this function's name, in a string</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@135">Patch Set #37, Line 135:</a> <code style="font-family:monospace,monospace">    CONST EFI_PEI_SERVICES  **ignored1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@146">Patch Set #37, Line 146:</a> <code style="font-family:monospace,monospace"> CONST EFI_PEI_SERVICES  **ignored1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@150">Patch Set #37, Line 150:</a> <code style="font-family:monospace,monospace"> UINT32                  *HealthFlag</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/25634/37/src/soc/intel/common/block/cpu/mp_service_ppi.c@157">Patch Set #37, Line 157:</a> <code style="font-family:monospace,monospace"> CONST EFI_PEI_SERVICES  **PeiServices,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '*' (ctx:WxO)</p></li></ul></li></ul><p>To view, visit <a href="https://review.coreboot.org/25634">change 25634</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/25634"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ie844e3f15f759ea09a8f3fd24825ee740151c956 </div>
<div style="display:none"> Gerrit-Change-Number: 25634 </div>
<div style="display:none"> Gerrit-PatchSet: 37 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>
<div style="display:none"> Gerrit-Reviewer: Idwer Vollering <vidwer@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Nico Huber <nico.h@gmx.de> </div>
<div style="display:none"> Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net> </div>
<div style="display:none"> Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Ronald G. Minnich <rminnich@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-CC: Aaron Durbin <adurbin@chromium.org> </div>
<div style="display:none"> Gerrit-CC: Furquan Shaikh <furquan@google.com> </div>
<div style="display:none"> Gerrit-CC: Nathaniel L Desimone <nathaniel.l.desimone@intel.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 28 May 2018 15:25:54 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>