From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 5FFF8366DBE for ; Tue, 17 Mar 2026 10:55:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773744901; cv=none; b=pRgb/pIWBo8Msuo+4xYcBSbbOr13UDaRlULM+HqnmLs2T1bxBWUwfynoIBqFUJTPnHYe+BRHiwwSlS2rq4KCGDW3qXEDkySxD9jOg39wnNpVmx8goKL0P8nb6h9DO6obpwdHwyAmxxtgs84VVdklPUeDrxRW7oFnJzLTK22IuD8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773744901; c=relaxed/simple; bh=qrmlfTBzAjKIyrKgM4++fx33lDwXCR3THc/Qb6Ic284=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q+7htkLqmJQkm0oafzRbNKLkK05ALv3rhEoZeIyqCXNj7jLpg8b51JdspH2Jrqwqiqu6WNEr+LaQHB3L97saF2qXp+b0IfYnoSY/UDSt4Ycx6OjqIHnx+dtAu5/iKBObQ+bgsy2rOmGLuUP3GSizR7nyEWovzc6E18dsSSuL9Mk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=NgB+iauG; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="NgB+iauG" Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id B28D4593; Tue, 17 Mar 2026 11:53:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1773744826; bh=qrmlfTBzAjKIyrKgM4++fx33lDwXCR3THc/Qb6Ic284=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NgB+iauGFxnIB53R9GgQJIfq7uycFI/7qESWLR73aW6V9+Z4i796ClYdIa8iy31/f t4eOkA/wGZoVfUbGA7gWs1EPHzrIIRaBbSF0TMI3ILAlUMSQL8dZHDXnWtSO+1EpJU pTi7ZT/7QmZepQtkmOyNdeUGKlSEAOfsd/ouWaGk= Date: Tue, 17 Mar 2026 12:54:57 +0200 From: Laurent Pinchart To: Sakari Ailus Cc: linux-media@vger.kernel.org Subject: Re: [PATCH 5/7] More header sorting Message-ID: <20260317105457.GF302774@killaraus.ideasonboard.com> References: <20260317095802.214532-1-sakari.ailus@linux.intel.com> <20260317095802.214532-6-sakari.ailus@linux.intel.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=utf-8 Content-Disposition: inline In-Reply-To: <20260317095802.214532-6-sakari.ailus@linux.intel.com> On Tue, Mar 17, 2026 at 11:58:00AM +0200, Sakari Ailus wrote: > Signed-off-by: Sakari Ailus Merged that with 1/7. > --- > raw2rgbpnm.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/raw2rgbpnm.c b/raw2rgbpnm.c > index 215decd65d93..ef12be820be6 100644 > --- a/raw2rgbpnm.c > +++ b/raw2rgbpnm.c > @@ -29,10 +29,12 @@ > #include > #include > #include > -#include > #include > -#include > +#include > + > #include > +#include > + > #include "utils.h" > #include "raw_to_rgb.h" > #include "yuv_to_rgb.h" -- Regards, Laurent Pinchart