Skip to content

Commit 166e870

Browse files
committed
rust: macros: fix commit reference style
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent a283c6a commit 166e870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/macros/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ pub(crate) fn module(ts: TokenStream) -> TokenStream {
431431
432432
// Note: the C macro that generates the static structs for the `__param` section
433433
// asks for them to be `aligned(sizeof(void *))`. However, that was put in place
434-
// in 2003 in commit 38d5b085d2 (\"[PATCH] Fix over-alignment problem on x86-64\")
434+
// in 2003 in commit 38d5b085d2a0 (\"[PATCH] Fix over-alignment problem on x86-64\")
435435
// to undo GCC over-alignment of static structs of >32 bytes. It seems that is
436436
// not the case anymore, so we simplify to a transparent representation here
437437
// in the expectation that it is not needed anymore.

0 commit comments

Comments
 (0)