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: 6523d3b2ffa2 ("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>

authored by Randy Dunlap and committed by Greg Kroah-Hartman ebaed6d4 aaef7382

Changed files
-1
include
linux
-1
include/linux/peci.h
··· 58 58 /** 59 59 * struct peci_device - PECI device 60 60 * @dev: device object to register PECI device to the device model 61 - * @controller: manages the bus segment hosting this PECI device 62 61 * @info: PECI device characteristics 63 62 * @info.family: device family 64 63 * @info.model: device model