From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756794AbdD1Pwk (ORCPT ); Fri, 28 Apr 2017 11:52:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57632 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933528AbdD1Pwf (ORCPT ); Fri, 28 Apr 2017 11:52:35 -0400 Date: Fri, 28 Apr 2017 17:52:25 +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 v3] staging: speakup: fix wrong code indent Message-ID: <20170428155225.GA18808@kroah.com> References: <20170428093647.GA30688@kroah.com> <20170428144326.23397-1-dev@michaelmera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170428144326.23397-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 11:43:26PM +0900, Michael Mera wrote: > Fix checkpatch messages: > ERROR: code indent should use tabs where possible > WARNING: Block comments should align the * on each line > > Changes: > - replace unnecessary multiline comment by a single line comment > - change "bit mask" for "bitmask" to have a line shorter than 80 > characters > > Signed-off-by: Michael Mera > --- > > v2 -> v3: > - add missing changes descriptions > - improve patch message to make it more clear what changed This patch doesn't apply to my tree at all, what tree/branch did you make it against? thanks, greg k-h