From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753137AbaDCRQe (ORCPT ); Thu, 3 Apr 2014 13:16:34 -0400 Received: from 1wt.eu ([62.212.114.60]:2937 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752924AbaDCRQb (ORCPT ); Thu, 3 Apr 2014 13:16:31 -0400 Date: Thu, 3 Apr 2014 19:16:14 +0200 From: Willy Tarreau To: armand.bastien@laposte.net Cc: willy@meta-x.org, gregkh@linuxfoundation.org, monamagarwal123@gmail.com, jake.champlin.27@gmail.com, arnd@arndb.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging : panel : fix checkpatch warnings (linux-next) Message-ID: <20140403171614.GG16158@1wt.eu> References: <20140403165859.GA10253@plop.dartybox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140403165859.GA10253@plop.dartybox.com> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 03, 2014 at 06:59:09PM +0200, armand.bastien@laposte.net wrote: > This patch fixes "Missing a blank line after declarations" checkpatch warning in panel.c. Acked-By: Willy Tarreau Thanks Bastien for this. Willy