From patchwork Mon May 7 10:40:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mao Zhongyi X-Patchwork-Id: 10383871 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 B76AB60236 for ; Mon, 7 May 2018 10:41:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AAFAC288D2 for ; Mon, 7 May 2018 10:41:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A012C2894B; Mon, 7 May 2018 10:41:06 +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=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 50C9A288D2 for ; Mon, 7 May 2018 10:41:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752079AbeEGKlD (ORCPT ); Mon, 7 May 2018 06:41:03 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:34088 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751919AbeEGKlB (ORCPT ); Mon, 7 May 2018 06:41:01 -0400 X-IronPort-AV: E=Sophos;i="5.43,368,1503331200"; d="scan'208";a="39640305" Received: from localhost (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 07 May 2018 18:41:00 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (unknown [10.167.33.83]) by cn.fujitsu.com (Postfix) with ESMTP id 7140B4B34D23 for ; Mon, 7 May 2018 18:40:56 +0800 (CST) Received: from localhost.localdomain (10.167.226.106) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.361.1; Mon, 7 May 2018 18:40:56 +0800 From: Mao Zhongyi To: CC: Mao Zhongyi Subject: [PATCH 2/2] SubmittingPatches: fix typo of SubmittingPatches.rst Date: Mon, 7 May 2018 18:40:35 +0800 Message-ID: <20180507104035.30562-2-maozy.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180507104035.30562-1-maozy.fnst@cn.fujitsu.com> References: <20180507104035.30562-1-maozy.fnst@cn.fujitsu.com> MIME-Version: 1.0 X-Originating-IP: [10.167.226.106] X-yoursite-MailScanner-ID: 7140B4B34D23.AF382 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: maozy.fnst@cn.fujitsu.com Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Mao Zhongyi --- SubmittingPatches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index 3334504..f68d988 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -331,7 +331,7 @@ with the 'git format-patch' command. For example, will take the last two commits and generate patches in the mything/ directory. The commit you specify on the command line is the 'upstream' commit that you are diffing against. Note that it does -not necesarily have to be an ancestor of your current commit. You +not necessarily have to be an ancestor of your current commit. You can do something like .. code-block:: bash