linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	djwong@kernel.org, linux-xfs@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] xfs: Fix a typo
Date: Mon, 22 Mar 2021 11:48:10 -0700	[thread overview]
Message-ID: <bd1318da-cb43-a77a-5683-88ec3df3c2d5@infradead.org> (raw)
In-Reply-To: <20210322063926.3755645-1-unixbhaskar@gmail.com>

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;
> --


-- 
~Randy


  parent reply	other threads:[~2021-03-22 18:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22  6:39 [PATCH] xfs: Fix a typo Bhaskar Chowdhury
2021-03-22 10:29 ` Pavel Reichl
2021-03-22 18:48 ` Randy Dunlap [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02 21:19 [PATCH] xfs: fix " Andrew Kreimer
2024-10-02 21:28 ` Darrick J. Wong
2024-10-03  5:59 ` Dan Carpenter
2024-10-03  8:30   ` Andrew Kreimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd1318da-cb43-a77a-5683-88ec3df3c2d5@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=djwong@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=unixbhaskar@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).