Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: [PATCH 08/11] net: bluetooth: change the len parameter of sco_send_frame() to size_t From: Marcel Holtmann In-Reply-To: <1445602236-24130-9-git-send-email-clabbe.montjoie@gmail.com> Date: Mon, 26 Oct 2015 04:54:03 +0900 Cc: "David S. Miller" , "Gustavo F. Padovan" , Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Message-Id: <342E581E-BA14-44A1-95A5-B377A226A226@holtmann.org> References: <1445602236-24130-1-git-send-email-clabbe.montjoie@gmail.com> <1445602236-24130-9-git-send-email-clabbe.montjoie@gmail.com> To: LABBE Corentin Sender: netdev-owner@vger.kernel.org List-ID: Hi Corentin, > len is used in operation/function that wait for unsigned value. > Furthermore the only one call of sco_send_frame give a size_t as argument. > So the parameter need to be set as size_t. > > Signed-off-by: LABBE Corentin > --- > net/bluetooth/sco.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I am not taking this patch until you also fix the kbuild test robot reported issue with format print modifier for size_t. Regards Marcel