diff mbox series

[v7,5/5] doc: Fix typo in request queue sysfs documentation

Message ID 20210906015810.732799-6-damien.lemoal@wdc.com
State New
Headers show
Series Initial support for multi-actuator HDDs | expand

Commit Message

Damien Le Moal Sept. 6, 2021, 1:58 a.m. UTC
Fix a typo (are -> as) in the introduction paragraph of
Documentation/block/queue-sysfs.rst.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
---
 Documentation/block/queue-sysfs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Hannes Reinecke Sept. 6, 2021, 8:37 a.m. UTC | #1
On 9/6/21 3:58 AM, Damien Le Moal wrote:
> Fix a typo (are -> as) in the introduction paragraph of
> Documentation/block/queue-sysfs.rst.
> 
> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
> ---
>   Documentation/block/queue-sysfs.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/block/queue-sysfs.rst b/Documentation/block/queue-sysfs.rst
> index b6e8983d8eda..e8c74306f70a 100644
> --- a/Documentation/block/queue-sysfs.rst
> +++ b/Documentation/block/queue-sysfs.rst
> @@ -4,7 +4,7 @@ Queue sysfs files
>   
>   This text file will detail the queue files that are located in the sysfs tree
>   for each block device. Note that stacked devices typically do not export
> -any settings, since their queue merely functions are a remapping target.
> +any settings, since their queue merely functions as a remapping target.
>   These files are the ones found in the /sys/block/xxx/queue/ directory.
>   
>   Files denoted with a RO postfix are readonly and the RW postfix means
> 
Reviewed-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
diff mbox series

Patch

diff --git a/Documentation/block/queue-sysfs.rst b/Documentation/block/queue-sysfs.rst
index b6e8983d8eda..e8c74306f70a 100644
--- a/Documentation/block/queue-sysfs.rst
+++ b/Documentation/block/queue-sysfs.rst
@@ -4,7 +4,7 @@  Queue sysfs files
 
 This text file will detail the queue files that are located in the sysfs tree
 for each block device. Note that stacked devices typically do not export
-any settings, since their queue merely functions are a remapping target.
+any settings, since their queue merely functions as a remapping target.
 These files are the ones found in the /sys/block/xxx/queue/ directory.
 
 Files denoted with a RO postfix are readonly and the RW postfix means