Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp395056ybf; Thu, 27 Feb 2020 23:46:21 -0800 (PST) X-Google-Smtp-Source: APXvYqxvgA00YwPbyrHtdp6eFZKpmBJLfMfL8TdpdoSPlmegit0d2ZzOKU1xXGWtb/JJOXYZjeVH X-Received: by 2002:a9d:7dc9:: with SMTP id k9mr2239670otn.117.1582875981784; Thu, 27 Feb 2020 23:46:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582875981; cv=none; d=google.com; s=arc-20160816; b=xHjGCpMnzSOlDw5OnBm4aQOlNZ0z+2qE7tgmjDuIBkQV8vANpSDxHIsoahzNDC3Pll XPmvQ/mlxdPgM8Lm/QSml9l772EYlgqVjhrLnHzWZUMaLTh2EkhG9myk2B2VjpWeFHzy e45+jrIItVyA2AEjd8t+U0l3EBTydr+eJxoCsj1jaIaY8ZSMtsEm/kv+VufAyc4TRKSE UaM6fD1h0vMKwvB2Xlmed7wCnIcon7vckZcnyHpawpb9LTMb5z0wcaHHA3d5CmKyokDX Zzq9BU7kGD8L2givSsWbGtfY3IIFdfjlSLA7VeTpFVTFR+iDm8VOBG9EHFfx5m0vfkbA wKJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=V/gmsmrzQzr8pBfp6nt2qIUmyKG6p87Ohpewqg9U4Zo=; b=ceaeK0kkPqUYuBiQY4RNY/LYVx/yFpIms3XTOZRU60zQZuzmjNp+EaJFieZkBV4mZc +goTZ3PpII277OxEFQQeqovhbTsBghC3Op6B8FmcxEeTOtBIsV298i9TE20+3wkvwJEb s3oYNhtszf9pXSGT9Iv1SWtwkQ14nw2XgYMXDu5z9RyaeMEYARjMRbBDhTkHOPTFdk+j WbYA3OT2j8VeiBtIVOamgOadEQaNeTWn9ogcabBxhkFdGnBkq+QeKkEW5KxD82yKbNEJ 19k4TSmWWq79GLkwNHto5R+rdft0/XcAh+IHSgHe7onWRa4PFTXuAoP/2Tjk9ntq/1mz M1+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l21si1365017oic.126.2020.02.27.23.46.10; Thu, 27 Feb 2020 23:46:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726905AbgB1Hpt (ORCPT + 99 others); Fri, 28 Feb 2020 02:45:49 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:54948 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726915AbgB1Hpt (ORCPT ); Fri, 28 Feb 2020 02:45:49 -0500 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id C11D3CECF5; Fri, 28 Feb 2020 08:55:14 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: [PATCH] bluetooth: Fixing a few comment typos in the quirk definitions. From: Marcel Holtmann In-Reply-To: <20200227220049.148784-1-alainm@chromium.org> Date: Fri, 28 Feb 2020 08:45:48 +0100 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <31412451-2037-4BE3-B402-1955AD1CC56D@holtmann.org> References: <20200227220049.148784-1-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.60.0.2.5) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This change simply fixes a few typos in the quirk definitions. > > Signed-off-by: Alain Michaud > --- > > include/net/bluetooth/hci.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel