Re: [PATCH] Fix typo in Documentation/userspace-api/sysfs-platform_profile.rst

From: Jonathan Corbet
Date: Sat Jun 21 2025 - 15:26:00 EST


Faisal Bukhari <faisalbukhari523@xxxxxxxxx> writes:

> Documentation/userspace-api/sysfs-platform_profile.rst
> Fixes a spelling mistake: "setttings" → "settings".
>
> Signed-off-by: Faisal Bukhari <faisalbukhari523@xxxxxxxxx>
> ---
> Documentation/userspace-api/sysfs-platform_profile.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/userspace-api/sysfs-platform_profile.rst b/Documentation/userspace-api/sysfs-platform_profile.rst
> index 7f013356118a..e6878ea82fda 100644
> --- a/Documentation/userspace-api/sysfs-platform_profile.rst
> +++ b/Documentation/userspace-api/sysfs-platform_profile.rst
> @@ -44,7 +44,7 @@ added. Drivers which wish to introduce new profile names must:
> "Custom" profile support
> ========================
> The platform_profile class also supports profiles advertising a "custom"
> -profile. This is intended to be set by drivers when the setttings in the
> +profile. This is intended to be set by drivers when the settings in the
> driver have been modified in a way that a standard profile doesn't represent
> the current state.

Thanks, but this one is already fixed in docs-next.

jon