Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933196Ab3GCW7M (ORCPT ); Wed, 3 Jul 2013 18:59:12 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53181 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755195Ab3GCW7K (ORCPT ); Wed, 3 Jul 2013 18:59:10 -0400 Date: Thu, 4 Jul 2013 00:59:08 +0200 From: Jan Kara To: Nathaniel Yazdani 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 Message-ID: <20130703225908.GA30822@quack.suse.cz> References: <1372884741.11138.0.camel@lizardlounge> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372884741.11138.0.camel@lizardlounge> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 983 Lines: 35 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 > --- > 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 SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/