Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

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 <rdunlap@infradead.org> Cc: Iwona Winiarska <iwona.winiarska@intel.com> Cc: openbmc@lists.ozlabs.org Reviewed-by: Iwona Winiarska <iwona.winiarska@intel.com> Fixes: 6523d3b ("peci: Add core infrastructure") Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20240329182910.29495-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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)