Skip to content

Commit

Permalink
thunderbolt: nhi: Fix kernel-doc descriptions of non-static functions
Browse files Browse the repository at this point in the history
Fix kernel-doc descriptions of the two non-static functions. This also
gets rids of the warnings on W=1 build.

Reported-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Mika Westerberg committed Feb 4, 2021
1 parent 5fbcb2d commit 6894bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/thunderbolt/nhi.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ EXPORT_SYMBOL_GPL(tb_ring_alloc_rx);

/**
* tb_ring_start() - enable a ring
* @ring: Ring to start
*
* Must not be invoked in parallel with tb_ring_stop().
*/
Expand Down Expand Up @@ -667,6 +668,7 @@ EXPORT_SYMBOL_GPL(tb_ring_start);

/**
* tb_ring_stop() - shutdown a ring
* @ring: Ring to stop
*
* Must not be invoked from a callback.
*
Expand Down

0 comments on commit 6894bd3

Please sign in to comment.