From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:52960 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbdKCOC0 (ORCPT ); Fri, 3 Nov 2017 10:02:26 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vA3E1F7b138824 for ; Fri, 3 Nov 2017 10:02:26 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 2e0q2hjpbf-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 03 Nov 2017 10:02:19 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Nov 2017 10:02:10 -0400 Date: Fri, 3 Nov 2017 07:02:08 -0700 From: "Paul E. McKenney" Subject: Re: [PATCH 1/2] locking: fix typo Reply-To: paulmck@linux.vnet.ibm.com References: <1509605869-8186-1-git-send-email-vichy.kuo@gmail.com> <20171102225117.GE3624@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-Id: <20171103140208.GJ3624@linux.vnet.ibm.com> Sender: perfbook-owner@vger.kernel.org List-ID: To: pierre kuo Cc: perfbook@vger.kernel.org On Fri, Nov 03, 2017 at 09:23:05PM +0800, pierre kuo wrote: > hi Paul: > > On the patch below, I interchanged the comma with the preceding space > > character. > > > Got it. > BTW, I have another patch need ur review. > Would you mind to give some comment? > http://www.spinics.net/lists/perfbook/msg01522.html > > Appreciate your help in advance. I already did. >From my previous email: "I queued and pushed both, thank you!" So your second patch is applied unchanged. ;-) Thanx, Paul