platform/x86: Fix typo in Kconfig
authorPetr Vaněk <arkamar@atlas.cz>
Tue, 16 Feb 2021 21:36:13 +0000 (22:36 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 8 Mar 2021 10:33:39 +0000 (11:33 +0100)
uses by -> used by

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Reviewed-by: Mark Gross <mgross@linux.intel.com>
Link: https://lore.kernel.org/r/YCw6zavnfeHRGWgr@arkam
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/Kconfig

index ad4e630..84bc37d 100644 (file)
@@ -1187,7 +1187,7 @@ config INTEL_PMT_CLASS
        tristate
        help
          The Intel Platform Monitoring Technology (PMT) class driver provides
-         the basic sysfs interface and file hierarchy uses by PMT devices.
+         the basic sysfs interface and file hierarchy used by PMT devices.
 
          For more information, see:
          <file:Documentation/ABI/testing/sysfs-class-intel_pmt>