From nobody Fri Oct 3 20:58:18 2025 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) (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 DA9062FF642; Mon, 25 Aug 2025 16:35:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.13 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756139759; cv=none; b=emROIBBzP3i8//1ROchM70GJ84rAiWTncsZkJW0v22XrfFPRc/L393DOM5HSxOZP9P+6Zpz6XGUcbAitqbjkEmNCAyaunped3SvYJfOluLJlFvkPm0tNkqOWlPfKMVi/WKI1aU53Xa2JjSLSX9R+EavI2+ZWMaVudESHmyiOL44= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756139759; c=relaxed/simple; bh=WzmZWMms4bv8taptRv7sWNE6UwWdfM4GmVI+cXRz004=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=THcoNSdqtOE6EjE8UN5Mom/ChVXJEklmdAdO5CcUJVzmvgAq4BqqQ0h0gLt3pE7OggBZjeEHLW9gJ/SQ9wyowNpTs5QIMUqM9RjxQgmnjOXw9ltHh7iDou6QJdYbWupulcG0cLDxLnqJ2iSsyjNLd94vP/uVbGHfW5ajBy2Cs5M= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=ipibPTaq; arc=none smtp.client-ip=198.175.65.13 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ipibPTaq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1756139758; x=1787675758; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WzmZWMms4bv8taptRv7sWNE6UwWdfM4GmVI+cXRz004=; b=ipibPTaqJsmv1n03Q4LncnYb7c0DDOBwLJlGwq7qljABi+oGsfrS2tam o3Cv9DX0AEjTGCz025YlnfjNVi3XpGQpEgTQcbw4gksk/77ThfK57fNYt LBwirHwZxL4B4EPZNPWTAi8JUcwcrnpYDCNlzSdmFyoBUnod+lBuTf8zT 6Sk6gWnznftwmN31hJDFoqUZXgTIMWT4WkFEdv+aQQWWfi/+ddOpSCbR2 gTHiLI69BWT7AXRw78w3b0kmWdcgVAxkqCKKILZ1p2B3FRkXuBN1zXzie FO/IkydxazcS4Auq+aqpqIO2ojb7+PTwZgBq3Zphj+B0Ew3EQusZ393tj A==; X-CSE-ConnectionGUID: OUsYezKoTd+bA/fwzHNvug== X-CSE-MsgGUID: nOVMlrz7TpqxuzDrwWU5aQ== X-IronPort-AV: E=McAfee;i="6800,10657,11533"; a="69459553" X-IronPort-AV: E=Sophos;i="6.18,213,1751266800"; d="scan'208";a="69459553" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2025 09:35:55 -0700 X-CSE-ConnectionGUID: wGy2mzdEQBu6ep/2AqbnXQ== X-CSE-MsgGUID: NAapVdSxTk+ZacKhIWFZ9w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.18,213,1751266800"; d="scan'208";a="169241086" Received: from black.igk.intel.com ([10.91.253.5]) by orviesa007.jf.intel.com with ESMTP; 25 Aug 2025 09:35:48 -0700 Received: by black.igk.intel.com (Postfix, from userid 1003) id E1D6697; Mon, 25 Aug 2025 18:35:46 +0200 (CEST) From: Andy Shevchenko To: Helge Deller , Andy Shevchenko , Geert Uytterhoeven , Thomas Fourier , linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-block@vger.kernel.org Cc: Richard Henderson , Matt Turner , Ian Molton , Russell King , Thomas Bogendoerfer , "James E.J. Bottomley" , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Christophe Leroy , "David S. Miller" , Andreas Larsson , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Denis Efremov , Jens Axboe , Andrew Morton Subject: [PATCH v2 3/3] floppy: Sort headers alphabetically Date: Mon, 25 Aug 2025 18:32:57 +0200 Message-ID: <20250825163545.39303-4-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250825163545.39303-1-andriy.shevchenko@linux.intel.com> References: <20250825163545.39303-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Sorting headers alphabetically helps locating duplicates, and makes it easier to figure out where to insert new headers. Signed-off-by: Andy Shevchenko --- drivers/block/floppy.c | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index d769a223fcc8..61d62019a38d 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c @@ -163,35 +163,35 @@ =20 /* do print messages for unexpected interrupts */ static int print_unex =3D 1; -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include /* CMOS defines */ -#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 /* CMOS defines */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include =20 /* * PS/2 floppies have much slower step rates than regular floppies. --=20 2.50.1