Skip to content

Commit

Permalink
pie: fix kernel-doc notation warning
Browse files Browse the repository at this point in the history
Spell a struct member's name correctly to prevent a kernel-doc
warning.

pie.h:38: warning: Function parameter or member 'tupdate' not described in 'pie_params'

Fixes: b42a3d7 ("pie: improve comments and commenting style")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Leslie Monis <[email protected]>
Cc: "Mohit P. Tahiliani" <[email protected]>
Cc: Gautam Ramakrishnan <[email protected]>
Cc: Jamal Hadi Salim <[email protected]>
Cc: Cong Wang <[email protected]>
Cc: Jiri Pirko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
rddunlap authored and kuba-moo committed Jul 15, 2023
1 parent d1533d7 commit d1cca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/pie.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* struct pie_params - contains pie parameters
* @target: target delay in pschedtime
* @tudpate: interval at which drop probability is calculated
* @tupdate: interval at which drop probability is calculated
* @limit: total number of packets that can be in the queue
* @alpha: parameter to control drop probability
* @beta: parameter to control drop probability
Expand Down

0 comments on commit d1cca97

Please sign in to comment.