Skip to content

Commit 5496eac

Browse files
miquelraynalalexandrebelloni
authored andcommitted
i3c: master: svc: Describe member 'saved_regs'
The 'saved_regs' member of the 'svc_i3c_master' structure is not described in the kernel doc, which produces the following warning: Function parameter or member 'saved_regs' not described in 'svc_i3c_master' Add the missing line in the kernel documentation of the parent structure. Fixes: 1c5ee2a ("i3c: master: svc: fix i3c suspend/resume issue") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202308171435.0xQ82lvu-lkp@intel.com/ Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/r/20230817101853.16805-1-miquel.raynal@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 3000986 commit 5496eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i3c/master/svc-i3c-master.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ struct svc_i3c_regs_save {
156156
* @base: I3C master controller
157157
* @dev: Corresponding device
158158
* @regs: Memory mapping
159+
* @saved_regs: Volatile values for PM operations
159160
* @free_slots: Bit array of available slots
160161
* @addrs: Array containing the dynamic addresses of each attached device
161162
* @descs: Array of descriptors, one per attached device

0 commit comments

Comments
 (0)