Skip to content

Commit 89b39c6

Browse files
author
Igor Bagnucki
committed
Fix jenkins comaplaints
Signed-off-by: Igor Bagnucki <igor.bagnucki@3mdeb.com>
1 parent e465e65 commit 89b39c6

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

src/soc/ibm/power9/pstates.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static ResonantClockingSetup resclk =
5858

5959
#define WOF_TABLES_MAGIC_VALUE (uint32_t)0x57465448 // "WFTH"
6060
#define WOF_TABLES_VERSION (uint32_t)2
61-
#define WOF_TABLES_MAX_VERSION WOF_TABLES_VERSION
61+
#define WOF_TABLES_MAX_VERSION WOF_TABLES_VERSION
6262

6363
/*
6464
* WOF image:
@@ -241,7 +241,7 @@ static void check_valid_poundW(PoundW_data_per_quad *poundW_bucket,
241241
prev_vid_compare_per_quad[quad])
242242
die("VID compare per quad is decreasing for quad %d\n", quad);
243243

244-
prev_vid_compare_per_quad[quad] =
244+
prev_vid_compare_per_quad[quad] =
245245
poundW_bucket->poundw[op].vdm_vid_compare_per_quad[quad];
246246
}
247247

@@ -829,7 +829,7 @@ void build_parameter_blocks(struct homer_st *homer, uint64_t functional_cores)
829829
memcpy(gppb->operating_points, oppb->operating_points,
830830
sizeof(gppb->operating_points));
831831
{
832-
832+
833833
memcpy(gppb->operating_points_set[VPD_PT_SET_RAW], oppb->operating_points,
834834
sizeof(gppb->operating_points));
835835
memcpy(gppb->operating_points_set[VPD_PT_SET_SYSP], oppb->operating_points,

src/soc/ibm/power9/pstates_include/p9_pstates_cmeqm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
13
/* IBM_PROLOG_BEGIN_TAG */
24
/* This is an automatically generated prolog. */
35
/* */

src/soc/ibm/power9/pstates_include/p9_pstates_common.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
13
/* IBM_PROLOG_BEGIN_TAG */
24
/* This is an automatically generated prolog. */
35
/* */
@@ -384,7 +386,7 @@ typedef struct __attribute__((packed, aligned(128))) WofTablesHeader
384386
/// Nest Frequency (in MHz) used in building the WOF Tables
385387
uint16_t nest_frequency_mhz;
386388

387-
/// Core Sort Power Target Frequency (in MHz) The #V frequency associated
389+
/// Core Sort Power Target Frequency (in MHz) - The #V frequency associated
388390
/// with the sort power target for this table set. This will be either the
389391
/// Nominal or Turbo #V frequency
390392
uint16_t sort_power_freq_mhz;

src/soc/ibm/power9/pstates_include/p9_pstates_occ.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
13
/* IBM_PROLOG_BEGIN_TAG */
24
/* This is an automatically generated prolog. */
35
/* */

src/soc/ibm/power9/pstates_include/p9_pstates_pgpe.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
13
/* IBM_PROLOG_BEGIN_TAG */
24
/* This is an automatically generated prolog. */
35
/* */

src/soc/ibm/power9/pstates_include/readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Files in this directory come from talos-hostboot repo, commit a2ddbf3 [1]. No
2-
changes were made, other than converting '#include <...>' to '#include "..."'.
2+
changes were made, other than converting '#include <...>' to '#include "..."'
3+
and adding SPDX licence identifiers.
34

45
In some cases units mentioned in comments in the bigger structure are different
56
than in comments above internal structure definitions and field names. An

0 commit comments

Comments
 (0)