From patchwork Tue May 25 10:29:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Archie Pusaka X-Patchwork-Id: 447836 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=-21.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT, USER_IN_DEF_DKIM_WL 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 D6E03C47086 for ; Tue, 25 May 2021 10:29:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF87261431 for ; Tue, 25 May 2021 10:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231611AbhEYKbW (ORCPT ); Tue, 25 May 2021 06:31:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231521AbhEYKbT (ORCPT ); Tue, 25 May 2021 06:31:19 -0400 Received: from mail-qk1-x749.google.com (mail-qk1-x749.google.com [IPv6:2607:f8b0:4864:20::749]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DBBCC061574 for ; Tue, 25 May 2021 03:29:49 -0700 (PDT) Received: by mail-qk1-x749.google.com with SMTP id d15-20020a05620a136fb02902e9e93c69c8so29268907qkl.23 for ; Tue, 25 May 2021 03:29:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=zoy+4W/3/sbzCy2eBQFApCM1tWMVKvshKU4YFh54bgs=; b=a8FudH0wExQkY7wLuZMDUOjwr4S7wJFralFBImSl2T+58oBJi/suoDa6+ZxRHqbK4V Zwd9IED4hCPZAoE5caYJ+/I/LXw0y2VwVaMdgjwpZRJ2rIqTm8GPqWNy3ZF1lX6kIBbp Z7ggciKTRy3+0gWn7ePsX+U2HqqVMl7J1dHfZ3/T6e06ARz3J01qV7f/D0sfsUwe2lf6 bMqeYR+pEYWdFxKJVok8lU/HrMSI5WpDTPZjU1nbrtkTjmk7f28Hp7mokC0eVOcyj9se KkPzU9q0U/LkAKq0rRl9emYwO771FFckUGKdbhJtctoQ73hXRXbWquGThIxctFrwP4w9 qRrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=zoy+4W/3/sbzCy2eBQFApCM1tWMVKvshKU4YFh54bgs=; b=RCp83cwozfA9zSe02ywFXCWSh52TO8qHzOq5lTcwPXYK//P7E3l91rQ8nLcp8D+SEA TNcld2z9t9QOs0W5ElbHevqDs+fEHB6vfQyq3nHue20fpC9CGiXJUvwPFqc7c7R7hG+8 ncan3TL2xjgtKznX7Eq+nmXsHnPgDRzOyfXra6zD9zIrQ/9gylnwvjKeiDRQbNMcLBb2 n+lid5oQKwsnMQhAWwdJPeKNnvEFDgirqBa2Zm2y14KfoQ8XYutuga6FlOSwGKd2kgdP xOdzMAZGLVf2lpn6ipJczhYF/8z5nK6nboSFkjMFsPQUJONFPO6DSc0pzl83meGBv3R2 g5IQ== X-Gm-Message-State: AOAM532XSUoLAcXztSSBAdEAtFbRAXjbSKL7XMv4GOYZZd1id244H5AW deyChKuKfqMjG12zW0lS8c7kfOt4Jwgv X-Google-Smtp-Source: ABdhPJwXVbnEqm9XK/f6kHGLi6eohydjkOT23hK7pu/W7KHN2GRKxAnwxEvItAkIYhILzWcgjqYPSqM0jxXV X-Received: from apusaka-p920.tpe.corp.google.com ([2401:fa00:1:b:8806:6b98:8ae6:8824]) (user=apusaka job=sendgmr) by 2002:ad4:53cc:: with SMTP id k12mr35863559qvv.49.1621938588615; Tue, 25 May 2021 03:29:48 -0700 (PDT) Date: Tue, 25 May 2021 18:29:29 +0800 Message-Id: <20210525102941.3958649-1-apusaka@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.31.1.818.g46aad6cb9e-goog Subject: [PATCH 00/12] Bluetooth: use inclusive language From: Archie Pusaka To: linux-bluetooth , Marcel Holtmann Cc: CrosBT Upstreaming , Archie Pusaka , "David S. Miller" , "Gustavo A. R. Silva" , Jakub Kicinski , Johan Hedberg , Luiz Augusto von Dentz , Matthieu Baerts , Miao-chen Chou , "=?UTF-8?q?Ole=20Bj=C3=B8rn=20Midtb=C3=B8?=" , Sebastian Andrzej Siewior , Stefan Schmidt , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Archie Pusaka Hi linux-bluetooth maintainers, This series contains inclusive language patches, to promote usage of central, peripheral, reject list, and accept list. I tried to divide the change to several smaller patches to ease downstreamers to make gradual change. There are still three occurences in debugfs (patch 09/12) in which the original less inclusive terms is still left as-is since it is a file name, and I afraid replacing them will cause instability to other systems depending on that file name. Archie Pusaka (12): Bluetooth: use inclusive language in HCI role Bluetooth: use inclusive language in hci_core.h Bluetooth: use inclusive language to describe CPB Bluetooth: use inclusive language in HCI LE features Bluetooth: use inclusive language in L2CAP Bluetooth: use inclusive language in RFCOMM Bluetooth: use inclusive language when tracking connections Bluetooth: use inclusive language in SMP Bluetooth: use inclusive language in debugfs Bluetooth: use inclusive language when filtering devices out Bluetooth: use inclusive language when filtering devices in Bluetooth: use inclusive language in comments include/net/bluetooth/hci.h | 98 +++++++++++++------------- include/net/bluetooth/hci_core.h | 22 +++--- include/net/bluetooth/l2cap.h | 2 +- include/net/bluetooth/mgmt.h | 2 +- include/net/bluetooth/rfcomm.h | 2 +- net/bluetooth/amp.c | 2 +- net/bluetooth/hci_conn.c | 32 ++++----- net/bluetooth/hci_core.c | 46 ++++++------- net/bluetooth/hci_debugfs.c | 20 +++--- net/bluetooth/hci_event.c | 114 +++++++++++++++---------------- net/bluetooth/hci_request.c | 106 ++++++++++++++-------------- net/bluetooth/hci_sock.c | 12 ++-- net/bluetooth/hidp/core.c | 2 +- net/bluetooth/l2cap_core.c | 16 ++--- net/bluetooth/l2cap_sock.c | 4 +- net/bluetooth/mgmt.c | 36 +++++----- net/bluetooth/rfcomm/sock.c | 4 +- net/bluetooth/smp.c | 86 +++++++++++------------ net/bluetooth/smp.h | 6 +- 19 files changed, 309 insertions(+), 303 deletions(-)