linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] documentations: treewide: Fix typo in Documentations/filesystems
@ 2013-08-19  4:50 Masanari Iida
  2013-08-19 17:00 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2013-08-19  4:50 UTC (permalink / raw)
  To: linux-kernel, rob, linux-doc, rdunlap; +Cc: Masanari Iida

Correct spelling typo in Documentations/filesystems.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>

---
 Documentation/filesystems/btrfs.txt     | 2 +-
 Documentation/filesystems/f2fs.txt      | 2 +-
 Documentation/filesystems/nfs/Exporting | 2 +-
 Documentation/filesystems/qnx6.txt      | 2 +-
 Documentation/filesystems/xfs.txt       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt
index b349d57..9dae594 100644
--- a/Documentation/filesystems/btrfs.txt
+++ b/Documentation/filesystems/btrfs.txt
@@ -87,7 +87,7 @@ Unless otherwise specified, all options default to off.
 
   device=<devicepath>
 	Specify a device during mount so that ioctls on the control device
-	can be avoided.  Especialy useful when trying to mount a multi-device
+	can be avoided.  Especially useful when trying to mount a multi-device
 	setup as root.  May be specified multiple times for multiple devices.
 
   discard
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index 3cd27be..3b57456 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -216,7 +216,7 @@ The dump.f2fs shows the information of specific inode and dumps SSA and SIT to
 file. Each file is dump_ssa and dump_sit.
 
 The dump.f2fs is used to debug on-disk data structures of the f2fs filesystem.
-It shows on-disk inode information reconized by a given inode number, and is
+It shows on-disk inode information recognized by a given inode number, and is
 able to dump all the SSA and SIT entries into predefined files, ./dump_ssa and
 ./dump_sit respectively.
 
diff --git a/Documentation/filesystems/nfs/Exporting b/Documentation/filesystems/nfs/Exporting
index 09994c2..e543b1a 100644
--- a/Documentation/filesystems/nfs/Exporting
+++ b/Documentation/filesystems/nfs/Exporting
@@ -93,7 +93,7 @@ For a filesystem to be exportable it must:
    2/ make sure that d_splice_alias is used rather than d_add
       when ->lookup finds an inode for a given parent and name.
 
-      If inode is NULL, d_splice_alias(inode, dentry) is eqivalent to
+      If inode is NULL, d_splice_alias(inode, dentry) is equivalent to
 
 		d_add(dentry, inode), NULL
 
diff --git a/Documentation/filesystems/qnx6.txt b/Documentation/filesystems/qnx6.txt
index 99e9018..4086797 100644
--- a/Documentation/filesystems/qnx6.txt
+++ b/Documentation/filesystems/qnx6.txt
@@ -149,7 +149,7 @@ Bitmap system area
 ------------------
 
 The bitmap itself is divided into three parts.
-First the system area, that is split into two halfs.
+First the system area, that is split into two halves.
 Then userspace.
 
 The requirement for a static, fixed preallocated system area comes from how
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
index 12525b1..5be51fd 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -135,7 +135,7 @@ default behaviour.
 	If the memory cost of 8 log buffers is too high on small
 	systems, then it may be reduced at some cost to performance
 	on metadata intensive workloads. The logbsize option below
-	controls the size of each buffer and so is also relevent to
+	controls the size of each buffer and so is also relevant to
 	this case.
 
   logbsize=value
-- 
1.8.4.rc3.2.g2c2b664


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] documentations: treewide: Fix typo in Documentations/filesystems
  2013-08-19  4:50 [PATCH] documentations: treewide: Fix typo in Documentations/filesystems Masanari Iida
@ 2013-08-19 17:00 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2013-08-19 17:00 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, rob, linux-doc, Jiri Kosina

On 08/18/13 21:50, Masanari Iida wrote:
> Correct spelling typo in Documentations/filesystems.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

This probably can also go via trivial@kernel.org.

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> 
> ---
>  Documentation/filesystems/btrfs.txt     | 2 +-
>  Documentation/filesystems/f2fs.txt      | 2 +-
>  Documentation/filesystems/nfs/Exporting | 2 +-
>  Documentation/filesystems/qnx6.txt      | 2 +-
>  Documentation/filesystems/xfs.txt       | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt
> index b349d57..9dae594 100644
> --- a/Documentation/filesystems/btrfs.txt
> +++ b/Documentation/filesystems/btrfs.txt
> @@ -87,7 +87,7 @@ Unless otherwise specified, all options default to off.
>  
>    device=<devicepath>
>  	Specify a device during mount so that ioctls on the control device
> -	can be avoided.  Especialy useful when trying to mount a multi-device
> +	can be avoided.  Especially useful when trying to mount a multi-device
>  	setup as root.  May be specified multiple times for multiple devices.
>  
>    discard
> diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
> index 3cd27be..3b57456 100644
> --- a/Documentation/filesystems/f2fs.txt
> +++ b/Documentation/filesystems/f2fs.txt
> @@ -216,7 +216,7 @@ The dump.f2fs shows the information of specific inode and dumps SSA and SIT to
>  file. Each file is dump_ssa and dump_sit.
>  
>  The dump.f2fs is used to debug on-disk data structures of the f2fs filesystem.
> -It shows on-disk inode information reconized by a given inode number, and is
> +It shows on-disk inode information recognized by a given inode number, and is
>  able to dump all the SSA and SIT entries into predefined files, ./dump_ssa and
>  ./dump_sit respectively.
>  
> diff --git a/Documentation/filesystems/nfs/Exporting b/Documentation/filesystems/nfs/Exporting
> index 09994c2..e543b1a 100644
> --- a/Documentation/filesystems/nfs/Exporting
> +++ b/Documentation/filesystems/nfs/Exporting
> @@ -93,7 +93,7 @@ For a filesystem to be exportable it must:
>     2/ make sure that d_splice_alias is used rather than d_add
>        when ->lookup finds an inode for a given parent and name.
>  
> -      If inode is NULL, d_splice_alias(inode, dentry) is eqivalent to
> +      If inode is NULL, d_splice_alias(inode, dentry) is equivalent to
>  
>  		d_add(dentry, inode), NULL
>  
> diff --git a/Documentation/filesystems/qnx6.txt b/Documentation/filesystems/qnx6.txt
> index 99e9018..4086797 100644
> --- a/Documentation/filesystems/qnx6.txt
> +++ b/Documentation/filesystems/qnx6.txt
> @@ -149,7 +149,7 @@ Bitmap system area
>  ------------------
>  
>  The bitmap itself is divided into three parts.
> -First the system area, that is split into two halfs.
> +First the system area, that is split into two halves.
>  Then userspace.
>  
>  The requirement for a static, fixed preallocated system area comes from how
> diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
> index 12525b1..5be51fd 100644
> --- a/Documentation/filesystems/xfs.txt
> +++ b/Documentation/filesystems/xfs.txt
> @@ -135,7 +135,7 @@ default behaviour.
>  	If the memory cost of 8 log buffers is too high on small
>  	systems, then it may be reduced at some cost to performance
>  	on metadata intensive workloads. The logbsize option below
> -	controls the size of each buffer and so is also relevent to
> +	controls the size of each buffer and so is also relevant to
>  	this case.
>  
>    logbsize=value
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-19 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-19  4:50 [PATCH] documentations: treewide: Fix typo in Documentations/filesystems Masanari Iida
2013-08-19 17:00 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).