thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_enabled()
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 7 Oct 2022 10:19:09 +0000 (13:19 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 9 Jun 2023 09:07:22 +0000 (12:07 +0300)
commit826f55d50de95572661ab4508d6aa0649a60627b
tree37163f63f59452470204ba150ffea165c7bca683
parentc437dcb18310f296eb9db58a361f309f7817014d
thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_enabled()

There is no point passing it as we already have a field for that. While
there clean up the kernel-doc of things that do not really belong to the
API documentation (these can be figured out from the spec itself).

No functional changes.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/tb.c
drivers/thunderbolt/tb.h
drivers/thunderbolt/tmu.c