Skip to content

Commit f56ba65

Browse files
committed
rust: net: filter: fix style consistency
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 4aa7886 commit f56ba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/net/filter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl<T: Filter> Registration<T> {
152152
/// registered.
153153
///
154154
/// 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
155+
/// is `100` and `priority` is `-1`, the actual priority will be `99`. If a family doesn't
156156
/// explicitly allow a base to be specified, `0` is assumed.
157157
pub fn register(
158158
self: Pin<&mut Self>,

0 commit comments

Comments
 (0)