Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754199AbdIHJ4d (ORCPT ); Fri, 8 Sep 2017 05:56:33 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:58075 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654AbdIHJ4c (ORCPT ); Fri, 8 Sep 2017 05:56:32 -0400 X-IronPort-AV: E=Sophos;i="5.42,360,1500933600"; d="scan'208";a="290147048" Date: Fri, 8 Sep 2017 11:56:01 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Dan Carpenter cc: harsha , devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [Outreachy kernel] [PATCH v4] staging: pi433: Fixes minor typo errors In-Reply-To: <20170908095039.ns6kjwa2j5jbrrbi@mwanda> Message-ID: References: <1504863598-16301-1-git-send-email-harshasharmaiitr@gmail.com> <20170908095039.ns6kjwa2j5jbrrbi@mwanda> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2017 Lines: 60 On Fri, 8 Sep 2017, Dan Carpenter wrote: > On Fri, Sep 08, 2017 at 11:45:20AM +0200, Julia Lawall wrote: > > > > > > On Fri, 8 Sep 2017, harsha wrote: > > > > > From: Harsha Sharma > > > > > > Fixes checkpatch warning -- "occured" and "succesfully" are misspelled > > > > > > Signed-off-by: Harsha Sharma > > > --- > > > Changes in v4: > > > -Correct the format of the subject. > > > -Signed-off properly. > > > > It's not signed off properly. Like Greg just said (maybe the mails > > crossed), the sign off needs to be the same as the From line. This > > probably relates to your git configuration or your mailer. Send the patch > > to yourself before sending it out on the mailing list to be sure that > > everything is ok. > > > > This is actually OK-ish... It's better when we don't have the extra > From: and there is no need for that with gmail, but we sometimes allow > it for companies which have broken mailservers. Oops, I'm sorry. I didn't see the extra From line. SubmittingPatches says that the From line should be provided: The ``from`` line must be the very first line in the message body, and has the form: From: Original Author It does say: If the ``from`` line is missing, then the ``From:`` line from the email header will be used to determine the patch author in the changelog. But it doesn't convey the same spirit as "we sometimes allow". julia > > regards, > dan carpenter > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20170908095039.ns6kjwa2j5jbrrbi%40mwanda. > For more options, visit https://groups.google.com/d/optout. >