aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ramtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ramtest.c')
-rw-r--r--src/lib/ramtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c
index 9adcafdd30..461a028b11 100644
--- a/src/lib/ramtest.c
+++ b/src/lib/ramtest.c
@@ -102,7 +102,7 @@ static int ram_bitset_nodie(unsigned long start)
failed = (value2 != value);
failures |= failed;
- if (failed && !verbose) {
+ if (failed && !verbose) {
printk(BIOS_ERR, "0x%08lx wr: 0x%08lx rd: 0x%08lx FAIL\n",
start + addr, value, value2);
}