Re: [PATCH] net: qrtr: resend HELLO on MHI resume
From: Linus Torvalds
Date: Sun Sep 20 2026 - 14:26:46 EST
On Sun, 20 Sept 2026 at 07:16, Thorsten Leemhuis <linux@xxxxxxxxxxxxx> wrote:
>
> diff --git net/qrtr/af_qrtr.c net/qrtr/af_qrtr.c
> index 78347c937af76b..e7b3647424b8f1 100644
> --- net/qrtr/af_qrtr.c
> +++ net/qrtr/af_qrtr.c
How did you generate this diff? You have some very broken setup.
A real git diff should have had an extra path component, and looks like
diff --git a/net/qrtr/af_qrtr.c b/net/qrtr/af_qrtr.c
index 78347c937af7..e7b3647424b8 100644
--- a/net/qrtr/af_qrtr.c
+++ b/net/qrtr/af_qrtr.c
and I don't know what broken scripts you use that break that standard format.
I fixed it up in order to apply it, but you have a "--no-prefix" or
similar horror somewhere that needs to go away.
Linus