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 6B95C1DC985; Mon, 2 Feb 2026 10:14:30 +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=1770027270; cv=none; b=DHUIw/Xqf/BS1VAFJtVt27xR7OMtGn4pWm3p+a7qGxIFPbkseoXvPXTI74PcdV+mlsfE3QthHOBCukxYJYNoawy2qsMHqPxzUjoSDPjyowqhfsdhEGwHzus+/a/ahUDIUOMeMXPlvtVMx2Aq+ksgbywb0ZFfFfpzUi1RJ6JuQro= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770027270; c=relaxed/simple; bh=vAsvQtv3HuodHyxu3yECvLqdhqswRXgF0RVACw9J3gA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IKVpXvDcF21Xy/BkGWbEVpdLNLX2GCBkHmIewIWbiBIJR5gaGLXsMqy0Ep4EVZWqB/fGM7pFhY94wBS9vTu2SrqzOVvY7M2clTwU+O+xYqcgFErf/QDkUdf7a8hoaOsV6QlRg2pnEZMhZlufBD+zQdD/cwzmMJPy04khMtCkNQU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jPA/ONOr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="jPA/ONOr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64402C116C6; Mon, 2 Feb 2026 10:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770027270; bh=vAsvQtv3HuodHyxu3yECvLqdhqswRXgF0RVACw9J3gA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jPA/ONOrMwUNiJhxI+anqfaQnXn7Ew+GOmazU69Wr1u35nSMa54mKElzcNnHhHuo9 b7MGPX631O+5bYzMaTjbkwZ95zuy6Mp3RCGGliqEageu7JvnIkTBqvQZkPVFP/m0sX qtdI4nvOS73UZwbrgPgY2CzsSMhnngQAsTRpFirw= Date: Mon, 2 Feb 2026 11:14:26 +0100 From: Greg KH To: Bogdan Sandu Cc: sakari.ailus@linux.intel.com, bingbu.cao@intel.com, tian.shu.qiu@intel.com, mchehab@kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Cleanup ipu3 driver Message-ID: <2026020258-very-numbly-b36b@gregkh> References: <20260202100310.4425-2-bogdanelsandu2011@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260202100310.4425-2-bogdanelsandu2011@gmail.com> On Mon, Feb 02, 2026 at 12:03:11PM +0200, Bogdan Sandu wrote: > Clean up warnings generated by ./scripts/checkpatch.pl regarding the ipu3 driver at /drivers/staging/media/ipu3 > > More specifically, the following files have been affected: ipu3-css.c, ipu3-mmu.c, ipu3-mmu.h, ipu3-v4l2.c, ipu3.c, ipu3.h Was this an AI generated patch? Either way, it needs to be properly broken up into "one logical change per patch" like all others. thanks, greg k-h