All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: Fix typo issue
@ 2021-03-17  7:10 zuoqilin1
  2021-03-17 13:34 ` Dave Kleikamp
  0 siblings, 1 reply; 2+ messages in thread
From: zuoqilin1 @ 2021-03-17  7:10 UTC (permalink / raw)
  To: shaggy; +Cc: jfs-discussion, linux-kernel, zuoqilin

From: zuoqilin <zuoqilin@yulong.com>

Change 'inacitve' to 'inactive'.

Signed-off-by: zuoqilin <zuoqilin@yulong.com>
---
 fs/jfs/jfs_dmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
index 7aee156..91f4ec93 100644
--- a/fs/jfs/jfs_dmap.c
+++ b/fs/jfs/jfs_dmap.c
@@ -3660,7 +3660,7 @@ void dbFinalizeBmap(struct inode *ipbmap)
 	 * (the leftmost ag with average free space in it);
 	 */
 //agpref:
-	/* get the number of active ags and inacitve ags */
+	/* get the number of active ags and inactive ags */
 	actags = bmp->db_maxag + 1;
 	inactags = bmp->db_numag - actags;
 	ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1);	/* ??? */
-- 
1.9.1



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

* Re: [PATCH] fs: Fix typo issue
  2021-03-17  7:10 [PATCH] fs: Fix typo issue zuoqilin1
@ 2021-03-17 13:34 ` Dave Kleikamp
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Kleikamp @ 2021-03-17 13:34 UTC (permalink / raw)
  To: zuoqilin1; +Cc: jfs-discussion, linux-kernel, zuoqilin

Thanks, applied.

Shaggy

On 3/17/21 2:10 AM, zuoqilin1@163.com wrote:
> From: zuoqilin <zuoqilin@yulong.com>
> 
> Change 'inacitve' to 'inactive'.
> 
> Signed-off-by: zuoqilin <zuoqilin@yulong.com>
> ---
>   fs/jfs/jfs_dmap.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
> index 7aee156..91f4ec93 100644
> --- a/fs/jfs/jfs_dmap.c
> +++ b/fs/jfs/jfs_dmap.c
> @@ -3660,7 +3660,7 @@ void dbFinalizeBmap(struct inode *ipbmap)
>   	 * (the leftmost ag with average free space in it);
>   	 */
>   //agpref:
> -	/* get the number of active ags and inacitve ags */
> +	/* get the number of active ags and inactive ags */
>   	actags = bmp->db_maxag + 1;
>   	inactags = bmp->db_numag - actags;
>   	ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1);	/* ??? */
> 

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

end of thread, other threads:[~2021-03-17 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  7:10 [PATCH] fs: Fix typo issue zuoqilin1
2021-03-17 13:34 ` Dave Kleikamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.