]> Git Repo - J-linux.git/commitdiff
thunderbolt: Fix one kernel-doc comment
authorYang Li <[email protected]>
Tue, 24 Oct 2023 00:43:30 +0000 (08:43 +0800)
committerMika Westerberg <[email protected]>
Tue, 24 Oct 2023 04:49:17 +0000 (07:49 +0300)
Fix a spelling errors in kernel doc comment, silence the warning:

drivers/thunderbolt/tb.c:760: warning: expecting prototype for tb_maximum_banwidth(). Prototype was for tb_maximum_bandwidth() instead

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7048
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Mika Westerberg <[email protected]>
drivers/thunderbolt/tb.c

index 664f8e89f16d3774efdbec502654baf439e20421..f250a6788b6c67e9b88df3597301ffe4319e7b21 100644 (file)
@@ -739,7 +739,7 @@ static bool tb_asym_supported(struct tb_port *src_port, struct tb_port *dst_port
 }
 
 /**
- * tb_maximum_banwidth() - Maximum bandwidth over a single link
+ * tb_maximum_bandwidth() - Maximum bandwidth over a single link
  * @tb: Domain structure
  * @src_port: Source protocol adapter
  * @dst_port: Destination protocol adapter
This page took 0.055195 seconds and 4 git commands to generate.