From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 71D692D2387 for ; Sun, 23 Nov 2025 11:44:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763898243; cv=none; b=n82aF6UQKqIj38NfXkwbNcLapWb57GCYbZd+r8+PrYbQTXQbgrxKjZj6mZjJ3r4rZGOtMP9lCYMG4LIWCxySQSVHloXWbFqeEMlPf6epDO3zf8xIZsPOUn6WrTKqlCmxbo3DgJq8LESthoPtN3RqUSwYdxOkRR1bonHJL2xtVSo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763898243; c=relaxed/simple; bh=vJJ4rI3b6buqFstJp7W0UKYth2ZYV51G9RdO0woWMwg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BCqIHfyUaUqgY8yZzWJ/j/rl7ueN8Ks25sJqxfMjK4YApR8Kr9EPNLWtm+8xdWAXl1uPkQ9o76Xii5ouOrp22EScY8FUKsyE2y5eiHtNJqlFq/00WRyAntdfHMAjdkE+ZKIYh+shsFjWnFNsFCbRd0lOgqGU83FPY/Usbr+PwGY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dpFk/rG/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="dpFk/rG/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C463C113D0; Sun, 23 Nov 2025 11:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1763898240; bh=vJJ4rI3b6buqFstJp7W0UKYth2ZYV51G9RdO0woWMwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dpFk/rG/KEQh0Q3VnrwHK8Ud1nEt+4TUrpIpjCEF2Ar+da3YCU5tGLAejD7dJbPC2 D7TXLafBZ7wGGYmh5rbQUNc7McIfHoN0545/yB/K/AcYxXMIkwBj6KjQDJqdnO/xOO onzqorCAbamD6iP4b+ZHPEyliersSnrAfBg6RO2I= Date: Sun, 23 Nov 2025 12:43:55 +0100 From: Greg KH To: =?utf-8?B?5YiY5qGC56eL?= Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, =?utf-8?B?5YiY5qGC56eL?= Subject: Re: [PATCH] [misc] =?utf-8?Q?hi6421v600-ir?= =?utf-8?B?cTog5pu/5o2ib2ZfZ3Bpby5o5Li6Z3Bpby9jb25zdW1lci5o?= Message-ID: <2025112341-autistic-volley-66c3@gregkh> References: <20251122134751.13475-1-xxg-qiu@outlook.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20251122134751.13475-1-xxg-qiu@outlook.com> On Sat, Nov 22, 2025 at 05:47:51AM -0800, 刘桂秋 wrote: > Signed-off-by: 刘桂秋 > --- > drivers/misc/hi6421v600-irq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/misc/hi6421v600-irq.c b/drivers/misc/hi6421v600-irq.c > index b075d803a2c2..30ae9cd6a5ce 100644 > --- a/drivers/misc/hi6421v600-irq.c > +++ b/drivers/misc/hi6421v600-irq.c > @@ -11,7 +11,7 @@ > #include > #include > #include > -#include > +#include > #include > #include > #include > -- > 2.17.1 > Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - You did not specify a description of why the patch is needed, or possibly, any description at all, in the email body. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what is needed in order to properly describe the change. - You did not write a descriptive Subject: for the patch, allowing Greg, and everyone else, to know what this patch is all about. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what a proper Subject: line should look like. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot