* [PATCH] staging: octeon: Remove excess parameter from doc
@ 2015-10-02 18:48 Cristina Moraru
2015-10-04 7:51 ` [Outreachy kernel] " Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Cristina Moraru @ 2015-10-02 18:48 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Cristina Moraru
Fix "Excess function parameter 'addr' description in
'cvm_oct_set_mac_filter'" kernel-doc warning
Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
---
drivers/staging/octeon/ethernet.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c
index a8da250..87ab6c6 100644
--- a/drivers/staging/octeon/ethernet.c
+++ b/drivers/staging/octeon/ethernet.c
@@ -367,7 +367,6 @@ static void cvm_oct_common_set_multicast_list(struct net_device *dev)
/**
* cvm_oct_common_set_mac_address - set the hardware MAC address for a device
* @dev: The device in question.
- * @addr: Address structure to change it too.
*
* Returns Zero on success
*/
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] staging: octeon: Remove excess parameter from doc
2015-10-02 18:48 [PATCH] staging: octeon: Remove excess parameter from doc Cristina Moraru
@ 2015-10-04 7:51 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-10-04 7:51 UTC (permalink / raw)
To: Cristina Moraru; +Cc: outreachy-kernel
On Fri, Oct 02, 2015 at 09:48:03PM +0300, Cristina Moraru wrote:
> Fix "Excess function parameter 'addr' description in
> 'cvm_oct_set_mac_filter'" kernel-doc warning
>
> Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
> ---
> drivers/staging/octeon/ethernet.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c
> index a8da250..87ab6c6 100644
> --- a/drivers/staging/octeon/ethernet.c
> +++ b/drivers/staging/octeon/ethernet.c
> @@ -367,7 +367,6 @@ static void cvm_oct_common_set_multicast_list(struct net_device *dev)
> /**
> * cvm_oct_common_set_mac_address - set the hardware MAC address for a device
> * @dev: The device in question.
> - * @addr: Address structure to change it too.
> *
> * Returns Zero on success
> */
> --
> 1.9.1
This patch doesn't apply to my tree at all :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-04 7:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 18:48 [PATCH] staging: octeon: Remove excess parameter from doc Cristina Moraru
2015-10-04 7:51 ` [Outreachy kernel] " Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.