Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: ti: k3-ringacc: Provide documentation for 'k3_ring's 'state'

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>

authored by

Lee Jones and committed by
Santosh Shilimkar
50883aff 7be1c9c1

+1
+1
drivers/soc/ti/k3-ringacc.c
··· 137 137 * @elm_size: Size of the ring element 138 138 * @mode: Ring mode 139 139 * @flags: flags 140 + * @state: Ring state 140 141 * @ring_id: Ring Id 141 142 * @parent: Pointer on struct @k3_ringacc 142 143 * @use_count: Use count for shared rings