From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751266AbdCMWFy (ORCPT ); Mon, 13 Mar 2017 18:05:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42250 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751047AbdCMWFs (ORCPT ); Mon, 13 Mar 2017 18:05:48 -0400 Date: Tue, 14 Mar 2017 06:05:34 +0800 From: Greg KH To: Arushi Singhal Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, samuel.thibault@ens-lyon.org, chris@the-brannons.com Subject: Re: [PATCH v3 1/2] staging: speakup: identation should use tabs Message-ID: <20170313220534.GA14919@kroah.com> References: <20170313202004.24382-1-arushisinghal19971997@gmail.com> <20170313202004.24382-3-arushisinghal19971997@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170313202004.24382-3-arushisinghal19971997@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 14, 2017 at 01:49:54AM +0530, Arushi Singhal wrote: > Indentation should always use tabs and never spaces. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/speakup/speakup_dtlk.h | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) What changed from v2? Always list it, even if nothing changed... thanks, greg k-h