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

Faisal Bukhari posted 1 patch 3 months, 2 weeks ago
Documentation/userspace-api/sysfs-platform_profile.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Fix typo in Documentation/userspace-api/sysfs-platform_profile.rst
Posted by Faisal Bukhari 3 months, 2 weeks ago
Documentation/userspace-api/sysfs-platform_profile.rst
Fixes a spelling mistake: "setttings" → "settings".

Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>
---
 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.
 
-- 
2.43.0

Re: [PATCH] Fix typo in Documentation/userspace-api/sysfs-platform_profile.rst
Posted by Jonathan Corbet 3 months, 2 weeks ago
Faisal Bukhari <faisalbukhari523@gmail.com> writes:

> Documentation/userspace-api/sysfs-platform_profile.rst
> Fixes a spelling mistake: "setttings" → "settings".
>
> Signed-off-by: Faisal Bukhari <faisalbukhari523@gmail.com>
> ---
>  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