From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757418AbdELJbW (ORCPT ); Fri, 12 May 2017 05:31:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51070 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757271AbdELJbU (ORCPT ); Fri, 12 May 2017 05:31:20 -0400 Date: Fri, 12 May 2017 11:31:11 +0200 From: Greg Kroah-Hartman To: Geert Uytterhoeven Cc: driverdevel , "linux-kernel@vger.kernel.org" , Arnd Bergmann Subject: Re: [PATCH 1/2] staging: ccree: Fix indentation of driver_hash[] initializers Message-ID: <20170512093111.GA31526@kroah.com> References: <1494186810-864-1-git-send-email-geert@linux-m68k.org> <20170512085711.GA9083@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 12, 2017 at 11:28:37AM +0200, Geert Uytterhoeven wrote: > Hi Greg, > > On Fri, May 12, 2017 at 10:57 AM, Greg Kroah-Hartman > wrote: > > On Sun, May 07, 2017 at 09:53:29PM +0200, Geert Uytterhoeven wrote: > >> Closing braces should match the first characters of the opening. > >> > >> Signed-off-by: Geert Uytterhoeven > >> --- > >> drivers/staging/ccree/ssi_hash.c | 28 ++++++++++++++-------------- > >> 1 file changed, 14 insertions(+), 14 deletions(-) > > > > Doesn't apply to my tree at all :( > > Not anymore, as Linus applied an alternative from Andrew for my 2/2. > Hence see v2. Ah, got that one now, sorry for the noise :) greg k-h