From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: rust: update `kernel::c_str!` documentation Date: Tue, 10 Mar 2026 12:05:04 +1000 Message-ID: In-Reply-To: <20260309-cstr-rename-macro-v2-1-25f7de75944e@kernel.org> References: <20260309-cstr-rename-macro-v2-1-25f7de75944e@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: rust: update `kernel::c_str!` documentation Author: Tamir Duberstein Patches: 1 Reviewed: 2026-03-10T12:05:04.277925 --- This is a single, straightforward documentation-only patch. It updates the `kernel::c_str!` macro documentation to reflect that Rust now has native C string literals (`c"..."` since Rust 1.77), and that the macro's primary remaining use case is for non-literal compile-time C strings (e.g., inside other macros using `concat!`). The patch is well-motivated, clearly written, and already carries reviews from Alice Ryhl and an ack from Greg KH. No functional code changes are made. The patch looks correct and ready to merge. --- Generated by Claude Code Patch Reviewer