Re: [PULL 16/24] bsd-user: Use preferred block comments

2021-04-23 Thread Richard Henderson
On 4/23/21 1:39 PM, i...@bsdimp.com wrote: From: Warner Losh Use the preferred block comment style. Signed-off-by: Warner Losh --- bsd-user/main.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) Reviewed-by: Richard Henderson r~

[PULL 16/24] bsd-user: Use preferred block comments

2021-04-23 Thread imp
From: Warner Losh Use the preferred block comment style. Signed-off-by: Warner Losh --- bsd-user/main.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/bsd-user/main.c b/bsd-user/main.c index 91603f5ac2..5958b07e62 100644 --- a/bsd-user/main.c