mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_tree()
@ 2015-01-19 20:56 Antony Pavlov
  2015-01-20  6:57 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2015-01-19 20:56 UTC (permalink / raw)
  To: barebox

The CREDITS file is removed in the commit

    commit 6570288f2d97d3a3dceb3e631b4e4f4305352dc8
    Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
    Date:   Tue Jan 13 14:27:07 2015 +0900

        Remove the CREDITS file

But checkpatch.pl still trying to check it presence.
There is not such CREDITS file and checkpatch.pl exits with
'Must be run from the top-level dir. of a kernel tree' message.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 scripts/checkpatch.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 419436d..a40d32c 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -328,7 +328,7 @@ sub top_of_kernel_tree {
 	my ($root) = @_;
 
 	my @tree_check = (
-		"arch", "commands", "common", "COPYING", "CREDITS", "defaultenv",  
+		"arch", "commands", "common", "COPYING", "defaultenv",
 		"Documentation", "drivers", "fs", "include", "lib",
 		"MAKEALL", "Makefile", "net", "README", "scripts", "TODO"
 	);
-- 
2.1.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_tree()
  2015-01-19 20:56 [PATCH] scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_tree() Antony Pavlov
@ 2015-01-20  6:57 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-01-20  6:57 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Mon, Jan 19, 2015 at 11:56:08PM +0300, Antony Pavlov wrote:
> The CREDITS file is removed in the commit
> 
>     commit 6570288f2d97d3a3dceb3e631b4e4f4305352dc8
>     Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
>     Date:   Tue Jan 13 14:27:07 2015 +0900
> 
>         Remove the CREDITS file
> 
> But checkpatch.pl still trying to check it presence.
> There is not such CREDITS file and checkpatch.pl exits with
> 'Must be run from the top-level dir. of a kernel tree' message.
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-20  6:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 20:56 [PATCH] scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_tree() Antony Pavlov
2015-01-20  6:57 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox