From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755407AbdELI5W (ORCPT ); Fri, 12 May 2017 04:57:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49654 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbdELI5V (ORCPT ); Fri, 12 May 2017 04:57:21 -0400 Date: Fri, 12 May 2017 10:57:11 +0200 From: Greg Kroah-Hartman To: Geert Uytterhoeven Cc: Gilad Ben-Yossef , Arnd Bergmann , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] staging: ccree: Fix indentation of driver_hash[] initializers Message-ID: <20170512085711.GA9083@kroah.com> References: <1494186810-864-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494186810-864-1-git-send-email-geert@linux-m68k.org> 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 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 :(