required in some places
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===
Updat
Date: Thu, 29 Oct 2020 22:01:33 +0800
signed-off-by: Haoyu Chai
Reported-by: Euler Robot
While reading softmmu related code, I found some style problems. Some spaces
are required in softmmu/memory.c
---
softmmu/memory.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
d