From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A02FE427F87; Thu, 16 Jul 2026 13:48:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784209712; cv=none; b=PXjJBvU3EN1lSGnQDeZs9ENrSetn+LRbHBAPAVWIDy/Ba3LVXFhkHPmXBP7OVirOQRQM2kFsAQWVKDE0Z8n4UDeoYHFyKNztdv78Quf29B+X8OwubFD0PXCBx85dKNyRGU7IwsfVZJpmJuW3wlcn49XqzrI4uuEqZUE6taQjcGQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784209712; c=relaxed/simple; bh=389GS9exLcaX9KFuIgE428O3St8o2S93A4O5AEANp6M=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=KsYyNLKLkcB4zZ1+EJ9n52Gl8gnGMWn3rzgIldEJzpQcWZEbLiQKXlNbpZVxs8mDyCpUluMMYoAccirkG8Ih0P4jNk2J4Mp1Al2cxOmdB7+VIoiULI5hqLPfTgnbM7CYlEJfM1zDMQDRxVp6ypYWxn6pyBm6SbYC4z904N/B/vo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=d940717K; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="d940717K" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13FED1F00ACF; Thu, 16 Jul 2026 13:48:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784209697; bh=389GS9exLcaX9KFuIgE428O3St8o2S93A4O5AEANp6M=; h=Date:To:From:Subject:Cc:References:In-Reply-To; b=d940717KghOHFqCD0jGTESEJwea2T5jS9R7KQFUJw6snVDTxle2M1SNnG3bThSThE m3i3+IaYjxVT4nyatOsZMLtloV79p22YRcG/iuqK//Al12RaLEnP4Y+2S93SHDeU2R 7MKYHgNfim4JorzpqUEHJLiw++MKGDbnl8W4VaqFtmS1WMFYtUTrwkHTPYEAuIuVFz hoYoBtZlbkHIlWGt5zh8cyVvGLXJkdthvD7XJesAfuI3Wf1SkM7jDcA3s2ituD/Xuj BpEUniJOXvpdK4tZzdO4erRJ74gdSg4JrNkN4OvkOhtuV62cWS+mrfPtIsqXvPXeTq ExbhVfDnRi5RA== 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: Thu, 16 Jul 2026 15:48:12 +0200 Message-Id: To: "Miguel Ojeda" From: "Danilo Krummrich" Subject: Re: [PATCH] rust: device: avoid trailing ; in printing macros Cc: "Alice Ryhl" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Miguel Ojeda" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Daniel Almeida" , "Tamir Duberstein" , "Alexandre Courbot" , =?utf-8?q?Onur_=C3=96zkan?= , , , , References: <20260716-device-trail-semicolon-v1-1-f48e9dcfae15@google.com> In-Reply-To: On Thu Jul 16, 2026 at 2:17 PM CEST, Miguel Ojeda wrote: > Ok, I will land this into `rust-fixes` then, and send the PR during > the weekend after tomorrow's -next. I can also take it through driver-core-fixes, I have another minor fix to s= end anyway.