We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa7886 commit f56ba65Copy full SHA for f56ba65
rust/kernel/net/filter.rs
@@ -152,7 +152,7 @@ impl<T: Filter> Registration<T> {
152
/// registered.
153
///
154
/// The priority is relative to the family's base priority. For example, if the base priority
155
- /// is `100` and `priority` is -1, the actual priority will be `99`. If a family doesn't
+ /// is `100` and `priority` is `-1`, the actual priority will be `99`. If a family doesn't
156
/// explicitly allow a base to be specified, `0` is assumed.
157
pub fn register(
158
self: Pin<&mut Self>,
0 commit comments