From nobody Fri Sep 12 16:04:14 2025 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 CF87AC05027 for ; Thu, 9 Feb 2023 07:15:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbjBIHP2 (ORCPT ); Thu, 9 Feb 2023 02:15:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229817AbjBIHOS (ORCPT ); Thu, 9 Feb 2023 02:14:18 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B8DE42DC3; Wed, 8 Feb 2023 23:14:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=cA6T2rGcZFPoEfN/pA7j1nNyVL8luA41tT+PQdfQNSw=; b=glspwakfg3lVrv7o1+tlR7eeA4 JHP/FJCIsFLaz7ws31ySywQprT4jfKVzHeiWiYNeOa/vIkU7pwOJW0xgWPWYo/ksT5Y0myoTYw5ka iYXigYRy2KXtgf3glib3drPeuAG7jEP8uwmiWZehV3NzUJkTllE1eR7kbu1Fh7u63ReWDGz0BCHqV B7qc5ZjnqbNnUtdCTpMEAqbh48uowp4OZqFBSZHXFt49xqtawnqIBVsxtBv5QcXlyTgZfLCk7TMzR wOjok9j+I4OzEj7vLQK6YulbPg8vElaAntn/TQFLMvO2oBdBELYfnhKG9Ip3uJzPv+3ykWjNwtKE+ iRha6Jag==; Received: from [2601:1c2:980:9ec0::df2f] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ18H-000LPt-QH; Thu, 09 Feb 2023 07:14:13 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Evgeniy Polyakov , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 22/24] Documentation: w1: correct spelling Date: Wed, 8 Feb 2023 23:13:58 -0800 Message-Id: <20230209071400.31476-23-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230209071400.31476-1-rdunlap@infradead.org> References: <20230209071400.31476-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Correct spelling problems for Documentation/w1/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Evgeniy Polyakov Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/w1/w1-netlink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/Documentation/w1/w1-netlink.rst b/Documentation/w1/w1-netlink.rst --- a/Documentation/w1/w1-netlink.rst +++ b/Documentation/w1/w1-netlink.rst @@ -66,7 +66,7 @@ Each connector message can include one o zero or more attached w1_netlink_cmd messages. =20 For event messages there are no w1_netlink_cmd embedded structures, -only connector header and w1_netlink_msg strucutre with "len" field +only connector header and w1_netlink_msg structure with "len" field being zero and filled type (one of event types) and id: either 8 bytes of slave unique id in host order, or master's id, which is assigned to bus master device