Skip to content

Commit 8c0ef7b

Browse files
rddunlapgregkh
authored andcommitted
lis3lv02d: fix kernel-doc warnings
Use the correct kernel-doc format to avoid kernel-doc warnings: Warning: include/linux/lis3lv02d.h:125 struct member 'st_min_limits' not described in 'lis3lv02d_platform_data' Warning: include/linux/lis3lv02d.h:125 struct member 'st_max_limits' not described in 'lis3lv02d_platform_data' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260312051400.682991-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6933515 commit 8c0ef7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/lis3lv02d.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* @default_rate: Default sampling rate. 0 means reset default
3131
* @setup_resources: Interrupt line setup call back function
3232
* @release_resources: Interrupt line release call back function
33-
* @st_min_limits[3]: Selftest acceptance minimum values
34-
* @st_max_limits[3]: Selftest acceptance maximum values
33+
* @st_min_limits: Selftest acceptance minimum values (x, y, z)
34+
* @st_max_limits: Selftest acceptance maximum values (x, y, z)
3535
* @irq2: Irq line 2 number
3636
*
3737
* Platform data is used to setup the sensor chip. Meaning of the different

0 commit comments

Comments
 (0)