projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6077b
)
platform/x86: Fix typo in Kconfig
author
Petr Vaněk
<arkamar@atlas.cz>
Tue, 16 Feb 2021 21:36:13 +0000
(22:36 +0100)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/Kconfig
b/drivers/platform/x86/Kconfig
index ad4e630e73e26b8cc689a5f36628370e72cfd0e5..84bc37d0c15bb160b76736e34091cbae9e0afe93 100644
(file)
--- a/
drivers/platform/x86/Kconfig
+++ b/
drivers/platform/x86/Kconfig
@@
-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 use
s
by PMT devices.
+ the basic sysfs interface and file hierarchy use
d
by PMT devices.
For more information, see:
<file:Documentation/ABI/testing/sysfs-class-intel_pmt>