From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751663AbdEIHTp (ORCPT ); Tue, 9 May 2017 03:19:45 -0400 Received: from mga07.intel.com ([134.134.136.100]:17686 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750904AbdEIHTo (ORCPT ); Tue, 9 May 2017 03:19:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,313,1491289200"; d="scan'208";a="966157215" Message-ID: <59116D8C.3090901@intel.com> Date: Tue, 09 May 2017 15:19:40 +0800 From: Xiaochen Shen User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Gleixner CC: linux-kernel@vger.kernel.org, x86@kernel.org, vikas.shivappa@linux.intel.com, tony.luck@intel.com, Fenghua Yu Subject: Re: [PATCH] x86/intel_rdt: Fix a typo in Documentation References: <1493781356-24229-1-git-send-email-xiaochen.shen@intel.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, I am sorry, this is the reason why I added Fenghua in SOB list: I have sent this patch to Fenghua for internal review. After that, I sent it out to LKML. What is your suggestion to fix? Move Fenghua from "Signed-off-by:" to "Cc:"? Thank you. Best regards, Xiaochen On 2017/5/9 15:03, Thomas Gleixner wrote: > On Wed, 3 May 2017, Xiaochen Shen wrote: > >> The typo is in example 3. >> >> "C0" in "# echo C0 > p0/cpus" is wrong because it specifies core >> 6-7 instead of wanted core 4-7. >> >> Correct this typo to avoid confusion. >> >> Signed-off-by: Xiaochen Shen >> Signed-off-by: Fenghua Yu > > That SOB chain is wrong. > > Thanks, > > tglx >