From patchwork Thu Jun 15 18:10:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13281646 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2154EEB64D9 for ; Thu, 15 Jun 2023 18:10:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238246AbjFOSKV (ORCPT ); Thu, 15 Jun 2023 14:10:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239374AbjFOSKM (ORCPT ); Thu, 15 Jun 2023 14:10:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D8EE295B; Thu, 15 Jun 2023 11:10:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BEFFA6106D; Thu, 15 Jun 2023 18:10:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DB04C433C0; Thu, 15 Jun 2023 18:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686852610; bh=vv4meO1knN0gNYFpBkBU7VnOP3JPLKf+tWByQNe1cyg=; h=From:To:Cc:Subject:Date:From; b=As0HhD51H/x7PIE1X7eVgPnRRbhxiMsT9wGidylJBBPAf1MDJi7+z62Ej/E34fOFX Sbav8GO/82gscjXoODCAyMJje2b09uKeM8OcJnjtMBT0YXSBiprSGDVxaS0RM7tFGE ZLrmE4saX+pjfJFHlCFbiSKiViBIpUtAEny+B2HlYWZkyfS+cHitwfEn8VQZ1xj6AV +YPRniQIWVSJ3dQdiP+VUPDcQlkKexDuuOJZl5J5Wn6mrM4vealArGrMYbuoq58lX6 bGAgvmIZkHGjFIQkINTTyu8BMN3Dfyutg6pyluOfADzGX4R/iNc7ibRvOGFNxDhCq/ ZnXa3HFUueASg== From: SeongJae Park To: paulmck@kernel.org Cc: SeongJae Park , joel@joelfernandes.org, mmpgouride@gmail.com, corbet@lwn.net, rcu@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/3] Docs/RCU/rculist_nulls: Minor fixup Date: Thu, 15 Jun 2023 18:10:01 +0000 Message-Id: <20230615181004.86850-1-sj@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org Changes from v2 (https://lore.kernel.org/rcu/20230613182434.88317-1-sj@kernel.org/) - Drop first two patches that merged to Paul's tree - Add definition of 'obj' (Paul E. McKenney) - Fix more wrong hlist_[nulls]_head field name mentions Changes from v1 (https://lore.kernel.org/rcu/20230518224008.2468-1-sj@kernel.org/) - Add Reviewed-by tags from Joel Fernandes for first three patches - Fix the text for wrong extra _release() --- Fix minor problems in example code snippets and the text of rculist_nulls.rst file. SeongJae Park (3): Docs/RCU/rculist_nulls: Specify type of the object in examples Docs/RCU/rculist_nulls: Fix hlist_[nulls]_head field names of 'obj' Docs/RCU/rculist_nulls: Fix text about atomic_set_release() Documentation/RCU/rculist_nulls.rst | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-)