From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) (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 47FC71A9F93; Tue, 27 Jan 2026 10:30:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769509824; cv=none; b=AeuA3TwTHCQAuOEDn28YMndh6MY7Rcv6ERcIn3OKg8KJaK4fgJ54OCqFneUtUGi4FJdTqHRDZCMpEMusbv6jjEMZYyscImtbOtU5nKv0O3B3mRlJuibKnvn97jjR7YBJyYim7Hsbx8P+tEKp/y/djHOydIpaZszOOQHvHmYb1GU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769509824; c=relaxed/simple; bh=8um1ztHVRtPlpYKICq+T4cYvuETxYSOKlJwZD/mCu8o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bwjHNsMixunQW8ilSndpI8hLxggSncHmn+mE7TgMoQOJJNYhUJo7TrWyeQqb2ZIvSe0UU1j/ue0F83yL1AysyGnLpL8Abo2RZ0ErJmAGCuAOB0uspQKBpne+J2SSm5PPY+5uClnv5Yb0P60gdseqc5sYZ+RdjVBQY7DXQBKn30U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=m91b0RPy; arc=none smtp.client-ip=198.175.65.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="m91b0RPy" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1769509821; x=1801045821; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8um1ztHVRtPlpYKICq+T4cYvuETxYSOKlJwZD/mCu8o=; b=m91b0RPywUIxbBQzuRhjO+xv0RYZFIGciYpzv2UO8WvECywgBchKi0DQ 5Rg70HPSU2jUo/mdLVMA2qE+8WabxT2fIuFs2+WIuJ5zk6SWy+s/TeN57 7h5g2Grn/Nam/9iY20ixYrV4bKW5LslIFfuplA5d9t1dnMnkLIvFm1gD5 WthCZ5W9C2t1mlVH28grZwJFWcJ8ZkCybIonvx3PWiW0icmgga3leuKf0 J1Xqb/fnoQDYRDSofsaN0YnBeXqEkxW/XaFNFa5v3juLjId7QV84Nc04u iKd6Gd9h6bl0UpANCwX1EFy9Dl4Y9OHM0awXqcVyfXgZRPS4OgUGAlzYb A==; X-CSE-ConnectionGUID: iEZFa23WREun6qbFiPUrYg== X-CSE-MsgGUID: OnFajv1sQlG+sqH/h8Yv+w== X-IronPort-AV: E=McAfee;i="6800,10657,11683"; a="74546244" X-IronPort-AV: E=Sophos;i="6.21,256,1763452800"; d="scan'208";a="74546244" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2026 02:30:17 -0800 X-CSE-ConnectionGUID: KqBtgNzCRfu7jmZ6d+Vo5g== X-CSE-MsgGUID: kcg+rOELR5e6jUTKaB868A== X-ExtLoop1: 1 Received: from egrumbac-mobl6.ger.corp.intel.com (HELO localhost) ([10.245.245.248]) by fmviesa003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2026 02:30:14 -0800 Date: Tue, 27 Jan 2026 12:30:12 +0200 From: Andy Shevchenko To: Oleksij Rempel Cc: Jonathan Cameron , Rob Herring , Krzysztof Kozlowski , Conor Dooley , kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, Andy Shevchenko , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , David Jander Subject: Re: [PATCH v2 4/8] iio: dac: ds4424: sort headers alphabetically Message-ID: References: <20260127060939.3914006-1-o.rempel@pengutronix.de> <20260127060939.3914006-5-o.rempel@pengutronix.de> Precedence: bulk X-Mailing-List: devicetree@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: <20260127060939.3914006-5-o.rempel@pengutronix.de> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Tue, Jan 27, 2026 at 07:09:35AM +0100, Oleksij Rempel wrote: > Sort the header inclusions alphabetically. This improves readability and > simplifies adding new includes in the future. ... > -#include > -#include > -#include > -#include > -#include > #include > -#include > +#include > +#include > +#include > #include > +#include > #include > -#include This was at the end and I assume we want this to be kept at the end as a separate group of linux/iio/* to emphasize on the fact that the driver is related to that subsystem. > +#include > +#include > +#include With that being said, I think the result should look as #include #include #include #include #include #include #include #include #include #include -- With Best Regards, Andy Shevchenko