From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2362C4708F for ; Fri, 4 Jun 2021 15:27:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C90B61406 for ; Fri, 4 Jun 2021 15:27:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231261AbhFDP3f convert rfc822-to-8bit (ORCPT ); Fri, 4 Jun 2021 11:29:35 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:37298 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230002AbhFDP3e (ORCPT ); Fri, 4 Jun 2021 11:29:34 -0400 Received: from smtpclient.apple (p4fefc9d6.dip0.t-ipconnect.de [79.239.201.214]) by mail.holtmann.org (Postfix) with ESMTPSA id 99C0BCED39; Fri, 4 Jun 2021 17:35:44 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: [PATCH v3 1/3] Bluetooth: use inclusive language in HCI role comments From: Marcel Holtmann In-Reply-To: <20210604162616.v3.1.I444f42473f263fed77f2586eb4b01d6752df0de4@changeid> Date: Fri, 4 Jun 2021 17:27:46 +0200 Cc: linux-bluetooth , CrosBT Upstreaming , Archie Pusaka , "David S. Miller" , Jakub Kicinski , Johan Hedberg , Luiz Augusto von Dentz , open list , netdev@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <14572D7E-ACE8-4CD5-9A43-024CD8C42F0B@holtmann.org> References: <20210604162616.v3.1.I444f42473f263fed77f2586eb4b01d6752df0de4@changeid> To: Archie Pusaka X-Mailer: Apple Mail (2.3654.100.0.2.22) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Archie, > This patch replaces some non-inclusive terms based on the appropriate > language mapping table compiled by the Bluetooth SIG: > https://specificationrefs.bluetooth.com/language-mapping/Appropriate_Language_Mapping_Table.pdf > > Specifically, these terms are replaced: > master -> initiator (for smp) or central (everything else) > slave -> responder (for smp) or peripheral (everything else) > > The #define preprocessor terms are unchanged for now to not disturb > dependent APIs. > > Signed-off-by: Archie Pusaka > > --- > > Changes in v3: > * Remove the #define terms from change > > net/bluetooth/hci_conn.c | 8 ++++---- > net/bluetooth/hci_event.c | 6 +++--- > net/bluetooth/l2cap_core.c | 2 +- > net/bluetooth/smp.c | 6 +++--- > 4 files changed, 11 insertions(+), 11 deletions(-) all 3 patches have been applied to bluetooth-next tree. Regards Marcel