2021-11-13 05:49:11

by Jason Wang

[permalink] [raw]
Subject: [PATCH] platform/x86: samsung-laptop: Fix typo in a comment

The double `it' is repeated in a comment, therefore one of them
is removed.

Signed-off-by: Jason Wang <[email protected]>
---
drivers/platform/x86/samsung-laptop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 7ee010aa740a..c1d9ed9b7b67 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -152,7 +152,7 @@ struct sabi_config {

static const struct sabi_config sabi_configs[] = {
{
- /* I don't know if it is really 2, but it it is
+ /* I don't know if it is really 2, but it is
* less than 3 anyway */
.sabi_version = 2,

--
2.33.0



2021-11-16 09:58:24

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH] platform/x86: samsung-laptop: Fix typo in a comment

Hi,

On 11/13/21 06:48, Jason Wang wrote:
> The double `it' is repeated in a comment, therefore one of them
> is removed.
>
> Signed-off-by: Jason Wang <[email protected]>

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 my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans


> ---
> drivers/platform/x86/samsung-laptop.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
> index 7ee010aa740a..c1d9ed9b7b67 100644
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -152,7 +152,7 @@ struct sabi_config {
>
> static const struct sabi_config sabi_configs[] = {
> {
> - /* I don't know if it is really 2, but it it is
> + /* I don't know if it is really 2, but it is
> * less than 3 anyway */
> .sabi_version = 2,
>
>