From patchwork Thu Jul 21 01:33:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Changlong Xie X-Patchwork-Id: 650959 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rvx535TJBz9t2s for ; Thu, 21 Jul 2016 11:28:55 +1000 (AEST) Received: from localhost ([::1]:37748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQ2n8-0004G4-J6 for incoming@patchwork.ozlabs.org; Wed, 20 Jul 2016 21:28:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQ2mR-0003tg-N6 for qemu-devel@nongnu.org; Wed, 20 Jul 2016 21:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQ2mN-0008Fr-Fo for qemu-devel@nongnu.org; Wed, 20 Jul 2016 21:28:02 -0400 Received: from [59.151.112.132] (port=60540 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQ2mN-0008Ev-0M for qemu-devel@nongnu.org; Wed, 20 Jul 2016 21:27:59 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="8921381" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 21 Jul 2016 09:27:42 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id 9C2644218F45; Thu, 21 Jul 2016 09:27:42 +0800 (CST) Received: from changlox.g08.fujitsu.local (10.167.225.55) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.279.2; Thu, 21 Jul 2016 09:27:41 +0800 From: Changlong Xie To: Date: Thu, 21 Jul 2016 09:33:04 +0800 Message-ID: <1469064784-18570-1-git-send-email-xiecl.fnst@cn.fujitsu.com> X-Mailer: git-send-email 1.9.3 MIME-Version: 1.0 X-Originating-IP: [10.167.225.55] X-yoursite-MailScanner-ID: 9C2644218F45.ACB93 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: xiecl.fnst@cn.fujitsu.com X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 59.151.112.132 Subject: [Qemu-devel] [PATCH] checkpatch: rename README to README.md X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Pranith Kumar , Stefan Hajnoczi Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Since commit e5dfc5e broke the logic of @top_of_kernel_tree Cc: Pranith Kumar Cc: Paolo Bonzini Cc: Stefan Hajnoczi Signed-off-by: Changlong Xie Reviewed-by: Marc-André Lureau --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index afa7f79..8247305 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -286,7 +286,7 @@ sub top_of_kernel_tree { my @tree_check = ( "COPYING", "MAINTAINERS", "Makefile", - "README", "docs", "VERSION", + "README.md", "docs", "VERSION", "vl.c" );