Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ec-gpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub trait GpuName {
/// To make the uniqueness easier to implement, use the [`name`] macro. It produces a unique
/// name, based on the module path and the type of the item itself. That identifier might not
/// be stable across different versions of a crate, but this is OK as kernel sources/binaries
/// are always bundled with a library and not re-used between versions.
/// are always bundled with a library and not reused between versions.
///
/// # Example
///
Expand Down