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 40B6346B5; Thu, 25 Sep 2025 22:11:41 +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=1758838302; cv=none; b=f1P0xSmET5tmdZabVxpDd/LJh+uwYleSKfUxhLyydkB4w7iVfwzQl2w86qgnT/1Wjtfx9MZbyKXONqzCVqVPNKn9G56Gu/fuSs+2hfmQcTWhfB3udluavtWq3eZcNpS/AczG1C0V7s8UPBZWMEY8Lg1eIrIwWDlMxMpqddqveik= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758838302; c=relaxed/simple; bh=46nzcX7EQ1S87NIV3BIAH28q83fRnfEoERyE5l8Fjo4=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:From:To:Cc: References:In-Reply-To; b=YtZjFoKf9QLUAyyGKWNuJjyN8fho1QgGZwLyWezUtRZwWaQcParehA9mY9gG9SwJoxWkfOORVOypeoletQydI+Ki7uziZ/9niGTDZHG7NWrwuQ33rVfZZf+bsQ7oPiNWCyF+g88XnrGeeCwtofryaf0IoH0Dty7z1pibylmahCw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NuXuIxvn; 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="NuXuIxvn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62E06C4CEF0; Thu, 25 Sep 2025 22:11:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758838301; bh=46nzcX7EQ1S87NIV3BIAH28q83fRnfEoERyE5l8Fjo4=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=NuXuIxvn0ye2HTMcv75rNTWm8m+Cc++4iReWGWXWgxaf2MmLsKeGGZn6kEg+XSbgB mpsA5BLBT4UgfCwPgfzKrllHYqJhqMP7V1sGtIsWivwcRgyexywtuR84H0dYs2IVMT KRdOWLzvTMFhYGOLcKMihIhcf6oHmMJY9gdwsf4qd2/dm6EhvgxFkLwa2MYkLHAcgS 2ro8OmJp4AleP74o9E+YbWUKuynWJmB5urJfRirBpVj9sxyyCaOgejeRXzJD3GQaqd Zg2FbutDNdn0D7417+tr7dR3fxzP28dzmyWk3seLggMCElNPWT48roSQ3ONmRYJdjF q/5zUiW4Ocv7g== 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: Fri, 26 Sep 2025 00:11:34 +0200 Message-Id: Subject: Re: [PATCH v16 1/3] samples: rust: platform: remove trailing commas From: "Benno Lossin" To: "Tamir Duberstein" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Danilo Krummrich" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Luis Chamberlain" , "Russ Weight" , "Peter Zijlstra" , "Ingo Molnar" , "Will Deacon" , "Waiman Long" , "Nathan Chancellor" , "Nick Desaulniers" , "Bill Wendling" , "Justin Stitt" , "Christian Brauner" , "Alexander Viro" , "Jan Kara" Cc: , , , X-Mailer: aerc 0.21.0 References: <20250925-cstr-core-v16-0-5cdcb3470ec2@gmail.com> <20250925-cstr-core-v16-1-5cdcb3470ec2@gmail.com> In-Reply-To: <20250925-cstr-core-v16-1-5cdcb3470ec2@gmail.com> On Thu Sep 25, 2025 at 3:42 PM CEST, Tamir Duberstein wrote: > This prepares for the next commit in which we introduce a custom > formatting macro; that macro doesn't handle these spurious commas, so > just remove them. > > Signed-off-by: Tamir Duberstein Reviewed-by: Benno Lossin --- Cheers, Benno > --- > samples/rust/rust_driver_platform.rs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)