From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752858AbdEIH3C (ORCPT ); Tue, 9 May 2017 03:29:02 -0400 Received: from mga11.intel.com ([192.55.52.93]:32024 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbdEIH3B (ORCPT ); Tue, 9 May 2017 03:29:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,313,1491289200"; d="scan'208";a="84449267" Date: Tue, 9 May 2017 00:30:20 -0700 From: Fenghua Yu To: Xiaochen Shen Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, x86@kernel.org, Fenghua Yu Subject: Re: [PATCH] x86/intel_rdt: Fix two typos in Documentation Message-ID: <20170509073020.GA4476@linux.intel.com> References: <1491498581-21735-1-git-send-email-xiaochen.shen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491498581-21735-1-git-send-email-xiaochen.shen@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 07, 2017 at 01:09:41AM +0800, Xiaochen Shen wrote: > Both typos are in example 3. > > Because cache id 0 is the only cache id, the ";" is redundant in > "# echo "L3:0=ffc00;" > p0/schemata". > > And "C0" in "# echo C0 > p0/cpus" is wrong because it specifies core > 6-7 instead of wanted core 4-7. > > Correct the typos to avoid confusion. > > Signed-off-by: Xiaochen Shen Acked-by: Fenghua Yu