lkml.org 
[lkml]   [2021]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/12] thunderbolt: tunnel: Fix misspelling of 'receive_path'
    Date
    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: Mika Westerberg <mika.westerberg@linux.intel.com>
    Cc: Yehezkel Bernat <YehezkelShB@gmail.com>
    Cc: linux-usb@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    ---
    drivers/thunderbolt/tunnel.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/thunderbolt/tunnel.c b/drivers/thunderbolt/tunnel.c
    index dcdf9c7a9caed..37943b0379abc 100644
    --- a/drivers/thunderbolt/tunnel.c
    +++ b/drivers/thunderbolt/tunnel.c
    @@ -830,7 +830,7 @@ static void tb_dma_init_path(struct tb_path *path, unsigned int isb,
    * @transmit_path: HopID used for transmitting packets
    * @receive_ring: NHI ring number used to receive packets from the
    * other domain. Set to %0 if RX path is not needed.
    - * @reveive_path: HopID used for receiving packets
    + * @receive_path: HopID used for receiving packets
    *
    * Return: Returns a tb_tunnel on success or NULL on failure.
    */
    --
    2.25.1
    \
     
     \ /
      Last update: 2021-01-27 12:36    [W:4.339 / U:0.788 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site