thunderbolt: tunnel: Fix misspelling of 'receive_path'
authorLee Jones <lee.jones@linaro.org>
Wed, 27 Jan 2021 11:25:53 +0000 (11:25 +0000)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 28 Jan 2021 10:57:06 +0000 (13:57 +0300)
commita27ea0dfc1cdac5f1e5e1cb45cc1d92b476adb75
treee2d6af496f7383d70454db805e699a71faa6fac6
parentaf6bd59ea5b73a8c6310a7de1f991b85ba29c77f
thunderbolt: tunnel: Fix misspelling of 'receive_path'

Fixes the following W=1 kernel build warning(s):

 drivers/thunderbolt/tunnel.c:841: warning: Function parameter or member 'receive_path' not described in 'tb_tunnel_alloc_dma'
 drivers/thunderbolt/tunnel.c:841: warning: Excess function parameter 'reveive_path' description in 'tb_tunnel_alloc_dma'

Cc: Andreas Noever <andreas.noever@gmail.com>
Cc: Michael Jamet <michael.jamet@intel.com>
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/tunnel.c