lkml.org 
[lkml]   [2013]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] jbd: remove unneeded semicolon
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


\
 
 \ /
  Last update: 2013-07-04 01:21    [W:0.054 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site