openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning
@ 2023-12-23  5:06 Randy Dunlap
  2024-01-10 14:19 ` Winiarska, Iwona
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2023-12-23  5:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: openbmc, Randy Dunlap, Iwona Winiarska

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
---
 include/linux/peci.h |    1 -
 1 file changed, 1 deletion(-)

diff -- a/include/linux/peci.h b/include/linux/peci.h
--- a/include/linux/peci.h
+++ b/include/linux/peci.h
@@ -58,7 +58,6 @@ static inline struct peci_controller *to
 /**
  * struct peci_device - PECI device
  * @dev: device object to register PECI device to the device model
- * @controller: manages the bus segment hosting this PECI device
  * @info: PECI device characteristics
  * @info.family: device family
  * @info.model: device model

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning
  2023-12-23  5:06 [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning Randy Dunlap
@ 2024-01-10 14:19 ` Winiarska, Iwona
  2024-03-28  4:47   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Winiarska, Iwona @ 2024-01-10 14:19 UTC (permalink / raw)
  To: rdunlap, linux-kernel; +Cc: openbmc

On Fri, 2023-12-22 at 21:06 -0800, Randy Dunlap wrote:
> 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>

Thanks
-Iwona

> ---
>  include/linux/peci.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff -- a/include/linux/peci.h b/include/linux/peci.h
> --- a/include/linux/peci.h
> +++ b/include/linux/peci.h
> @@ -58,7 +58,6 @@ static inline struct peci_controller *to
>  /**
>   * struct peci_device - PECI device
>   * @dev: device object to register PECI device to the device model
> - * @controller: manages the bus segment hosting this PECI device
>   * @info: PECI device characteristics
>   * @info.family: device family
>   * @info.model: device model


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning
  2024-01-10 14:19 ` Winiarska, Iwona
@ 2024-03-28  4:47   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2024-03-28  4:47 UTC (permalink / raw)
  To: Winiarska, Iwona, linux-kernel; +Cc: openbmc



On 1/10/24 06:19, Winiarska, Iwona wrote:
> On Fri, 2023-12-22 at 21:06 -0800, Randy Dunlap wrote:
>> 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>
> 
> Thanks
> -Iwona

Hi Iwona,

Who should be merging this patch?

Thanks.

> 
>> ---
>>  include/linux/peci.h |    1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff -- a/include/linux/peci.h b/include/linux/peci.h
>> --- a/include/linux/peci.h
>> +++ b/include/linux/peci.h
>> @@ -58,7 +58,6 @@ static inline struct peci_controller *to
>>  /**
>>   * struct peci_device - PECI device
>>   * @dev: device object to register PECI device to the device model
>> - * @controller: manages the bus segment hosting this PECI device
>>   * @info: PECI device characteristics
>>   * @info.family: device family
>>   * @info.model: device model
> 

-- 
#Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-28  4:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-23  5:06 [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning Randy Dunlap
2024-01-10 14:19 ` Winiarska, Iwona
2024-03-28  4:47   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).