On 20/8/23 22:44, Richard Henderson wrote:
Rename from do_* to target_*. Fix some minor checkpatch errors.Signed-off-by: Richard Henderson <[email protected]> --- linux-user/user-mmap.h | 4 ++ linux-user/mmap.c | 138 +++++++++++++++++++++++++++++++++++++++ linux-user/syscall.c | 143 ++--------------------------------------- 3 files changed, 146 insertions(+), 139 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Tested-by: Philippe Mathieu-Daudé <[email protected]>
