From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6A70F23AE62 for ; Mon, 30 Mar 2026 14:16:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774880215; cv=none; b=mKQ79BKhE7vqx1jllaeOYIevDIlsnP7FUwh1jUcYaiDIgDXjmnylTBmGIAgJtqRTKu5J3uhXB/oEXo1tqj5Yu3WlbgO/CHKbeRCavgmW3XC9dBj6rIrqMT8j61UzHGNIRaeJlRZ9tRopUHV651yjRL1kEGEmOzNk1iSgwbwwW84= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774880215; c=relaxed/simple; bh=g40npTkNZ0MCJPQZsXTzV5Dzhy+tMSC8ojjYJdg1RMM=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sLMdUljTwEESOA2k5zp6qBZWG6fyJ3kH96T9eiR+5l4RgRs6VDR1P1AF9LlRu+WAGwG5qGy8arxm65rkkmXJZoYQBPA5VcSIMcCnnD3/FuM+1/vS/7OrqrX39PQx/Yq3VlpQ7fODJ8copmja20VpbMRQ+RLxUHQoE7Z2UhvJCjw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MWSBCbWl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MWSBCbWl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0512DC4CEF7 for ; Mon, 30 Mar 2026 14:16:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774880215; bh=g40npTkNZ0MCJPQZsXTzV5Dzhy+tMSC8ojjYJdg1RMM=; h=Date:From:To:Subject:References:In-Reply-To:From; b=MWSBCbWl4ntiQC8DWEru15Hi0kACr5xuhAFan2XHybqIYVe0zgRKOVf/ClmBGKzpx p1IsITEr57iltMffKgqkw8CmjgLtqBcN0pdINE+tsujYuhLUM4psra8Ygtu52rAcAs L+qD8a9or6QSceX1SaUETgrdlAYMvzN+LZjkuhIVFr5zIstscHmRC+6GB27Hd/IcG3 xVEpQkzK1KguLcDoKGQVOQOyXWwpvBu0+UFmIxdgdRglxL78HVS5uORIkyHWtANLV7 fiTd+AXreYZRmI+eZGJ5Taq65v/EoOyIq7RrmYto6t+6NF3iXTv4XjC7hPfzJnpqhJ fG0W15XDwgCyw== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1w7DQC-00000007DnG-39Wu for linux-media@vger.kernel.org; Mon, 30 Mar 2026 16:16:52 +0200 Date: Mon, 30 Mar 2026 16:16:52 +0200 From: Johan Hovold To: linux-media@vger.kernel.org Subject: Re: [0/6] media: refactor USB endpoint lookups Message-ID: References: <20260330101141.1664143-1-johan@kernel.org> <69ca8460.050a0220.acff7.105a@mx.google.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69ca8460.050a0220.acff7.105a@mx.google.com> On Mon, Mar 30, 2026 at 07:10:40AM -0700, Patchwork Integration wrote: > Thanks for your patches! Unfortunately the Media CI robot detected some > issues: > > # Test checkpatch:./0005-media-hdpvr-refactor-endpoint-lookup.patch checkpatch > CHECK: Avoid CamelCase: > #62: FILE: drivers/media/usb/hdpvr/hdpvr-core.c:331: > +dev->bulk_in_endpointAddr = endpoint->bEndpointAddress; > > total: 0 errors, 0 warnings, 1 checks, 46 lines checked > > > > Please fix your series, and upload a new version. If you have a patchwork > account, do not forget to mark the current series as Superseded. > If you believe that the CI is wrong, kindly open an issue at > https://gitlab.freedesktop.org/linux-media/media-ci/-/issues or reply-all > to this message. Checkpatch is complaining about an existing issue in the driver so this bot warning is not valid. Johan