]> Git Repo - linux.git/commitdiff
i3c: master: svc: Describe member 'saved_regs'
authorMiquel Raynal <[email protected]>
Thu, 17 Aug 2023 10:18:53 +0000 (12:18 +0200)
committerAlexandre Belloni <[email protected]>
Sun, 27 Aug 2023 22:43:57 +0000 (00:43 +0200)
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: 1c5ee2a77b1b ("i3c: master: svc: fix i3c suspend/resume issue")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
drivers/i3c/master/svc-i3c-master.c

index 770b40e28015e67566dbb4b421ee3bdf94661c94..17b4ce12aef38da2062ec6abfa6e6fca5a03a389 100644 (file)
@@ -156,6 +156,7 @@ struct svc_i3c_regs_save {
  * @base: I3C master controller
  * @dev: Corresponding device
  * @regs: Memory mapping
+ * @saved_regs: Volatile values for PM operations
  * @free_slots: Bit array of available slots
  * @addrs: Array containing the dynamic addresses of each attached device
  * @descs: Array of descriptors, one per attached device
This page took 0.057294 seconds and 4 git commands to generate.