]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net: fill in MODULE_DESCRIPTION()s for ipvtap
authorBreno Leitao <leitao@debian.org>
Thu, 8 Feb 2024 16:42:43 +0000 (08:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 22:12:02 +0000 (14:12 -0800)
W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the IP-VLAN based tap driver.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240208164244.3818498-9-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipvlan/ipvtap.c

index 60944a4beadae611b2c2dd012683cb30052d0f6b..1afc4c47be73f906f58721aa227dd35fd30eff73 100644 (file)
@@ -237,4 +237,5 @@ static void __exit ipvtap_exit(void)
 module_exit(ipvtap_exit);
 MODULE_ALIAS_RTNL_LINK("ipvtap");
 MODULE_AUTHOR("Sainath Grandhi <sainath.grandhi@intel.com>");
+MODULE_DESCRIPTION("IP-VLAN based tap driver");
 MODULE_LICENSE("GPL");