Received: by 2002:a05:6358:45e:b0:b5:b6eb:e1f9 with SMTP id 30csp526766rwe; Thu, 1 Sep 2022 03:50:56 -0700 (PDT) X-Google-Smtp-Source: AA6agR4npZaWy7WdxEsXoMKvSs1zYTowaF7kjRaK0h/ROCUc7vXnc9PxDcZFeQaEZTO74ZfHRurv X-Received: by 2002:a17:902:ecc6:b0:172:af77:2952 with SMTP id a6-20020a170902ecc600b00172af772952mr30690605plh.122.1662029456177; Thu, 01 Sep 2022 03:50:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1662029456; cv=none; d=google.com; s=arc-20160816; b=h7mT/9AyE1m/yXuLtE3gv5/fO1BiX0pYsSk6k2baAdls8Naw5ReTYN0Yn4lGW/U/lB 4jzHTtSGqSs/ZCAAlj7o5WBFP2kECEDKupHNB53+/cgk4uKSCvLbCdIgIpSJSbeXzrRp yxXvm1gyZ8GxZFu2kQGCVuUqGCYJA7M8hKeSwXfeGZI77XXAsPsT9pwSIo4jwG9WoOb+ 7tztbVYco2y0MNP9Gyt8YQNid/vJ/Ds9zCrRmoGRty0heQLUh6ZbRd8XKrFkBjQJ5Fex /WhXDw3tIJf3Jb9liKSsj8oiiCpMxMF+orKlPc1x2+Y093ZJKmA4ZaW2zBH+o8GvqDoy 4azw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=mZGaGEAW7fHKHOXCt95SaR0DpuPQ73PNAGie4nzn3lw=; b=zij4NTW2LL8pEv6EOgQvxiDDLVexCu5o23qFN2kuzElxIbF/1vHOCRsVIfbJSOXvjo 97AGvH+R3o6L1pDqFTQ+ujsODx0Jjt114uE0/ES7qD52SUiyU/18QzsumU2GkuY8Msf5 N/g1WmcPN0UACxe/VDT1bzuUaopFtJmGNq/gxEVYCrfUvIXVs+EEQaTWXFbsiuvIuusY /GwVpt8yy39hkLCGgNfzr5jCsW6xOHa3QkvQGc450+b9nQmdiUaM6AhXt051VXDKqOtw cOhy6ejk0A8r4IFC70aEzopf/+kqCPqgzX5V+vLlf1iv23pbZHIo1G4k4zGzf1yMBQK2 m4OQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id o124-20020a634182000000b0041bb87776ebsi7240780pga.352.2022.09.01.03.50.45; Thu, 01 Sep 2022 03:50:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233916AbiIAKnw (ORCPT + 99 others); Thu, 1 Sep 2022 06:43:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234339AbiIAKno (ORCPT ); Thu, 1 Sep 2022 06:43:44 -0400 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [IPv6:2001:4b98:dc4:8::230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D25F12CB20 for ; Thu, 1 Sep 2022 03:43:41 -0700 (PDT) Received: (Authenticated sender: hadess@hadess.net) by mail.gandi.net (Postfix) with ESMTPSA id 9CB14240016 for ; Thu, 1 Sep 2022 10:43:39 +0000 (UTC) From: Bastien Nocera To: linux-bluetooth@vger.kernel.org Subject: [PATCH BlueZ v6 5/6] adapter: Fix typo in function name Date: Thu, 1 Sep 2022 12:43:30 +0200 Message-Id: <20220901104331.174588-5-hadess@hadess.net> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220901104331.174588-1-hadess@hadess.net> References: <20220901104331.174588-1-hadess@hadess.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org --- src/adapter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adapter.c b/src/adapter.c index 11fde03b8..dc96b9718 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -3508,7 +3508,7 @@ static gboolean property_get_experimental(const GDBusPropertyTable *property, return TRUE; } -static gboolean property_experimental_exits(const GDBusPropertyTable *property, +static gboolean property_experimental_exists(const GDBusPropertyTable *property, void *data) { struct btd_adapter *adapter = data; @@ -3876,7 +3876,7 @@ static const GDBusPropertyTable adapter_properties[] = { property_exists_modalias }, { "Roles", "as", property_get_roles }, { "ExperimentalFeatures", "as", property_get_experimental, NULL, - property_experimental_exits }, + property_experimental_exists }, { } }; -- 2.37.2