mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
pie: fix kernel-doc notation warning
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: b42a3d7c7c
("pie: improve comments and commenting style")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Leslie Monis <lesliemonis@gmail.com>
Cc: "Mohit P. Tahiliani" <tahiliani@nitk.edu.in>
Cc: Gautam Ramakrishnan <gautamramk@gmail.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Jiri Pirko <jiri@resnulli.us>
Link: https://lore.kernel.org/r/20230714045127.18752-9-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
d1533d726a
commit
d1cca97454
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user