From 3b3f474afce0ce7394f6221e16a086b8f58b1754 Mon Sep 17 00:00:00 2001 From: Carlos Llamas Date: Wed, 7 Apr 2021 23:11:23 +0000 Subject: [PATCH] ANDROID: README.md: fix checkpatch.pl path typo Fixes: f8978f4f6a5e ("ANDROID: add README.md") Signed-off-by: Carlos Llamas Change-Id: Ie6ec625343fbd39fd99c9016953a57d9c7ba367e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 468ac2084b21..4a1deb36d391 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ not a persuasive case. # Common Kernel patch requirements -- All patches must conform to the Linux kernel coding standards and pass `script/checkpatch.pl` +- All patches must conform to the Linux kernel coding standards and pass `scripts/checkpatch.pl` - Patches shall not break gki_defconfig or allmodconfig builds for arm, arm64, x86, x86_64 architectures (see https://source.android.com/setup/build/building-kernels) - If the patch is not merged from an upstream branch, the subject must be tagged with the type of patch: