Searched hist:e3a4facdfc07179ebe017a07b8de6224a935a9f3 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | e3a4facdfc07179ebe017a07b8de6224a935a9f3 Tue Sep 23 10:41:02 UTC 2014 Joe Perches <joe@perches.com> checkpatch: remove unnecessary + after {8,8}
Pick the following commit from Linux kernel: commit 66cb4ee0e52ca721f609fd5eec16187189ae5fda Author: Joe Perches <joe@perches.com> Date: Wed Sep 10 09:40:47 2014 +1000
checkpatch: remove unnecessary + after {8,8}
There's a useless "+" use that needs to be removed as perl 5.20 emits a "Useless use of greediness modifier '+'" message each time it's hit.
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@ti.com>
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | patchstream.py | 4b89b8135f4792c456fbffbf7eea8456c3472455 Thu Sep 25 19:30:46 UTC 2014 Scott Wood <scottwood@freescale.com> patman: Check commit_match before stripping leading whitespace
True commit lines start at column zero. Anything that is indented is part of the commit message instead. I noticed this by trying to run buildman with commit e3a4facdfc07179ebe017a07b8de6224a935a9f3 as master, which contained a reference to a Linux commit inside the commit message. ProcessLine saw that as a genuite commit line, and thus buildman tried to build it, and died with an exception because that SHA is not present in the U-Boot tree.
Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: Simon Glass <sjg@chromium.org>
|