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

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: Fix typo in Kconfig

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>

authored by

Petr Vaněk and committed by
Hans de Goede
b81c6ce9 8b6077b8

+1 -1
+1 -1
drivers/platform/x86/Kconfig
··· 1187 1187 tristate 1188 1188 help 1189 1189 The Intel Platform Monitoring Technology (PMT) class driver provides 1190 - the basic sysfs interface and file hierarchy uses by PMT devices. 1190 + the basic sysfs interface and file hierarchy used by PMT devices. 1191 1191 1192 1192 For more information, see: 1193 1193 <file:Documentation/ABI/testing/sysfs-class-intel_pmt>