Skip to content

Commit

Permalink
soc: ti: k3-ringacc: Provide documentation for 'k3_ring's 'state'
Browse files Browse the repository at this point in the history
Fixes the following W=1 kernel build warning(s):

 drivers/soc/ti/k3-ringacc.c:163: warning: Function parameter or member 'state' not described in 'k3_ring'

Cc: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
  • Loading branch information
Lee Jones authored and Santosh Shilimkar committed Nov 22, 2020
1 parent 7be1c9c commit 50883af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/ti/k3-ringacc.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ struct k3_ring_state {
* @elm_size: Size of the ring element
* @mode: Ring mode
* @flags: flags
* @state: Ring state
* @ring_id: Ring Id
* @parent: Pointer on struct @k3_ringacc
* @use_count: Use count for shared rings
Expand Down

0 comments on commit 50883af

Please sign in to comment.