linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Pitre <nicolas.pitre@linaro.org>
To: Joe Perches <joe@perches.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] cramfs: Fix IS_ENABLED typo
Date: Sun, 13 May 2018 18:21:18 -0400 (EDT)	[thread overview]
Message-ID: <nycvar.YSQ.7.76.1805131818520.3749@knanqh.ubzr> (raw)
In-Reply-To: <6cb70923c547bb95496833593f994f4e2de6b0ab.camel@perches.com>

On Sun, 13 May 2018, Joe Perches wrote:

> There's an extra C here...
> 
> Fixes: 99c18ce580c6 ("cramfs: direct memory access support")
> Signed-off-by: Joe Perches <joe@perches.com>

Indeed.

Acked-by: Nicolas Pitre <nico@linaro.org>

@Al: could you pick up this one too?


> ---
>  fs/cramfs/inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/cramfs/inode.c b/fs/cramfs/inode.c
> index 017b0ab19bc4..124b093d14e5 100644
> --- a/fs/cramfs/inode.c
> +++ b/fs/cramfs/inode.c
> @@ -492,7 +492,7 @@ static void cramfs_kill_sb(struct super_block *sb)
>  {
>  	struct cramfs_sb_info *sbi = CRAMFS_SB(sb);
>  
> -	if (IS_ENABLED(CCONFIG_CRAMFS_MTD) && sb->s_mtd) {
> +	if (IS_ENABLED(CONFIG_CRAMFS_MTD) && sb->s_mtd) {
>  		if (sbi && sbi->mtd_point_size)
>  			mtd_unpoint(sb->s_mtd, 0, sbi->mtd_point_size);
>  		kill_mtd_super(sb);
> 
> 

  reply	other threads:[~2018-05-13 22:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-13 22:05 [PATCH] cramfs: Fix IS_ENABLED typo Joe Perches
2018-05-13 22:21 ` Nicolas Pitre [this message]
2018-05-13 22:26   ` Al Viro

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=nycvar.YSQ.7.76.1805131818520.3749@knanqh.ubzr \
    --to=nicolas.pitre@linaro.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@ZenIV.linux.org.uk \
    /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).