On Tue, 03 Dec 2013, micky_ch...@realsil.com.cn wrote:

> From: Micky Ching <micky_ch...@realsil.com.cn>

This should contain the author's name.

You should use:
   `git rebase -i` /* Use edit option */
then 
  `git commit --amend --author="First Last <first.l...@email.com>"

To apply it.

> drivers/mfd/rtl8411.c: In function 'rtl8411_fetch_vendor_settings':
> drivers/mfd/rtl8411.c:58:7: warning: 'reg1' is used uninitialized in this 
> function [-Wuninitialized]
> drivers/mfd/rtl8411.c: In function 'rtl8411b_fetch_vendor_settings':
> drivers/mfd/rtl8411.c:79:7: warning: 'reg' is used uninitialized in this 
> function [-Wuninitialized]
> drivers/mfd/rtl8411.c: In function 'rtl8411_fetch_vendor_settings':
> drivers/mfd/rtl8411.c:69:26: warning: 'reg3' may be used uninitialized in 
> this function [-Wuninitialized]
> 
> Signed-off-by: Lee Jones <lee.jo...@linaro.org>
> Tested-by: Micky Ching <micky_ch...@realsil.com.cn>

I know this is a bit of a strange situation, but whenever you sent
patches to the MLs,  you need to sign it off yourself too.


-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to