Re: [PATCH] xfs: Fix a typo
From: Randy Dunlap <hidden>
Date: 2021-03-22 18:49:51
Also in:
lkml
From: Randy Dunlap <hidden>
Date: 2021-03-22 18:49:51
Also in:
lkml
On 3/21/21 11:39 PM, Bhaskar Chowdhury wrote:
s/strutures/structures/ Signed-off-by: Bhaskar Chowdhury <redacted>
Acked-by: Randy Dunlap <redacted>
--- 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; --
-- ~Randy