Skip to content

Commit

Permalink
net: sched: Fill in MODULE_DESCRIPTION for act_gate
Browse files Browse the repository at this point in the history
W=1 builds now warn if module is built without a MODULE_DESCRIPTION().

Gate is the only TC action that is lacking such description.
Fill MODULE_DESCRIPTION for Gate TC ACTION.

Signed-off-by: Victor Nogueira <victor@mojatatu.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Reviewed-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Link: https://lore.kernel.org/r/20231027155045.46291-2-victor@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Victor Nogueira authored and Jakub Kicinski committed Nov 2, 2023
1 parent ff269e2 commit 49b02a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/sched/act_gate.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,4 +677,5 @@ static void __exit gate_cleanup_module(void)

module_init(gate_init_module);
module_exit(gate_cleanup_module);
MODULE_DESCRIPTION("TC gate action");
MODULE_LICENSE("GPL v2");

0 comments on commit 49b02a1

Please sign in to comment.