From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1425215AbdD1JAw (ORCPT ); Fri, 28 Apr 2017 05:00:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59110 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425198AbdD1JAp (ORCPT ); Fri, 28 Apr 2017 05:00:45 -0400 Date: Fri, 28 Apr 2017 11:00:34 +0200 From: Greg Kroah-Hartman To: Michael Mera Cc: William Hubbs , Chris Brannon , Kirk Reiser , Samuel Thibault , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: speakup: fix wrong code indent Message-ID: <20170428090034.GA3436@kroah.com> References: <20170428071146.GA27730@kroah.com> <20170428084607.21405-1-dev@michaelmera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170428084607.21405-1-dev@michaelmera.com> 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, Apr 28, 2017 at 05:46:07PM +0900, Michael Mera wrote: > Remove unnecessary multiline comment, fixes checkpatch messages: > ERROR: code indent should use tabs where possible > WARNING: Block comments should align the * on each line > > Signed-off-by: Michael Mera > --- > drivers/staging/speakup/speakup_decpc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) What changed from v1? That needs to go below the --- line. And I think my previous email still is relevant here...