Re: [PATCH] Fix scripts/checkpatch.py style failures.

2023-08-07 Thread Peter Maydell
On Sat, 5 Aug 2023 at 17:44, Michael Tokarev wrote: > > 05.08.2023 15:51, Nathan Egge пишет: > > From: "Nathan Egge" > > > > Signed-off-by: Nathan Egge > > This needs at least some meaningful subject prefix. > With the subject like it is now, it feels like the > patch is about fixing checkpatch.

Re: [PATCH] Fix scripts/checkpatch.py style failures.

2023-08-05 Thread Michael Tokarev
05.08.2023 15:51, Nathan Egge пишет: From: "Nathan Egge" Signed-off-by: Nathan Egge This needs at least some meaningful subject prefix. With the subject like it is now, it feels like the patch is about fixing checkpatch.py script itself. Something like: linux-user/syscall.c: fix coding-st

Re: [PATCH] Fix scripts/checkpatch.py style failures.

2023-08-05 Thread Michael Tokarev
Applied to my trivial-patches tree (for 8.2). /mjt

[PATCH] Fix scripts/checkpatch.py style failures.

2023-08-05 Thread Nathan Egge
From: "Nathan Egge" Signed-off-by: Nathan Egge --- linux-user/syscall.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 95727a816a..38ab2201e2 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -863,8 +86