From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750997AbcEGTCE (ORCPT ); Sat, 7 May 2016 15:02:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34708 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbcEGTCD (ORCPT ); Sat, 7 May 2016 15:02:03 -0400 Date: Sat, 7 May 2016 21:01:57 +0200 From: Greg KH To: Thimo Braker Cc: arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: android: gio: fixes a variable type issue and tabbing issues Message-ID: <20160507190157.GA26588@kroah.com> References: <1462636597-15311-1-git-send-email-thibmorozier@gmail.com> <20160507171517.GA20652@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Sat, May 07, 2016 at 08:05:22PM +0200, Thimo Braker wrote: > Thanks for the reply. > Will give that a check. :) > Got pointed to torvalds/linux-2.6 by some other guy. > > Will have a look in the other repo. > Also, would you rather have me send a patch for every type (eg tabbing fix, > capital fix, spelling fix, 80-char fix, etc)? (Just to be sure I properly > understood you.) Yes, a patch should only do one thing. Look at the patches sent the driverdevel mailing list for examples of this. thanks, greg kh