From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757599AbbE3HFa (ORCPT ); Sat, 30 May 2015 03:05:30 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:33831 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752516AbbE3HFW (ORCPT ); Sat, 30 May 2015 03:05:22 -0400 Date: Sat, 30 May 2015 12:35:11 +0530 From: Sudip Mukherjee To: Colin Cronin Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, lidza.louina@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Drivers: staging: Fixed comment and helpline spelling errors Message-ID: <20150530070511.GH31685@sudip-PC> References: <1432940453-21074-1-git-send-email-colinpatrickcronin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432940453-21074-1-git-send-email-colinpatrickcronin@gmail.com> 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 Fri, May 29, 2015 at 04:00:53PM -0700, Colin Cronin wrote: > Fixed a few spelling errors in commented code, helpline text, and a TODO list > Files changed: > > diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO > index 2b2c6ea..cbc679d 100644 > --- a/drivers/staging/dgnc/TODO > +++ b/drivers/staging/dgnc/TODO > @@ -1,6 +1,6 @@ > * checkpatch fixes > -* remove unecessary comments > -* remove unecessary error messages. Example kzalloc() has its > +* remove unnecessary comments > +* remove unnecessary error messages. Example kzalloc() has its > own error message. Adding an extra one is useless. > * use goto statements for error handling when appropriate > * there is a lot of unecessary code in the driver. It was this has already been done by commit id 69e98df7 . please update your tree. regards sudip