[U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE

Masahiro YAMADA yamada.m at jp.panasonic.com
Sun Aug 31 15:18:10 CEST 2014


Hi Ian,


2014-08-31 21:13 GMT+09:00 Ian Campbell <ijc at hellion.org.uk>:
> Patch is the result of:
>   sed -i -e 's/FTDFILE/FDTFILE/g' board/sunxi/Kconfig configs/* include/configs/sunxi-common.h
>   sed -i -e 's/ftdfile/fdtfile/g' board/sunxi/Kconfig
>
> Spotted-by: Vagrant Cascadian <vagrant at debian.org>
> Signed-off-by: Ian Campbell <ijc at hellion.org.uk>

I have never seen 'Spotted-by' in U-Boot.
(I can see it in Linux, but really rare.)

In U-boot (and Linux), Reported-by or Suggested-by is more common:

$ git log --grep='Reported-by:' | wc
   2812   12393  108877
$ git log --grep='Suggested-by:' | wc
    434    1848   16214
$ git log --grep='Spotted-by:' | wc
      0       0       0

In my opition, we should use the tags documented in the following page:
https://www.kernel.org/doc/Documentation/SubmittingPatches



-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list