Skip to content

Commit d1cca97

Browse files
rddunlapkuba-moo
authored andcommitted
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: b42a3d7 ("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>
1 parent d1533d7 commit d1cca97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/net/pie.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* struct pie_params - contains pie parameters
1919
* @target: target delay in pschedtime
20-
* @tudpate: interval at which drop probability is calculated
20+
* @tupdate: interval at which drop probability is calculated
2121
* @limit: total number of packets that can be in the queue
2222
* @alpha: parameter to control drop probability
2323
* @beta: parameter to control drop probability

0 commit comments

Comments
 (0)