thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()
authorGil Fine <gil.fine@linux.intel.com>
Thu, 25 Apr 2024 23:37:54 +0000 (02:37 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Sat, 27 Apr 2024 05:03:56 +0000 (08:03 +0300)
commit2a0ed2da17d70fb57456fd78bf0798492d44cc17
tree8307b2841261cc4098c30afc6cc7c84046bcf7c1
parent61684c0ff94ca356ef82220173860223908f1e04
thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()

In case of no bandwidth available for DP tunnel, the function get the arguments
@max_up and @max_down set to zero. Fix the kernel-doc to describe more
accurately the purpose of the function.

No functional changes.

Signed-off-by: Gil Fine <gil.fine@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/tunnel.c