From patchwork Thu Jan 19 22:08:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13108892 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 BB431C004D4 for ; Thu, 19 Jan 2023 22:23:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230284AbjASWXx (ORCPT ); Thu, 19 Jan 2023 17:23:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230073AbjASWWK (ORCPT ); Thu, 19 Jan 2023 17:22:10 -0500 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 831D6A1007; Thu, 19 Jan 2023 14:07:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674166067; x=1705702067; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SB0OeZdWiLkarVjZZSXMF9jf/8tzMUUbELrTM8zHlBE=; b=aoVupjRtE+cAdnZBqhETH0KQOmUNWJtM+s8DK0POD5vL0QOxlRfpu2cI mrWQ5P4lX12dltLI95PrjXP4dqtBtAUl6ILVAzHz/Vezh1e1a8aumf1GQ EHLwCeEZHmGy8WctThgUJ5RZxP2guwl6U6tf+bxYp0kNeXToJfXCd9wZG YlTFtXqYhglh0fZwG4BOPVG+8MOWsmjOV5MzSGHgUzlsrEEv4lQeBtWy+ RM1aFabXysz/aHDPs2bXjFRJjFNno7bmRD5CZnqyDXFhEbF3JX5wWYn11 8CR0hnM3fWGJPH8CLwRQzndWny0wh3tIxorEIrPveCJX4fKwipc0jM2Zu g==; X-IronPort-AV: E=McAfee;i="6500,9779,10595"; a="323130660" X-IronPort-AV: E=Sophos;i="5.97,230,1669104000"; d="scan'208";a="323130660" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2023 14:07:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10595"; a="784226649" X-IronPort-AV: E=Sophos;i="5.97,230,1669104000"; d="scan'208";a="784226649" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga004.jf.intel.com with ESMTP; 19 Jan 2023 14:07:43 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 8B38C57E; Fri, 20 Jan 2023 00:08:15 +0200 (EET) From: Andy Shevchenko To: Jens Axboe , Greg Kroah-Hartman , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v1 9/9] pktcdvd: Sort headers Date: Fri, 20 Jan 2023 00:08:09 +0200 Message-Id: <20230119220809.5518-9-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230119220809.5518-1-andriy.shevchenko@linux.intel.com> References: <20230119220809.5518-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Sort the headers in alphabetic order in order to ease the maintenance for this part. Signed-off-by: Andy Shevchenko Reviewed-by: Greg Kroah-Hartman --- drivers/block/pktcdvd.c | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c index 22048739a245..93597bde9c33 100644 --- a/drivers/block/pktcdvd.c +++ b/drivers/block/pktcdvd.c @@ -46,29 +46,30 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#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 -#include -#include #include