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 <[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]>
1 parent d1533d7 commit d1cca97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)