• Randy Dunlap's avatar
    NTB: ntb_transport: fix all kernel-doc warnings · f4070482
    Randy Dunlap authored
    Fix all kernel-doc warnings in ntb_transport.c.
    
    The function parameters for ntb_transport_create_queue() changed, so
    update them in the kernel-doc comments.
    Add a Returns: comment for ntb_transport_register_client_dev().
    
    ntb_transport.c:382: warning: No description found for return value of 'ntb_transport_register_client_dev'
    ntb_transport.c:1984: warning: Excess function parameter 'rx_handler' description in 'ntb_transport_create_queue'
    ntb_transport.c:1984: warning: Excess function parameter 'tx_handler' description in 'ntb_transport_create_queue'
    ntb_transport.c:1984: warning: Excess function parameter 'event_handler' description in 'ntb_transport_create_queue'
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Cc: Jon Mason <jdmason@kudzu.us>
    Cc: Dave Jiang <dave.jiang@intel.com>
    Cc: Allen Hubbe <allenbh@gmail.com>
    Cc: ntb@lists.linux.dev
    Reviewed-by: default avatarDave Jiang <dave.jiang@intel.com>
    Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
    f4070482
ntb_transport.c 61.4 KB