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.
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
Applied to my trivial-patches tree (for 8.2).
/mjt
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