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 D6ABD126BF1; Mon, 2 Feb 2026 10:32:18 +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=1770028338; cv=none; b=UV4W6W648AVjrcUORCpguCwdGERanHDbGjbunr+x9XRmerRYF1y6Z5jKr7gbzTMHRBLbUOIW1j06yzsticYEGr9YVRuHp8J4TSC1SJ/WJJdQ79rMB0fNTFMs3YIAMeO+aPb4BWeGYRJd4rblwCxo9rT1db1YGyjugID/C7ANg3k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770028338; c=relaxed/simple; bh=d6B8nYkLi107nAypdMuoWROzv1z04gurbxCpKLXrmdU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WxpejfLUBYvrEGF3A2HoObqavCnCBUxpthAuwDxX1S+Q7q6IpmgWoH7XpKlyrTI+/7jcf6iPNXypnuQYwCS7AXyrUX40+Ifij2rtHG5wOpi0y8IHS0s795ki1gCzyakb7J36qcIjhDz1sivK4kFEvCeo6Sm7NFKPGgdKnUbMsBE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=PQmGbK6y; 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="PQmGbK6y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11F80C116C6; Mon, 2 Feb 2026 10:32:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770028338; bh=d6B8nYkLi107nAypdMuoWROzv1z04gurbxCpKLXrmdU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PQmGbK6yGvQva35wgA1rfoO0xZ+zc3oATw0HdiNKT71WKouJyPa5+NH31+AIQtGRe MZF8H0lMWaXnPt/SczYlZemDNtbDCuK7MsNks9kTkFQwMB+8z5LW5+Ifr4bmNzOU2L cqMPgPkyShRuFqPgtSzAtv6yB5MaNA9QvXE9hwyo= Date: Mon, 2 Feb 2026 11:32:15 +0100 From: Greg KH To: Bogdan Sandu Cc: bingbu.cao@intel.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, mchehab@kernel.org, sakari.ailus@linux.intel.com, tian.shu.qiu@intel.com Subject: Re: [PATCH] Cleanup ipu3 driver Message-ID: <2026020254-backyard-little-eb34@gregkh> References: <2026020258-very-numbly-b36b@gregkh> <20260202102033.9642-2-bogdanelsandu2011@gmail.com> <20260202102033.9642-3-bogdanelsandu2011@gmail.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: <20260202102033.9642-3-bogdanelsandu2011@gmail.com> On Mon, Feb 02, 2026 at 12:18:44PM +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 > > Signed-off-by: Bogdan Sandu > --- > drivers/staging/media/ipu3/ipu3-css.c | 39 ++++++++++++-------------- > drivers/staging/media/ipu3/ipu3-mmu.c | 2 +- > drivers/staging/media/ipu3/ipu3-mmu.h | 4 ++- > drivers/staging/media/ipu3/ipu3-v4l2.c | 11 ++++---- > drivers/staging/media/ipu3/ipu3.c | 7 ++--- > 5 files changed, 30 insertions(+), 33 deletions(-) You resent the same thing again? confused, greg k-h