test01.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. commit b9da5f937bd5ea4931ea17459bf79b2905d9594d
  2. Author: Simon Glass <sjg@chromium.org>
  3. Date: Sat Apr 15 15:39:08 2017 -0600
  4. pci: Correct cast for sandbox
  5. This gives a warning with some native compilers:
  6. cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
  7. ‘long long unsigned int’, but argument 3 has type
  8. ‘u64 {aka long unsigned int}’ [-Wformat=]
  9. Fix it with a cast.
  10. Signed-off-by: Simon Glass <sjg@chromium.org>
  11. Commit-changes: 2
  12. - second revision change
  13. Series-notes:
  14. some notes
  15. about some things
  16. from the first commit
  17. END
  18. Commit-notes:
  19. Some notes about
  20. the first commit
  21. END
  22. commit 5ab48490f03051875ab13d288a4bf32b507d76fd
  23. Author: Simon Glass <sjg@chromium.org>
  24. Date: Sat Apr 15 15:39:08 2017 -0600
  25. fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
  26. This gives a warning with some native compilers:
  27. lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
  28. ‘long long unsigned int’, but argument 3 has type
  29. ‘long unsigned int’ [-Wformat=]
  30. Fix it with a cast.
  31. Signed-off-by: Simon Glass <sjg@chromium.org>
  32. Series-to: u-boot
  33. Series-prefix: RFC
  34. Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>
  35. Cover-letter-cc: Lord Mëlchett <clergy@palace.gov>
  36. Series-version: 3
  37. Patch-cc: fred
  38. Series-process-log: sort, uniq
  39. Series-changes: 4
  40. - Some changes
  41. - Multi
  42. line
  43. change
  44. Commit-changes: 2
  45. - Changes only for this commit
  46. Cover-changes: 4
  47. - Some notes for the cover letter
  48. Cover-letter:
  49. test: A test patch series
  50. This is a test of how the cover
  51. letter
  52. works
  53. END