Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Wang and committed by
Hans de Goede
3e58e1c4 c961a7d2

+1 -1
+1 -1
drivers/platform/x86/samsung-laptop.c
··· 152 152 153 153 static const struct sabi_config sabi_configs[] = { 154 154 { 155 - /* I don't know if it is really 2, but it it is 155 + /* I don't know if it is really 2, but it is 156 156 * less than 3 anyway */ 157 157 .sabi_version = 2, 158 158