projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86545e7
)
bsd-user: style tweak: keyword space (
author
Warner Losh
<imp@bsdimp.com>
Fri, 23 Apr 2021 15:05:58 +0000
(09:05 -0600)
committer
Warner Losh
<imp@bsdimp.com>
Tue, 11 May 2021 17:07:22 +0000
(11:07 -0600)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/uaccess.c
patch
|
blob
|
history
diff --git
a/bsd-user/uaccess.c
b/bsd-user/uaccess.c
index 91e2067933dd59394014b9afdb684cb44bf2cc31..89163257f4a078e662057fd7dde72648838f891f 100644
(file)
--- a/
bsd-user/uaccess.c
+++ b/
bsd-user/uaccess.c
@@
-46,7
+46,7
@@
abi_long target_strlen(abi_ulong guest_addr1)
int max_len, len;
guest_addr = guest_addr1;
- for(;;) {
+ for
(;;) {
max_len = TARGET_PAGE_SIZE - (guest_addr & ~TARGET_PAGE_MASK);
ptr = lock_user(VERIFY_READ, guest_addr, max_len, 1);
if (!ptr)