Skip to content

Commit

Permalink
ras-page-isolation.h: remove extra parenthesis
Browse files Browse the repository at this point in the history
Another parenthesis were accidentally added to ROW_LOCATION_FIELDS_NUM
macro. Remove it.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Nov 19, 2024
1 parent 48f5a5d commit 3010919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ras-page-isolation.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ struct page_addr {
time_t start;
};

#define ROW_LOCATION_FIELDS_NUM ((DSM_FIELD_NUM_CONST > APEI_FIELD_NUM_CONST ? \
DSM_FIELD_NUM_CONST : APEI_FIELD_NUM_CONST))
#define ROW_LOCATION_FIELDS_NUM (DSM_FIELD_NUM_CONST > APEI_FIELD_NUM_CONST ? \
DSM_FIELD_NUM_CONST : APEI_FIELD_NUM_CONST)

struct row_record {
LIST_ENTRY(row_record) entry;
Expand Down

0 comments on commit 3010919

Please sign in to comment.