Re: [PATCH] [TRIVIAL] ext*: spelling fix prefered -> preferred

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've applied this patch to the trivial tree, since I don't see it merged 
elsewhere and it looks obviously correct.

/Jesper Juhl


On Wed, 19 Mar 2008, Benoit Boissinot wrote:

> Spelling fix: prefered -> preferred
> 
> Signed-off-by: Benoit Boissinot <benoit.boissinot@xxxxxxxxxxxx>
> 
> diff -r 2202c155b8c3 -r ef957e3033e5 fs/ext2/ialloc.c
> --- a/fs/ext2/ialloc.c	Tue Mar 18 21:34:48 2008 -0700
> +++ b/fs/ext2/ialloc.c	Wed Mar 19 21:01:45 2008 +0100
> @@ -253,7 +253,7 @@
>   * it has too few free inodes left (min_inodes) or 
>   * it has too few free blocks left (min_blocks) or 
>   * it's already running too large debt (max_debt). 
> - * Parent's group is prefered, if it doesn't satisfy these 
> + * Parent's group is preferred, if it doesn't satisfy these 
>   * conditions we search cyclically through the rest. If none 
>   * of the groups look good we just look for a group with more 
>   * free inodes than average (starting at parent's group). 
> diff -r 2202c155b8c3 -r ef957e3033e5 fs/ext2/inode.c
> --- a/fs/ext2/inode.c	Tue Mar 18 21:34:48 2008 -0700
> +++ b/fs/ext2/inode.c	Wed Mar 19 21:01:45 2008 +0100
> @@ -239,7 +239,7 @@
>   *	@inode: owner
>   *	@ind: descriptor of indirect block.
>   *
> - *	This function returns the prefered place for block allocation.
> + *	This function returns the preferred place for block allocation.
>   *	It is used when heuristic for sequential allocation fails.
>   *	Rules are:
>   *	  + if there is a block to the left of our position - allocate near it.
> @@ -283,7 +283,7 @@
>  }
>  
>  /**
> - *	ext2_find_goal - find a prefered place for allocation.
> + *	ext2_find_goal - find a preferred place for allocation.
>   *	@inode: owner
>   *	@block:  block we want
>   *	@partial: pointer to the last triple within a chain
> diff -r 2202c155b8c3 -r ef957e3033e5 fs/ext3/ialloc.c
> --- a/fs/ext3/ialloc.c	Tue Mar 18 21:34:48 2008 -0700
> +++ b/fs/ext3/ialloc.c	Wed Mar 19 21:01:45 2008 +0100
> @@ -239,7 +239,7 @@
>   * it has too few free inodes left (min_inodes) or
>   * it has too few free blocks left (min_blocks) or
>   * it's already running too large debt (max_debt).
> - * Parent's group is prefered, if it doesn't satisfy these
> + * Parent's group is preferred, if it doesn't satisfy these
>   * conditions we search cyclically through the rest. If none
>   * of the groups look good we just look for a group with more
>   * free inodes than average (starting at parent's group).
> diff -r 2202c155b8c3 -r ef957e3033e5 fs/ext3/inode.c
> --- a/fs/ext3/inode.c	Tue Mar 18 21:34:48 2008 -0700
> +++ b/fs/ext3/inode.c	Wed Mar 19 21:01:45 2008 +0100
> @@ -392,7 +392,7 @@
>   *	@inode: owner
>   *	@ind: descriptor of indirect block.
>   *
> - *	This function returns the prefered place for block allocation.
> + *	This function returns the preferred place for block allocation.
>   *	It is used when heuristic for sequential allocation fails.
>   *	Rules are:
>   *	  + if there is a block to the left of our position - allocate near it.
> @@ -436,12 +436,12 @@
>  }
>  
>  /**
> - *	ext3_find_goal - find a prefered place for allocation.
> + *	ext3_find_goal - find a preferred place for allocation.
>   *	@inode: owner
>   *	@block:  block we want
>   *	@partial: pointer to the last triple within a chain
>   *
> - *	Normally this function find the prefered place for block allocation,
> + *	Normally this function find the preferred place for block allocation,
>   *	returns it.
>   */
>  
> diff -r 2202c155b8c3 -r ef957e3033e5 fs/ext4/ialloc.c
> --- a/fs/ext4/ialloc.c	Tue Mar 18 21:34:48 2008 -0700
> +++ b/fs/ext4/ialloc.c	Wed Mar 19 21:01:45 2008 +0100
> @@ -305,7 +305,7 @@
>   * it has too few free inodes left (min_inodes) or
>   * it has too few free blocks left (min_blocks) or
>   * it's already running too large debt (max_debt).
> - * Parent's group is prefered, if it doesn't satisfy these
> + * Parent's group is preferred, if it doesn't satisfy these
>   * conditions we search cyclically through the rest. If none
>   * of the groups look good we just look for a group with more
>   * free inodes than average (starting at parent's group).
> diff -r 2202c155b8c3 -r ef957e3033e5 fs/ext4/inode.c
> --- a/fs/ext4/inode.c	Tue Mar 18 21:34:48 2008 -0700
> +++ b/fs/ext4/inode.c	Wed Mar 19 21:01:45 2008 +0100
> @@ -382,7 +382,7 @@
>   *	@inode: owner
>   *	@ind: descriptor of indirect block.
>   *
> - *	This function returns the prefered place for block allocation.
> + *	This function returns the preferred place for block allocation.
>   *	It is used when heuristic for sequential allocation fails.
>   *	Rules are:
>   *	  + if there is a block to the left of our position - allocate near it.
> @@ -432,12 +432,12 @@
>  }
>  
>  /**
> - *	ext4_find_goal - find a prefered place for allocation.
> + *	ext4_find_goal - find a preferred place for allocation.
>   *	@inode: owner
>   *	@block:  block we want
>   *	@partial: pointer to the last triple within a chain
>   *
> - *	Normally this function find the prefered place for block allocation,
> + *	Normally this function find the preferred place for block allocation,
>   *	returns it.
>   */
>  static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block,
> 
> -- 
> :wq
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux