From patchwork Wed Jan 11 16:28:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 9510603 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 01BBD60762 for ; Wed, 11 Jan 2017 16:30:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D84B3284E3 for ; Wed, 11 Jan 2017 16:30:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CB39D285CA; Wed, 11 Jan 2017 16:30:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6AA072858A for ; Wed, 11 Jan 2017 16:29:53 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cRLmU-0001FR-CJ; Wed, 11 Jan 2017 16:29:46 +0000 Received: from mail-wj0-x22f.google.com ([2a00:1450:400c:c01::22f]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cRLly-0008VY-QY for linux-arm-kernel@lists.infradead.org; Wed, 11 Jan 2017 16:29:16 +0000 Received: by mail-wj0-x22f.google.com with SMTP id tn15so106673106wjb.1 for ; Wed, 11 Jan 2017 08:28:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=TXo5Jo1ABhxgurpk/yo34BYQwZ0zl1RhyrwdCmwklBA=; b=F9/45lM/ZSx9DzWvf8Hk+Kp55kc7Rf3KrDOBQPGGqajj3nxPlolsTmallCgdhmtQmy RFxzLmwwhf7AmhmY2qbPbn+reK+JJlwH9lvXuUiSljspaMOIB9ViVyl/dJNNW2FUg+5/ KYDh8rQGe0IhaHSlo3kLDDmcNuqr06WJF0dyQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TXo5Jo1ABhxgurpk/yo34BYQwZ0zl1RhyrwdCmwklBA=; b=QLw6WfAMie0bX/UMU0KU0o+as1gcs9qVOr0C/ZeaDvokLIVDcfo9YjaNyYwg091eeg nUMTujWqEZNWaiTgJS79rbr8GowYdWF2U6yvibrItaLNjSIhpGqlcpwvl4V2F/SaDhLJ uJS1tvHdbnUiTs3rByg92F+fIATvhHyHoZ2XBAmclYhYCfQPecaPxFCwMz1xAimordCg w0x950qLf76SVXUihQ87juoKwgvwOhfpDLp+OvzXV67v1h/FkjXgsNmUGoMOLb6iwazv E/MSnl/Hlq4fb5RwSOQZXt5tLgJYQ5yU8Lr8tshnhEnAz8E1rctp/Y+AkHL7fm+WO+iI tuhg== X-Gm-Message-State: AIkVDXJScyIqfFu4qj3WjziWz8gnh40GGmW8Ia2qkKrVi3IfF8HSGqtLkrrKo23lvHDADZNf X-Received: by 10.194.205.225 with SMTP id lj1mr6688678wjc.122.1484152132940; Wed, 11 Jan 2017 08:28:52 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id 14sm9850141wmk.1.2017.01.11.08.28.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jan 2017 08:28:51 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id D1DDC3E0747; Wed, 11 Jan 2017 16:28:48 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: drjones@redhat.com, pbonzini@redhat.com Subject: [kvm-unit-tests PATCH 4/6] docs: mention checkpatch in the README Date: Wed, 11 Jan 2017 16:28:39 +0000 Message-Id: <20170111162841.15569-5-alex.bennee@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170111162841.15569-1-alex.bennee@linaro.org> References: <20170111162841.15569-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170111_082915_031842_564763DC X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Alex Bennée --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5027b62..9462824 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,4 @@ You can add the following to .git/config to do this automatically for you: [format] subjectprefix = kvm-unit-tests PATCH +Please run the kernel's ./scripts/checkpatch.pl on new patches