]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
ras-page-isolation.h: remove extra parenthesis
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 19 Nov 2024 07:28:36 +0000 (08:28 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 19 Nov 2024 07:28:36 +0000 (08:28 +0100)
Another parenthesis were accidentally added to ROW_LOCATION_FIELDS_NUM
macro. Remove it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
ras-page-isolation.h

index 633fdf6ee9612f3969b0afaeb6f624b8ab66d7d2..a9bae13bf428e2f337fbc74bc33a588abe1b7a62 100644 (file)
@@ -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;