From mboxrd@z Thu Jan 1 00:00:00 1970 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 40FFE2BE7BA; Tue, 6 Jan 2026 19:26:45 +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=1767727605; cv=none; b=cO/jDLD/O+hqFJ/6a11Yhh3gGS5LyrAt0YgRQ3LgsAlTssHM1Zw0IaMwLMYwoFzLpCp7Z+WuMr05QU1tDGqSNOy5q1/gowxF5Kl/Tf7gTbHAAjYhzFjA5EEStHrBSv5NKPIYqQ5ALjnaCEhhLoJs+PgPxNEg9gsccwwyBMdMPrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767727605; c=relaxed/simple; bh=H9CwKd1Zo+82+Kr6mdQrbeO7lfxsnEAhikrL7JR3tmo=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=UmB/GbEm+kM4uwDzTlfe1b6waaX7v868YIMcAQsMNBZHpXf8Fq74MGu7qbFzHYdcALA0OBcGJvAPliVRS3OG7K+IOQQ6x6Hz+ugdlmhrVWMLdP/8QTBPiqdxy895mcFLdlbEVKE8EnPKsjgYQe/g+EjYmqXlwOdMDrwtbx373j0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lqGu9clP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lqGu9clP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F4217C116C6; Tue, 6 Jan 2026 19:26:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767727605; bh=H9CwKd1Zo+82+Kr6mdQrbeO7lfxsnEAhikrL7JR3tmo=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=lqGu9clPcFo2Gz0DsGxHJsrrAeT2YYnDSr8GUi+q2iFueg//yz5gB8iObLMVsZNRS Es4ijZfGFeF5B47iehjD6AUhBpqcmXkuTmoi1tvuryXV+MJAQ6c1QmIoJAebT881Cu aHYvscprWfhCYI4cua23q/wx4wy86T89tOeC/0C6gqkVqILFFeQXw50Qk4N/MzCu3F iMcJ4TxpFAPuClFxLNxdaaWc+la+dtKB8T5QuQsYNGJS3V4eqXv+tAGT4ouXjrthGo eN2WX0LWMkMx/ruXENrGaxLxXHYSOhdgLO50DJkTnaH31dI6NyWFxArmYz4NK8VoXU hr4JcRDhipL6w== Precedence: bulk X-Mailing-List: rust-for-linux@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 Date: Tue, 06 Jan 2026 20:26:40 +0100 Message-Id: Subject: Re: [PATCH 4/5] rust: usb: use "kernel vertical" style for imports Cc: , , , , , , , , , , , , , , To: From: "Danilo Krummrich" References: <20260105142123.95030-1-dakr@kernel.org> <20260105142123.95030-4-dakr@kernel.org> In-Reply-To: <20260105142123.95030-4-dakr@kernel.org> On Mon Jan 5, 2026 at 3:19 PM CET, Danilo Krummrich wrote: > Convert all imports to use "kernel vertical" style. > > With this, subsequent patches neither introduce unrelated changes nor > leave an inconsistent import pattern. > > While at it, drop unnecessary imports covered by prelude::*. > > Link: https://docs.kernel.org/rust/coding-guidelines.html#imports > Signed-off-by: Danilo Krummrich > --- > @Greg: If you agree I will take this through the driver-core tree. I will= have > driver-core patches building on top of this. Nevermind, I don't need it in the driver-core tree after all. :)