From: Jan Kara <jack@suse.cz>
To: Nathaniel Yazdani <n1ght.4nd.d4y@gmail.com>
Cc: akpm@linux-foundation.org, jack@suse.cz,
linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] jbd: remove unneeded semicolon
Date: Thu, 4 Jul 2013 00:59:08 +0200 [thread overview]
Message-ID: <20130703225908.GA30822@quack.suse.cz> (raw)
In-Reply-To: <1372884741.11138.0.camel@lizardlounge>
On Wed 03-07-13 13:52:21, Nathaniel Yazdani wrote:
> This patch removes an unnecessary semicolon that was placed after the closing
> bracket of an inline JBD wrapper function.
Thanks. Added to my tree.
Honza
>
> Signed-off-by: Nathaniel Yazdani <n1ght.4nd.d4y@gmail.com>
> ---
> diff --git a/include/linux/jbd.h b/include/linux/jbd.h
> index 7e0b622..9d789a9 100644
> --- a/include/linux/jbd.h
> +++ b/include/linux/jbd.h
> @@ -78,7 +78,7 @@ static inline void *jbd_alloc(size_t size, gfp_t flags)
> static inline void jbd_free(void *ptr, size_t size)
> {
> free_pages((unsigned long)ptr, get_order(size));
> -};
> +}
>
> #define JFS_MIN_JOURNAL_BLOCKS 1024
>
>
>
>
>
>
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2013-07-03 22:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 20:52 [PATCH] jbd: remove unneeded semicolon Nathaniel Yazdani
2013-07-03 22:59 ` Jan Kara [this message]
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=20130703225908.GA30822@quack.suse.cz \
--to=jack@suse.cz \
--cc=akpm@linux-foundation.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=n1ght.4nd.d4y@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