Sorry, we didn't see this patch. commit c09b1f372e746aeeb61ef8ffe0fea3970fd9273e
------------------------------------------------------------------ 发件人:Greg KH <gre...@linuxfoundation.org> 发送时间:2022年6月24日(星期五) 19:45 收件人:Jiapeng Chong <jiapeng.ch...@linux.alibaba.com> 抄 送:neal_liu <neal_...@aspeedtech.com>; balbi <ba...@kernel.org>; joel <j...@jms.id.au>; andrew <and...@aj.id.au>; sumit.semwal <sumit.sem...@linaro.org>; christian.koenig <christian.koe...@amd.com>; linux-aspeed <linux-asp...@lists.ozlabs.org>; linux-usb <linux-...@vger.kernel.org>; linux-arm-kernel <linux-arm-ker...@lists.infradead.org>; linux-kernel <linux-ker...@vger.kernel.org>; linux-media <linux-me...@vger.kernel.org>; dri-devel <dri-devel@lists.freedesktop.org>; linaro-mm-sig <linaro-mm-...@lists.linaro.org> 主 题:Re: [PATCH] usb: gadget: Fix unsigned comparison with less than zero On Thu, Jun 23, 2022 at 04:43:47PM +0800, Jiapeng Chong wrote: > This was found by coccicheck: > > ./drivers/usb/gadget/udc/aspeed_udc.c:496:8-13: WARNING: Unsigned expression > compared with zero: chunk >= 0. What does this mean? Where is the error? Please explain the reason for changes, not just the output of a random tool that you ran on the code. > Signed-off-by: Jiapeng Chong <jiapeng.ch...@linux.alibaba.com> What commit does this fix? thanks, greg k-h