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

docs: Fix typos, improve grammar in Userspace API

Fix a typo and improve wording and punctuation in
the documentation for Userspace API.

Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Signed-off-by: Hanne-Lotta Mäenpää <hannelotta@gmail.com>
Link: https://lore.kernel.org/r/20250522115255.137450-4-hannelotta@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Hanne-Lotta Mäenpää and committed by
Jonathan Corbet
112fe8c2 b7833731

+3 -3
+3 -3
Documentation/userspace-api/sysfs-platform_profile.rst
··· 18 18 Note that this API is only for selecting the platform profile, it is 19 19 NOT a goal of this API to allow monitoring the resulting performance 20 20 characteristics. Monitoring performance is best done with device/vendor 21 - specific tools such as e.g. turbostat. 21 + specific tools, e.g. turbostat. 22 22 23 - Specifically when selecting a high performance profile the actual achieved 23 + Specifically, when selecting a high performance profile the actual achieved 24 24 performance may be limited by various factors such as: the heat generated 25 25 by other components, room temperature, free air flow at the bottom of a 26 26 laptop, etc. It is explicitly NOT a goal of this API to let userspace know ··· 44 44 "Custom" profile support 45 45 ======================== 46 46 The platform_profile class also supports profiles advertising a "custom" 47 - profile. This is intended to be set by drivers when the setttings in the 47 + profile. This is intended to be set by drivers when the settings in the 48 48 driver have been modified in a way that a standard profile doesn't represent 49 49 the current state. 50 50