Skip to content

Commit ebaed6d

Browse files
rddunlapgregkh
authored andcommitted
peci: linux/peci.h: fix Excess kernel-doc description warning
Remove the @controller: line to prevent the kernel-doc warning: include/linux/peci.h:84: warning: Excess struct member 'controller' description in 'peci_device' Signed-off-by: Randy Dunlap <[email protected]> Cc: Iwona Winiarska <[email protected]> Cc: [email protected] Reviewed-by: Iwona Winiarska <[email protected]> Fixes: 6523d3b ("peci: Add core infrastructure") Cc: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent aaef738 commit ebaed6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/peci.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ static inline struct peci_controller *to_peci_controller(void *d)
5858
/**
5959
* struct peci_device - PECI device
6060
* @dev: device object to register PECI device to the device model
61-
* @controller: manages the bus segment hosting this PECI device
6261
* @info: PECI device characteristics
6362
* @info.family: device family
6463
* @info.model: device model

0 commit comments

Comments
 (0)