OSDN Git Service

platform/x86: samsung-laptop: Fix typo in a comment
authorJason Wang <wangborong@cdjrlc.com>
Sat, 13 Nov 2021 05:48:27 +0000 (13:48 +0800)
committerHans de Goede <hdegoede@redhat.com>
Tue, 16 Nov 2021 09:56:53 +0000 (10:56 +0100)
The double `it' is repeated in a comment, therefore one of them
is removed.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20211113054827.199517-1-wangborong@cdjrlc.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/samsung-laptop.c

index 7ee010a..c1d9ed9 100644 (file)
@@ -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,