[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yc2wsGmEe7lefB9h@kroah.com>
Date: Thu, 30 Dec 2021 14:14:24 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Jan Engelhardt <jengelh@...i.de>
Cc: tkjos@...roid.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] android: use "menuconfig" menu entry type for
CONFIG_ANDROID
On Tue, Dec 28, 2021 at 09:06:34PM +0100, Jan Engelhardt wrote:
> Allow disabling the Android driver section from within the Device
> Drivers submenu, without having to descend into the Android drivers
> submenu first.
>
> Signed-off-by: Jan Engelhardt <jengelh@...i.de>
> ---
> drivers/android/Kconfig | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git drivers/android/Kconfig drivers/android/Kconfig
> index 53b22e26266c..dc0a373ab879 100644
> --- drivers/android/Kconfig
> +++ drivers/android/Kconfig
You made this patch at one level too deep, it should look like:
--- a/drivers/android/Kconfig
+++ b/drivers/android/Kconfig
As-is, this will not apply.
A normal git diff will output the correct patch file, as will 'git
format-patch', how did you create this?
thanks,
greg k-h
Powered by blists - more mailing lists