From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 29 Sep 2014 15:59:46 +0200 Subject: [PATCH 6/6] Documentation: Add entry for Spreadtrum's Shark64 SoC In-Reply-To: <1411992293-7729-7-git-send-email-zhang.lyra@gmail.com> References: <1411992293-7729-1-git-send-email-zhang.lyra@gmail.com> <1411992293-7729-7-git-send-email-zhang.lyra@gmail.com> Message-ID: <3268049.TolhrmBCZA@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 29 September 2014 20:04:53 zhang.lyra at gmail.com wrote: > From: "chunyan.zhang" > > Adds a devicetree binding documentation for Spreadtrum's Shark64 SoC. > > Signed-off-by: chunyan.zhang One more thing: The email addresses look wrong, please use the form in which you normally write the names, such as Signed-off-by: Zhang Chunyan You can set the user name that git will add using the 'git config --global user.name ...'. Also, I notice that the email from which the patch is sent does not match the last 'Signed-off-by' line. If Chunyan and Lyra are both your names, better pick one that you use for both the email and the signoff. If you are Lyra and are posting a patch from Chunyan, please add your own line below hers, like Signed-off-by: Zhang Chunyan Signed-off-by: Zhang Lyra so that you include everybody who was involved in sending the patch, but have your own list last. Arnd