Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5898942ybv; Tue, 18 Feb 2020 06:08:53 -0800 (PST) X-Google-Smtp-Source: APXvYqyRhyhPrxYoERRAXOWPMdGK2CtrwbQv9N5i8jPAKeQeB0dYaj2alRJ/YaWIYxQblRc06WPN X-Received: by 2002:a05:6830:18ce:: with SMTP id v14mr15473814ote.36.1582034933563; Tue, 18 Feb 2020 06:08:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582034933; cv=none; d=google.com; s=arc-20160816; b=imCsMa6Nir1tTEO09cPPADbpxUZsMy56IKN29svY1kJPL+xKVOi9kyYiaL3MaM9Tif 9lM8FPfp1UxQslk4tiFSj6lKc4YgXq7xpUX4JQ+kxRCYj1qtU7C2nOqsvWoMED3B1nJO gnf+KJ1g28HyWyLb0nZLyglD8SOcMejK2aAXFL852AEcr4sGgC+EG6xA7TcsBfzcH8Cb EPQlczYX/Zn4WlfIrVpQE7aWdBXqOavJ85vOL5PVXdyNeXuWeAIwm3IZNjgnk0vLilsV KYpqu4aoMCnZ5aR/pi0Vz9SIVC2iVSGbfNkgfYHmweIQ8cGN3znSSLUCXyQ+tHjxzhl3 Mwrg== 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=dKjld6Nc3aCjNuh4/9i2yvVNCG9MyTkIHC/mvNbNfg0=; b=N587lP+l0U7Yr0TEQF9q38bg9aCUIAEjKzvKlA+9aB1YTsouWEpUZ0hzCb1tS0Po+7 az0qfzWzy7JozxCo0w7R/DNJ75agmZUg53EpvzlLAwn+ERqN+rL858kWP+J9zC1SDxBM g9EpH5wjezhPBzmfpP3c59Gl7Did3Gj8ct4ZJjeFRsU23lRlf5bDQo4MjgNiqAucQ9FN 52soFs1N90eox0BHGkHdlTL5qU89Ns/07BCFJ1svpMkdB50jaBIc0B+U0bxyD6CpLgXT DuOXzY/sdlE5smpU2x/cuUFug8S/BO84LccX9U45ENo0mSnGt9u9/25U6VluRf+cEDyF +/2A== 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 n203si7315464oia.112.2020.02.18.06.08.18; Tue, 18 Feb 2020 06:08:53 -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 S1726567AbgBROIO convert rfc822-to-8bit (ORCPT + 99 others); Tue, 18 Feb 2020 09:08:14 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:35648 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726556AbgBROIN (ORCPT ); Tue, 18 Feb 2020 09:08:13 -0500 Received: from marcel-macpro.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id B3D71CED28; Tue, 18 Feb 2020 15:17:36 +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: hci_h5: Move variable into local scope From: Marcel Holtmann In-Reply-To: <20200218104533.GA46714@jhedberg-mac01.local> Date: Tue, 18 Feb 2020 15:08:11 +0100 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20200218082858.42994-1-marcel@holtmann.org> <20200218104533.GA46714@jhedberg-mac01.local> To: Johan Hedberg 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 Johan, >> Signed-off-by: Marcel Holtmann >> --- >> drivers/bluetooth/hci_h5.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) > > Applied to bluetooth-next. I went and added a short body to the commit > message as well, since I think we generally require that for kernel > commits. great. Thanks. I purposely decided to skip that since it was too obvious what this patch was doing. Regards Marcel