On Sun, Aug 20, 2023 at 2:44 PM Richard Henderson < richard.hender...@linaro.org> wrote:
> Rename from do_* to target_*. Fix some minor checkpatch errors. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > 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: Warner Losh <i...@bsdimp.com>