summaryrefslogtreecommitdiffstats
path: root/source/components/tables/tbutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/tables/tbutils.c')
-rw-r--r--source/components/tables/tbutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/tables/tbutils.c b/source/components/tables/tbutils.c
index c0a9456..5dda467 100644
--- a/source/components/tables/tbutils.c
+++ b/source/components/tables/tbutils.c
@@ -329,7 +329,7 @@ AcpiTbChecksum (
Sum = (UINT8) (Sum + *(Buffer++));
}
- return Sum;
+ return (Sum);
}
OpenPOWER on IntegriCloud