2023-12-23 05:06:34

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] 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]
---
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


2024-01-10 14:21:25

by Winiarska, Iwona

[permalink] [raw]
Subject: Re: [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning

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 <[email protected]>
> Cc: Iwona Winiarska <[email protected]>
> Cc: [email protected]

Reviewed-by: Iwona Winiarska <[email protected]>

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

2024-03-28 09:06:30

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning



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 <[email protected]>
>> Cc: Iwona Winiarska <[email protected]>
>> Cc: [email protected]
>
> Reviewed-by: Iwona Winiarska <[email protected]>
>
> 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