From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: "Bernhard M. Wiedemann" <bwiedemann@suse.de>
Cc: linux-ext4 <linux-ext4@vger.kernel.org>
Subject: Re: [PATCH] debugfs: fix typo in message
Date: Tue, 25 Nov 2014 13:36:37 -0800 [thread overview]
Message-ID: <20141125213637.GA12111@birch.djwong.org> (raw)
In-Reply-To: <1416737044-26285-1-git-send-email-bwiedemann@suse.de>
[add list to cc]
Looks ok, but please send patches to linux-ext4 for broader review.
--D
On Sun, Nov 23, 2014 at 11:04:04AM +0100, Bernhard M. Wiedemann wrote:
> From: "Bernhard M. Wiedemann" <bwiedemann@suse.de>
>
> Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
> ---
> debugfs/quota.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debugfs/quota.c b/debugfs/quota.c
> index 5589c1a..9612f64 100644
> --- a/debugfs/quota.c
> +++ b/debugfs/quota.c
> @@ -36,7 +36,7 @@ static int load_quota_ctx(char *progname)
>
> if (!EXT2_HAS_RO_COMPAT_FEATURE(current_fs->super,
> EXT4_FEATURE_RO_COMPAT_QUOTA)) {
> - com_err(progname, 0, "quota feature not eanbled");
> + com_err(progname, 0, "quota feature not enabled");
> return 1;
> }
>
> --
> 1.8.1.4
>
next parent reply other threads:[~2014-11-25 21:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1416737044-26285-1-git-send-email-bwiedemann@suse.de>
2014-11-25 21:36 ` Darrick J. Wong [this message]
2014-12-02 20:24 ` [PATCH] debugfs: fix typo in message Theodore Ts'o
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=20141125213637.GA12111@birch.djwong.org \
--to=darrick.wong@oracle.com \
--cc=bwiedemann@suse.de \
--cc=linux-ext4@vger.kernel.org \
/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).