Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933241AbcDENe7 (ORCPT ); Tue, 5 Apr 2016 09:34:59 -0400 Received: from 8bytes.org ([81.169.241.247]:50085 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932712AbcDENe6 (ORCPT ); Tue, 5 Apr 2016 09:34:58 -0400 Date: Tue, 5 Apr 2016 15:34:55 +0200 From: Joerg Roedel To: Cosmin-Gabriel Samoila Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: io-pgtable: fixed a brace coding style issue. Message-ID: <20160405133454.GB9516@8bytes.org> References: <1457828247-24366-1-git-send-email-gabrielcsmo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457828247-24366-1-git-send-email-gabrielcsmo@gmail.com> 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: 281 Lines: 9 On Sun, Mar 13, 2016 at 02:17:27AM +0200, Cosmin-Gabriel Samoila wrote: > Fixed a coding style issue. > > Signed-off-by: Cosmin-Gabriel Samoila > --- > drivers/iommu/io-pgtable.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks.