* [PATCH] liquidio: Fix a typo
@ 2021-03-22 6:31 Bhaskar Chowdhury
2021-03-22 18:57 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 6:31 UTC (permalink / raw)
To: dchickles, sburla, fmanlunas, davem, kuba, netdev, linux-kernel
Cc: rdunlap, Bhaskar Chowdhury
s/struture/structure/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
drivers/net/ethernet/cavium/liquidio/octeon_device.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cavium/liquidio/octeon_device.h b/drivers/net/ethernet/cavium/liquidio/octeon_device.h
index fb380b4f3e02..b402facfdc04 100644
--- a/drivers/net/ethernet/cavium/liquidio/octeon_device.h
+++ b/drivers/net/ethernet/cavium/liquidio/octeon_device.h
@@ -880,7 +880,7 @@ void octeon_set_droq_pkt_op(struct octeon_device *oct, u32 q_no, u32 enable);
void *oct_get_config_info(struct octeon_device *oct, u16 card_type);
/** Gets the octeon device configuration
- * @return - pointer to the octeon configuration struture
+ * @return - pointer to the octeon configuration structure
*/
struct octeon_config *octeon_get_conf(struct octeon_device *oct);
--
2.31.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] liquidio: Fix a typo
2021-03-22 6:31 [PATCH] liquidio: Fix a typo Bhaskar Chowdhury
@ 2021-03-22 18:57 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-22 18:57 UTC (permalink / raw)
To: Bhaskar Chowdhury, dchickles, sburla, fmanlunas, davem, kuba,
netdev, linux-kernel
On 3/21/21 11:31 PM, Bhaskar Chowdhury wrote:
>
> s/struture/structure/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> drivers/net/ethernet/cavium/liquidio/octeon_device.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/cavium/liquidio/octeon_device.h b/drivers/net/ethernet/cavium/liquidio/octeon_device.h
> index fb380b4f3e02..b402facfdc04 100644
> --- a/drivers/net/ethernet/cavium/liquidio/octeon_device.h
> +++ b/drivers/net/ethernet/cavium/liquidio/octeon_device.h
> @@ -880,7 +880,7 @@ void octeon_set_droq_pkt_op(struct octeon_device *oct, u32 q_no, u32 enable);
> void *oct_get_config_info(struct octeon_device *oct, u16 card_type);
>
> /** Gets the octeon device configuration
> - * @return - pointer to the octeon configuration struture
> + * @return - pointer to the octeon configuration structure
No, that's not proper kernel-doc syntax.
> */
> struct octeon_config *octeon_get_conf(struct octeon_device *oct);
>
> --
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-22 18:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22 6:31 [PATCH] liquidio: Fix a typo Bhaskar Chowdhury
2021-03-22 18:57 ` 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).