From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbdEIHDj (ORCPT ); Tue, 9 May 2017 03:03:39 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:38613 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbdEIHDh (ORCPT ); Tue, 9 May 2017 03:03:37 -0400 Date: Tue, 9 May 2017 09:03:31 +0200 (CEST) From: Thomas Gleixner To: Xiaochen Shen 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 In-Reply-To: <1493781356-24229-1-git-send-email-xiaochen.shen@intel.com> Message-ID: References: <1493781356-24229-1-git-send-email-xiaochen.shen@intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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