diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2021-11-13 13:48:27 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-11-16 10:56:53 +0100 |
commit | 3e58e1c4da396427eb39a72933e47bd4d35bfc0f (patch) | |
tree | 8e36cebc54838ed668ddaf5c24140a911c5f52cb /drivers | |
parent | c961a7d2aa23ae19e0099fbcdf1040fb760eea83 (diff) | |
download | linux-3e58e1c4da396427eb39a72933e47bd4d35bfc0f.tar.bz2 |
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 <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20211113054827.199517-1-wangborong@cdjrlc.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/samsung-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |