From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754721AbcBVLmD (ORCPT ); Mon, 22 Feb 2016 06:42:03 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:34422 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754510AbcBVLmB (ORCPT ); Mon, 22 Feb 2016 06:42:01 -0500 From: Masanari Iida To: linux-kernel@vger.kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org, linux-xtensa@linux-xtensa.org, chris@zankel.net, jcmvbkbc@gmail.com Cc: Masanari Iida Subject: [PATCH] Doc: xtensa : Fix a typo in atomctl.txt Date: Mon, 22 Feb 2016 20:41:54 +0900 Message-Id: <1456141314-16180-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.7.1.339.g0233b80 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a typo found in atomctl.txt Signed-off-by: Masanari Iida --- Documentation/xtensa/atomctl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/xtensa/atomctl.txt b/Documentation/xtensa/atomctl.txt index 1da783a..80fe006 100644 --- a/Documentation/xtensa/atomctl.txt +++ b/Documentation/xtensa/atomctl.txt @@ -19,7 +19,7 @@ doing a Cached (WB) transaction and use the Memory RCW for un-cached operations. For systems without an coherent cache controller, non-MX, we always -use the memory controllers RCW, thought non-MX controlers likely +use the memory controllers RCW, thought non-MX controllers likely support the Internal Operation. CUSTOMER-WARNING: -- 2.7.1.339.g0233b80