提交 75b92225 编写于 作者: N Nathaniel Yazdani 提交者: Jan Kara

jbd: remove unneeded semicolon

This patch removes an unnecessary semicolon that was placed after the
closing bracket of an inline JBD wrapper function.
Signed-off-by: NNathaniel Yazdani <n1ght.4nd.d4y@gmail.com>
Signed-off-by: NJan Kara <jack@suse.cz>
上级 3b2f64d0
......@@ -77,7 +77,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册