mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 13:16:22 +00:00
thunderbolt: Fix one kernel-doc comment
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 <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7048 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
3e36528c11
commit
a558892b34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user