From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760236AbbEEQLW (ORCPT ); Tue, 5 May 2015 12:11:22 -0400 Received: from 8bytes.org ([81.169.241.247]:51544 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2993466AbbEEPt7 (ORCPT ); Tue, 5 May 2015 11:49:59 -0400 Date: Tue, 5 May 2015 17:49:53 +0200 From: Joerg Roedel To: Robert Callicotte Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] IOMMU: Removed checkpatch warnings for Missing a blank line after declarations Message-ID: <20150505154953.GA16269@8bytes.org> References: <20150417043247.GA1554@lenny.callicotte.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150417043247.GA1554@lenny.callicotte.org> 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 On Thu, Apr 16, 2015 at 11:32:47PM -0500, Robert Callicotte wrote: > Fixed checkpatch warnings for missing blank line after declaration of > struct. > > Signed-off-by: Robert Callicotte Applied, thanks.