Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806AbdIHJ20 (ORCPT ); Fri, 8 Sep 2017 05:28:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42918 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbdIHJ2Z (ORCPT ); Fri, 8 Sep 2017 05:28:25 -0400 Date: Fri, 8 Sep 2017 11:28:21 +0200 From: Greg KH To: harsha Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH v3] staging: pi433: Fixes minor typo errors Message-ID: <20170908092821.GA3770@kroah.com> References: <1504861934-15419-1-git-send-email-harshasharmaiitr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504861934-15419-1-git-send-email-harshasharmaiitr@gmail.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 616 Lines: 18 On Fri, Sep 08, 2017 at 02:42:14PM +0530, harsha wrote: > Fixes checkpatch warning -- "occured" and "succesfully" are misspelled > > Signed-off-by: Harsha Sharma > --- > drivers/staging/pi433/pi433_if.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) {sigh} Ok, last time for me, I have said all of these before, yet you have not changed anything: - your From: name does not match the signed-off-by: line - you did not describe what changed in the different versions of patches, that goes below the --- line, like the documentation tells you how to do. greg k-h