From patchwork Thu Mar 9 08:20:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ilpo_J=C3=A4rvinen?= X-Patchwork-Id: 662044 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 58D84C61DA4 for ; Thu, 9 Mar 2023 08:23:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230094AbjCIIX2 (ORCPT ); Thu, 9 Mar 2023 03:23:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230057AbjCIIWr (ORCPT ); Thu, 9 Mar 2023 03:22:47 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5450B12F13; Thu, 9 Mar 2023 00:21:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678350100; x=1709886100; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=EeMpUHRwEcd/7GGcTgh3dH4kpXVjRSLeOKvHUS2QYVc=; b=Q+hU8pZq6BEEfcCDll90tafMfjbim0leyJDXAJheIBugLJASrGcismsP nlW6dGFhtUvJBM0A2Ud1L9kjne+2eAoYvFiKECMguYwchoZZiMc0zZEJ6 xAySZfWQrCQFM6CtBJbKfn2fUAiGOOkQBuBX3fwKJHd0UGvIwOA0eRdu4 L6SbdRM6WrVhSWeFIyZS1Skr62ou+BPiPRd828A6kF/rCJJSTB4vbizvM PN2R+fL3F4ToLwlFI+9i2OqL3m8YtXs8vlcbTbaWSyGw/7eUANl9U65qy wvyd7M0VToas3CDmjSS30QUZHDYrRT3HpEu6q1pVKhlpFnegMA6d0REv9 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10643"; a="364025884" X-IronPort-AV: E=Sophos;i="5.98,245,1673942400"; d="scan'208";a="364025884" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2023 00:21:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10643"; a="787473880" X-IronPort-AV: E=Sophos;i="5.98,245,1673942400"; d="scan'208";a="787473880" Received: from unknown (HELO ijarvine-MOBL2.mshome.net) ([10.237.66.35]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2023 00:21:05 -0800 From: =?utf-8?q?Ilpo_J=C3=A4rvinen?= To: linux-serial@vger.kernel.org, Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org Cc: =?utf-8?q?Ilpo_J=C3=A4rvinen?= Subject: [PATCH 4/8] n_tty: Sort includes alphabetically Date: Thu, 9 Mar 2023 10:20:31 +0200 Message-Id: <20230309082035.14880-5-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230309082035.14880-1-ilpo.jarvinen@linux.intel.com> References: <20230309082035.14880-1-ilpo.jarvinen@linux.intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Sort includes in n_tty alphabetically to make it easier to see if an include is among the list or not. Signed-off-by: Ilpo Järvinen --- drivers/tty/n_tty.c | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c index 4fc5bd166e56..2cf263de1366 100644 --- a/drivers/tty/n_tty.c +++ b/drivers/tty/n_tty.c @@ -28,27 +28,28 @@ * EAGAIN */ -#include -#include +#include +#include +#include #include -#include #include -#include +#include #include -#include -#include -#include +#include #include -#include -#include -#include -#include -#include -#include -#include #include +#include #include +#include +#include +#include +#include +#include +#include +#include +#include #include + #include "tty.h" /*