From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932846AbaEGMvS (ORCPT ); Wed, 7 May 2014 08:51:18 -0400 Received: from mail-we0-f175.google.com ([74.125.82.175]:53149 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932243AbaEGMvQ (ORCPT ); Wed, 7 May 2014 08:51:16 -0400 Date: Wed, 7 May 2014 13:51:07 +0100 From: John Church To: Dan Carpenter Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, georgiana.chelu93@gmail.com, waydi1@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging : android: Fixes a coding style issue in timed_gpio.c Message-ID: <20140507125107.GA9345@waldorf-new> References: <1399465802-9309-1-git-send-email-sleeveroller@gmail.com> <20140507123915.GA26890@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140507123915.GA26890@mwanda> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 07, 2014 at 03:39:15PM +0300, Dan Carpenter wrote: > I wonder if there is some kind of tutorial which teaches people to > choose the least specific subject possible? We should find which > tutorial it is and update it. John, can you give us a hint here which > tutorial you are using? I'm doing the Eudyptula Challenge. Task 10 is to fix a coding style issue and submit it the relevant maintainers. > > On Wed, May 07, 2014 at 01:30:02PM +0100, John Church wrote: > > This patch fixes a coding style issue for a line that was over 80 characters long. > > > > Signed-off-by: John Church > > Anyway, looks ok. > > Reviewed-by: Dan Carpenter > > regards, > dan carpenter > Thanks for your advice Dan. I've setup git send-email and mutt now so I could test the patch properly before sending. Regards, John