From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B32ADC433F5 for ; Mon, 3 Oct 2022 16:54:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229929AbiJCQyG (ORCPT ); Mon, 3 Oct 2022 12:54:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229536AbiJCQyB (ORCPT ); Mon, 3 Oct 2022 12:54:01 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19FDB31204 for ; Mon, 3 Oct 2022 09:53:36 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CB1D0519; Mon, 3 Oct 2022 18:53:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664816014; bh=w8zeLat2DoAcooxFOPhy+YXtw+YVaybCn9RV4wF8q2Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mxbb3bvy8j6qKq8wlgz3rWgHl59khGM/tTYOW9wGIShSN4/pHKBhHzTqzwzrtfBEo jX8UrxIUlWmF0I7g20PsJ1SSUtROHIXf7w4JSp/iP5VNJk8Q+EeXlb+d3uZ4nXtrrK EOUm8XxRpeeSpdqkebdCxKml1xP2+2g0Mtl+PQY4= Date: Mon, 3 Oct 2022 19:53:30 +0300 From: Laurent Pinchart To: Tomi Valkeinen Cc: linux-media@vger.kernel.org, sakari.ailus@linux.intel.com, Jacopo Mondi , niklas.soderlund+renesas@ragnatech.se, Mauro Carvalho Chehab , Hans Verkuil , Kishon Vijay Abraham , satish.nagireddy@getcruise.com, Tomasz Figa Subject: Re: [PATCH v15 01/19] media: v4l2-subdev: Sort includes Message-ID: References: <20221003121852.616745-1-tomi.valkeinen@ideasonboard.com> <20221003121852.616745-2-tomi.valkeinen@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221003121852.616745-2-tomi.valkeinen@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Tomi, Thank you for the patch. On Mon, Oct 03, 2022 at 03:18:34PM +0300, Tomi Valkeinen wrote: > Sort the includes alphabetically. > > Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart > --- > drivers/media/v4l2-core/v4l2-subdev.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/media/v4l2-core/v4l2-subdev.c b/drivers/media/v4l2-core/v4l2-subdev.c > index 5c27bac772ea..ca5b764d796d 100644 > --- a/drivers/media/v4l2-core/v4l2-subdev.c > +++ b/drivers/media/v4l2-core/v4l2-subdev.c > @@ -8,20 +8,20 @@ > * Sakari Ailus > */ > > +#include > #include > #include > #include > #include > #include > -#include > -#include > #include > +#include > > #include > #include > -#include > -#include > #include > +#include > +#include > > #if defined(CONFIG_VIDEO_V4L2_SUBDEV_API) > static int subdev_fh_init(struct v4l2_subdev_fh *fh, struct v4l2_subdev *sd) -- Regards, Laurent Pinchart