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