From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id DVJPOLVvsl8fXgAAWB0awg (envelope-from ) for ; Mon, 16 Nov 2020 07:25:25 -0500 Received: by simark.ca (Postfix, from userid 112) id D8F6C1F08B; Mon, 16 Nov 2020 07:25:25 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 233F41E58F for ; Mon, 16 Nov 2020 07:25:25 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CZSvm3xYFz1JKM; Mon, 16 Nov 2020 07:25:24 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1605529524; bh=oOVveeLxffTMol7fYl3DORbPjZgunY+SqoEPbWIMoKE=; h=To:CC:Date:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=fok+pF0KojLGpw//poUZsWac7+o34LHA+40KvJfZ+sfsamoDSxcJRDtbRvtZ9di9A jsO4CqkAtWZA0q2yxEtZv5jlkJCM4HWHY21KzFDPv8dHWcdSENSElcXPnn1gJL/NP3 r/NTD5c7pRzlo/1hkaD1mGSQByFpMXcHSF9veW28r9LFOxjey/Te5HkFZKjDX6lzXO g5iatI4GpY4cqY6V+KJcyKnXKI9uJyYrTKWuLs2iBekbXW0lWe2vlUka6f15nRJbHS KUORujZnorRlO2d3XJrG+UMDWA4j77edrvNc9SRR7qiABB+USILYtesZhM87J+ey13 rpzg3yqAzwF3w== Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by lists.lttng.org (Postfix) with ESMTPS id 4CZSvj1W2Sz1JKL for ; Mon, 16 Nov 2020 07:25:20 -0500 (EST) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CZStx3LlXzhbB5; Mon, 16 Nov 2020 20:24:41 +0800 (CST) Received: from huawei.com (10.174.176.87) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Mon, 16 Nov 2020 20:24:47 +0800 To: , CC: Date: Mon, 16 Nov 2020 20:24:46 +0800 Message-ID: <20201116122446.30900-1-wangshuo47@huawei.com> X-Mailer: git-send-email 2.19.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.176.87] X-CFilter-Loop: Reflected Subject: [lttng-dev] [PATCH] README: fix typo in README.md X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.31 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Shuo Wang via lttng-dev Reply-To: Shuo Wang Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Dear Mathieu, This mail may work. Thank you, Shuo Signed-off-by: Shuo Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d6dcaa..dd7ebd1 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ For always-on debugging self-checks: ./configure --enable-rcu-debug For fine grained enabling of debugging self-checks, build -urserspace-rcu with DEBUG_RCU defined and compile dependent +userspace-rcu with DEBUG_RCU defined and compile dependent applications with DEBUG_RCU defined when necessary. Warning: Enabling this feature result in a performance penalty. -- 2.23.0 > Hi, > > This fix does not apply with "git am", probably due to the fact that the email is not > formatted as plain text without alteration by your email client. I recommend using > git send-email to send patches. Can you try sending it again in the proper format > expected by git am ? > > You will likely find useful information about why your email client changed the > patch formatting here: > > [ https://www.kernel.org/doc/html/v5.9/process/submitting-patches.html | https://www.kernel.org/doc/html/v5.9/process/submitting-patches.html ] > [ https://www.kernel.org/doc/html/v5.9/process/email-clients.html#email-clients | https://www.kernel.org/doc/html/v5.9/process/email-clients.html#email-clients ] > > Thanks, > > Mathieu > > ----- On Nov 13, 2020, at 4:28 AM, wangshuo (AF) wrote: > > > README: fix typo in README.md > > > Signed-off-by: Shuo Wang < [ mailto:wangshuo47 at huawei.com | > > wangshuo47 at huawei.com ] > > > > --- > > > README.md | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/README.md b/README.md > > > index 2d6dcaa..dd7ebd1 100644 > > > --- a/README.md > > > +++ b/README.md > > > @@ -388,7 +388,7 @@ For always-on debugging self-checks: > > > ./configure --enable-rcu-debug > > > For fine grained enabling of debugging self-checks, build > > > -urserspace-rcu with DEBUG_RCU defined and compile dependent > > > +userspace-rcu with DEBUG_RCU defined and compile dependent > > > applications with DEBUG_RCU defined when necessary. > > > Warning: Enabling this feature result in a performance penalty. > > > -- > > > 2.23.0 _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev