Message ID | 20240718103358.176260-1-dlemoal@kernel.org |
---|---|
Headers | show
Return-Path: <linux-ide+bounces-1914-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=bd28l3hy; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:4601:e00::3; helo=am.mirrors.kernel.org; envelope-from=linux-ide+bounces-1914-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from am.mirrors.kernel.org (am.mirrors.kernel.org [IPv6:2604:1380:4601:e00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WPq164Mvzz1ySl for <incoming@patchwork.ozlabs.org>; Thu, 18 Jul 2024 20:34:18 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id 0A4941F22EC7 for <incoming@patchwork.ozlabs.org>; Thu, 18 Jul 2024 10:34:16 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7A21612F375; Thu, 18 Jul 2024 10:34:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bd28l3hy" X-Original-To: linux-ide@vger.kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 300DB1EA80 for <linux-ide@vger.kernel.org>; Thu, 18 Jul 2024 10:33:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721298840; cv=none; b=tRVPg/DPjayBZYD8nXcsWOsuMApqPPh5nrYg/aOO4mjKQLCcwt454cOnrSSGgiKVr2HMGbI80pVBeWmtXJ1wGEhSnInQDnF/s/SJKGilUJLFosYy5uMKuADZ0kPsckaKcFJi2axN9gH+Fh/LlVZpxoHUraASbEHWG5J4xr5clDE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721298840; c=relaxed/simple; bh=/MR2EQwq1pyu4tXas8JwS6xRXkeVx13yLsvgdB/bkmU=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=tHU5wToC0cdjQLxoDTScm1j0LzxGQB7/iYiOvsgJlnBWT6q4YoB4u6sviAgNOglBKY2ndIWA8GNFDeWWPUZhzUel+B7q5QA12I3i4pE2YGYZoWQxloJWTvHSmF1V4mi05nC9QOfMzU3Id0+MiU8AXiYvpRXRenaxuX3e1CkAY+w= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bd28l3hy; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54BC5C116B1; Thu, 18 Jul 2024 10:33:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721298839; bh=/MR2EQwq1pyu4tXas8JwS6xRXkeVx13yLsvgdB/bkmU=; h=From:To:Subject:Date:From; b=bd28l3hy9mz7sLqikJEGSeOh8BDBF82f7WrXNPFV6lvsjdty0EeXX7WJltFba/ntQ 241/iE03Ox7JKQdeHsAm0N8zGVKSfeukcUFKHJSJkC+ywnuxcW+kI/UTNhvaJ+P0hz bQu563Q6aGhDXfPEOm5sXXr55j1GT79N9okGOq5UH/sTEEIsy9XoN/lzCc2oACLQX5 ItcU5etAUAM77W0laeyYltFUC+gI7Kk5UHMUw2+BNNzFm4rnuAZaJ2q5kfzA2lgUBP sN/6jt3aAAbu0+rwXN9rmH+cIZatAwo29yVTkVg5u5+L5MP2A0hUc5BXfbgFI6C0Ps b7xPF8UYENNig== From: Damien Le Moal <dlemoal@kernel.org> To: linux-ide@vger.kernel.org, Niklas Cassel <cassel@kernel.org> Subject: [PATCH v2 0/3] Some renaming and horkage improvements Date: Thu, 18 Jul 2024 19:33:55 +0900 Message-ID: <20240718103358.176260-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: <linux-ide.vger.kernel.org> List-Subscribe: <mailto:linux-ide+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-ide+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Some renaming and horkage improvements
|
expand
|