Re: [PATCH] platform/x86: fix typo in Kconfig

2021-03-04 Thread Hans de Goede
Hi, On 2/16/21 10:36 PM, Petr Vaněk wrote: > uses by -> used by > > Signed-off-by: Petr Vaněk Thank you for your patch, I've applied this patch to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in

Re: [PATCH] platform/x86: fix typo in Kconfig

2021-02-18 Thread mark gross
On Tue, Feb 16, 2021 at 10:36:13PM +0100, Petr Vaněk wrote: > uses by -> used by > > Signed-off-by: Petr Vaněk Reviewed-by: Mark Gross Thanks for the clean up! -mark > --- > drivers/platform/x86/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] platform/x86: fix typo in Kconfig

2021-02-16 Thread Petr Vaněk
uses by -> used by Signed-off-by: Petr Vaněk --- drivers/platform/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 91e6176cdfbd..94f2f05bc133 100644 --- a/drivers/platform/x86/Kconfig +++