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 13818C3DA6E for ; Thu, 15 Dec 2022 11:44:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230082AbiLOLoL (ORCPT ); Thu, 15 Dec 2022 06:44:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbiLOLoK (ORCPT ); Thu, 15 Dec 2022 06:44:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D39322C11C; Thu, 15 Dec 2022 03:44:09 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6C71361D73; Thu, 15 Dec 2022 11:44:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F0B9C433EF; Thu, 15 Dec 2022 11:44:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671104648; bh=qKOBxYX9hK7wNtSbqkd1Mf3g2xc0U5CtzK24DAOF/2o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cDpG65Se8GqelPpl03gw9hupo5PpHb3fwPy4/HoS3WCCcIjfKq9WU+Mut6oVfc+KE YrtbVud468/G+LMTnNsvd8vpEnWATAAE+oHTaeCyzuX3X6SFVbibhVHYWjBnpX16+M Ei3i+naFlnaQBabLFIfsaVbVSM0ngVfprXVqtZOg= Date: Thu, 15 Dec 2022 12:44:06 +0100 From: Greg Kroah-Hartman To: Geert Uytterhoeven Cc: Biju Das , Heikki Krogerus , linux-usb@vger.kernel.org, Geert Uytterhoeven , Fabrizio Castro , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 3/4] usb: typec: hd3ss3220: Sort header files Message-ID: References: <20221209155623.29147-1-biju.das.jz@bp.renesas.com> <20221209155623.29147-4-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Dec 15, 2022 at 11:05:13AM +0100, Geert Uytterhoeven wrote: > Hi Greg, > > On Fri, Dec 9, 2022 at 5:16 PM Greg Kroah-Hartman > wrote: > > On Fri, Dec 09, 2022 at 03:56:22PM +0000, Biju Das wrote: > > > This patch sorts the header files alphabetically. > > > > This says what you are doing, but not why. > > > > Why is this needed? What does this fix? This is no requirement of USB > > code that I know of. > > ... to avoid merge conflicts when adding/removing includes in future > patches. Then let's deal with that then, again, this isn't a real issue, sorry. greg k-h