diff mbox series

xfs: Fix a typo

Message ID 20210322063926.3755645-1-unixbhaskar@gmail.com (mailing list archive)
State Accepted
Headers show
Series xfs: Fix a typo | expand

Commit Message

Bhaskar Chowdhury March 22, 2021, 6:39 a.m. UTC
s/strutures/structures/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 fs/xfs/xfs_aops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.31.0

Comments

Pavel Reichl March 22, 2021, 10:29 a.m. UTC | #1
On 3/22/21 7:39 AM, Bhaskar Chowdhury wrote:
> 
> s/strutures/structures/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  fs/xfs/xfs_aops.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
> index b4186d666157..1cc7c36d98e9 100644
> --- a/fs/xfs/xfs_aops.c
> +++ b/fs/xfs/xfs_aops.c
> @@ -158,7 +158,7 @@ xfs_end_ioend(
>  	nofs_flag = memalloc_nofs_save();
> 
>  	/*
> -	 * Just clean up the in-memory strutures if the fs has been shut down.
> +	 * Just clean up the in-memory structures if the fs has been shut down.
>  	 */
>  	if (XFS_FORCED_SHUTDOWN(ip->i_mount)) {
>  		error = -EIO;
> --
> 2.31.0
> 

Hi,

LGTM,

Reviewed-by: Pavel Reichl <preichl@redhat.com>

Thanks!
Randy Dunlap March 22, 2021, 6:48 p.m. UTC | #2
On 3/21/21 11:39 PM, Bhaskar Chowdhury wrote:
> 
> s/strutures/structures/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  fs/xfs/xfs_aops.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
> index b4186d666157..1cc7c36d98e9 100644
> --- a/fs/xfs/xfs_aops.c
> +++ b/fs/xfs/xfs_aops.c
> @@ -158,7 +158,7 @@ xfs_end_ioend(
>  	nofs_flag = memalloc_nofs_save();
> 
>  	/*
> -	 * Just clean up the in-memory strutures if the fs has been shut down.
> +	 * Just clean up the in-memory structures if the fs has been shut down.
>  	 */
>  	if (XFS_FORCED_SHUTDOWN(ip->i_mount)) {
>  		error = -EIO;
> --
diff mbox series

Patch

diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
index b4186d666157..1cc7c36d98e9 100644
--- a/fs/xfs/xfs_aops.c
+++ b/fs/xfs/xfs_aops.c
@@ -158,7 +158,7 @@  xfs_end_ioend(
 	nofs_flag = memalloc_nofs_save();

 	/*
-	 * Just clean up the in-memory strutures if the fs has been shut down.
+	 * Just clean up the in-memory structures if the fs has been shut down.
 	 */
 	if (XFS_FORCED_SHUTDOWN(ip->i_mount)) {
 		error = -EIO;