Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3220651ybc; Mon, 25 Nov 2019 10:52:38 -0800 (PST) X-Google-Smtp-Source: APXvYqzhNI5ErQHMccn+nbPdVUzBoeN0lDBr/WV/4zRc2gtn1CCcq5kPMtJgGMLyUSNZ/e8S640v X-Received: by 2002:a17:906:b7c6:: with SMTP id fy6mr39250425ejb.90.1574707958040; Mon, 25 Nov 2019 10:52:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574707958; cv=none; d=google.com; s=arc-20160816; b=FyY5RCqlW5QNDt/qq1K5Vkx5Z5odiE+AD/xzquFSFoDwNp+aoLaspk4u/jOqy8I2OS q0e4J3OZw3cGkBcKP9b35WeTShstCqvzJGU1RHR4wFzb+iYqV74whdPsOLu4tS5xPnFJ yvTFXwTbqyQgYeNQuiCT1KoZJIgXupOGtXR6e2WoTyDlL6ypiZCSpIY1LH8E8upcVcqF /NlqyQb3M2J7udT0QqeQQYSRzzxJrXl+xnQ068eqoVft4EQS23sDCMqRkIlCriTuRxaK 0ObaMTKjrXcwkupSZ+FTz66aEKnH1tsmzPB/UnmyKXwjNo1CNGIQ1CQ0P6Qb94L2+/2B XhJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=pxOr1Qmu/Yz1dBB3B09loqfulkgJ8/L1tfaZdzBsBWg=; b=YZyiQGatf8tQ6Wz3r69UuavST11cPaUBaBiXxbH+hPMZLfiFpFXPKZSYSDFbPBKsMS QRVMlSS8pv/EZrtlRgukN4y6diUG8UJc2zkcxxrvKHlYqwCdz/E8rTj5nvdYPOdMDV2/ AFMeGhbAUyPHxUHRW7dq4T5VjabjSQoT0BkVWxx4w1vkTUfCXLsH44hXVqEy+/S/alK4 J1kogvOv9moW/O8SPKoPDk1MrNmt1uYl2eqawaF/FAyr+fKXFyoVZuUUQdpbU7EM9y0d yhbMbmB5pmHoYDwtUCCYRl0khqY2kELaWTQvEh5QiECe11Ty1w6b9Odlk+9WeYvFqrFe xggg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id lw2si5189742ejb.440.2019.11.25.10.52.14; Mon, 25 Nov 2019 10:52:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729112AbfKYRhM (ORCPT + 99 others); Mon, 25 Nov 2019 12:37:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:45448 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725868AbfKYRhL (ORCPT ); Mon, 25 Nov 2019 12:37:11 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9801820748; Mon, 25 Nov 2019 17:37:10 +0000 (UTC) Date: Mon, 25 Nov 2019 12:37:09 -0500 From: Steven Rostedt To: "Frank A. Cancio Bello" Cc: Ingo Molnar , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, joel@joelfernandes.org, saiprakash.ranjan@codeaurora.org Subject: Re: [RFC v2 2/2] docs: ftrace: Fix typos Message-ID: <20191125123709.5eff70a9@gandalf.local.home> In-Reply-To: References: X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 24 Nov 2019 23:38:41 -0500 "Frank A. Cancio Bello" wrote: > --- a/Documentation/trace/ring-buffer-design.txt > +++ b/Documentation/trace/ring-buffer-design.txt > @@ -37,7 +37,7 @@ commit_page - a pointer to the page with the last finished non-nested write. > > cmpxchg - hardware-assisted atomic transaction that performs the following: > > - A = B iff previous A == C > + A = B if previous A == C This wasn't a typo. "iff" means "if and only if" which is a standard notation. That is, this is shorthand for: A = B if previous A == C previous A == C if A = B -- Steve > > R = cmpxchg(A, C, B) is saying that we replace A with B if and only if > current A is equal to C, and we put the old (current) A into R > --