mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +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: b42a3d7c7cff ("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
|
* struct pie_params - contains pie parameters
|
||||||
* @target: target delay in pschedtime
|
* @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
|
* @limit: total number of packets that can be in the queue
|
||||||
* @alpha: parameter to control drop probability
|
* @alpha: parameter to control drop probability
|
||||||
* @beta: parameter to control drop probability
|
* @beta: parameter to control drop probability
|
||||||
|
Loading…
x
Reference in New Issue
Block a user