kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] scripts/checkpatch.pl: Adjust the top_of_kernel_tree check for kvm-unit-tests
@ 2025-07-24 14:32 Thomas Huth
  0 siblings, 0 replies; only message in thread
From: Thomas Huth @ 2025-07-24 14:32 UTC (permalink / raw)
  To: kvm; +Cc: Andrew Jones, Nicholas Piggin

From: Thomas Huth <thuth@redhat.com>

The copy of checkpatch.pl that we currently have in the kvm-unit-tests
repository refuses to work without the --no-tree switch, since it looks
for some kernel-related files to determine the top directory. Adjust this
list of files for the kvm-unit-tests repository to make it work.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 scripts/checkpatch.pl | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index acef47b7..e858261c 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -1382,9 +1382,8 @@ sub top_of_kernel_tree {
 	my ($root) = @_;
 
 	my @tree_check = (
-		"COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile",
-		"README", "Documentation", "arch", "include", "drivers",
-		"fs", "init", "ipc", "kernel", "lib", "scripts",
+		"COPYRIGHT", "LICENSE", "MAINTAINERS", "Makefile",
+		"README.md", "docs", "lib", "scripts",
 	);
 
 	foreach my $check (@tree_check) {
-- 
2.50.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-24 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 14:32 [kvm-unit-tests PATCH] scripts/checkpatch.pl: Adjust the top_of_kernel_tree check for kvm-unit-tests Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).