Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp858174pxj; Wed, 2 Jun 2021 13:21:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPhzVyn6yPtMhmT7kMmF+obO2LVNPgX71cl/FdSBMO20WHeXnTSwiBaapGYr0cWXJZr3EY X-Received: by 2002:aa7:c693:: with SMTP id n19mr36478801edq.35.1622665279148; Wed, 02 Jun 2021 13:21:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622665279; cv=none; d=google.com; s=arc-20160816; b=AC7vFU/WYIsLOQ9pglGdeAenPwL+jmqf67nAuRajxH3TpteVS+D3Ha/DuoUJaimAQw z6MXVSMQkcBkuSnzoYpTmOAq/1pQ9fPc2Zw21KyRYSCTFZQbDbcWKAjA8/+NJ9EuZeQf gD7Z/5G0A3MPvNR5mGZr+ics3XcG1M1mIeM5mDXsi3Y93wdtpo9Dr9xevVekGDngbbuD w7vg0TexwPEU5od32OoJ3+rJx2vAwHEbjatch6CiV6gPWi8eP8iyE4ZNOnwjqYGsQ0t2 pMAnxgjw/3QZEvdI0xjfox5AckbAa70v64k4p0HNY6geY7MBxYqA1I5JUN9SKn/yzX+Y xUOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=eYo5t/J/ZOlNmKiDRim4EIUL2yNUm1Yl2IVywplbD7c=; b=HTJCbfedOVa8Q1i9kabi9RTZ64KfHIGxUjQs72qcKeeHHzFJX3kr1+BrRLfu6cWGn6 rqBYPTob/N1SX5Iv26rDNvGpZBhyWtnBxHCxykZ72Kl2dqnwfRNfLdtu01DNZ8nFdSJa Az8Zk6wHr2YvOAfb0+0C+Q8+m5gDUQY67JySnRvmJ5nVnYc2UV9CfSP14PJJ05Rl5pj3 4P7bptNbwRhsQoY1qhMTsfQj1dpoYQ/IdjNYnMpf5kZqQlce6QQFqBFlSX1/TIdvptGh dviajT0iNviKNV1xllviJu/DExsZ+3dAnxK1nZczDlshW6ShT59bJ5a9gYoGXLpc0nq6 d7LQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gb13si590210ejc.145.2021.06.02.13.20.53; Wed, 02 Jun 2021 13:21:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229604AbhFBUTr convert rfc822-to-8bit (ORCPT + 99 others); Wed, 2 Jun 2021 16:19:47 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:42666 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229552AbhFBUTq (ORCPT ); Wed, 2 Jun 2021 16:19:46 -0400 Received: from smtpclient.apple (p4fefc9d6.dip0.t-ipconnect.de [79.239.201.214]) by mail.holtmann.org (Postfix) with ESMTPSA id 69834CED0B; Wed, 2 Jun 2021 22:25:59 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: [PATCH v2 00/12] net/Bluetooth: correct the use of print format From: Marcel Holtmann In-Reply-To: <1621576788-48092-1-git-send-email-yekai13@huawei.com> Date: Wed, 2 Jun 2021 22:18:01 +0200 Cc: Johan Hedberg , Luiz Augusto von Dentz , "David S. Miller" , Jakub Kicinski , "open list:NETWORKING [GENERAL]" , linux-bluetooth , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <29FB1C65-7FA6-4110-B953-5281C0587CAF@holtmann.org> References: <1621576788-48092-1-git-send-email-yekai13@huawei.com> To: Kai Ye X-Mailer: Apple Mail (2.3654.100.0.2.22) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Kai, > According to Documentation/core-api/printk-formats.rst, > Use the correct print format. > 1. Printing an unsigned int value should use %u instead of %d. > 2. Printing an unsigned long value should use %lu instead of %ld. > Otherwise printk() might end up displaying negative numbers. > > changes v1 -> v2: > fix some style problems > > Kai Ye (12): > net/Bluetooth/bnep - use the correct print format > net/Bluetooth/cmtp - use the correct print format > net/Bluetooth/hidp - use the correct print format > net/Bluetooth/rfcomm - use the correct print format > net/Bluetooth/6lowpan - use the correct print format > net/Bluetooth/a2mp - use the correct print format > net/Bluetooth/amp - use the correct print format > net/Bluetooth/hci - use the correct print format > net/Bluetooth/mgmt - use the correct print format > net/Bluetooth/msft - use the correct print format > net/Bluetooth/sco - use the correct print format > net/Bluetooth/smp - use the correct print format please fix the commit message to apply with expected style. Fixing up 12 patches manually is not something I am going to do. Regards Marcel