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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14F55C433EF for ; Fri, 21 Jan 2022 20:41:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229716AbiAUUlb convert rfc822-to-8bit (ORCPT ); Fri, 21 Jan 2022 15:41:31 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:44528 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbiAUUlb (ORCPT ); Fri, 21 Jan 2022 15:41:31 -0500 Received: from smtpclient.apple (p4fefca45.dip0.t-ipconnect.de [79.239.202.69]) by mail.holtmann.org (Postfix) with ESMTPSA id DF3D9CED17; Fri, 21 Jan 2022 21:41:29 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.40.0.1.81\)) Subject: Re: [PATCH v2] Bluetooth: btusb: Whitespace fixes for btusb_setup_csr() From: Marcel Holtmann In-Reply-To: <80bf8cf6-eacc-4d1f-d004-9574d02a9d21@gmail.com> Date: Fri, 21 Jan 2022 21:41:29 +0100 Cc: Johan Hedberg , Luiz Augusto von Dentz , BlueZ Content-Transfer-Encoding: 8BIT Message-Id: References: <80bf8cf6-eacc-4d1f-d004-9574d02a9d21@gmail.com> To: Ismael Ferreras Morezuelas X-Mailer: Apple Mail (2.3693.40.0.1.81) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Ismael, > Properly align the list items of the quirk for readability. > No functional changes intended. Trivial stuff. > > Fixes: 0671c0662383e ("Bluetooth: btusb: Add workaround for remote-wakeup issues with Barrot 8041a02 fake CSR controllers") > > Signed-off-by: Ismael Ferreras Morezuelas > --- > > Split off from the HCI_FLT_CLEAR_ALL patch, as requested by Marcel. > > drivers/bluetooth/btusb.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel