diff mbox series

mips: fix repeated words in comments

Message ID 20220831064151.22233-1-yuanjilin@cdjrlc.com (mailing list archive)
State Superseded
Headers show
Series mips: fix repeated words in comments | expand

Commit Message

Jilin Yuan Aug. 31, 2022, 6:41 a.m. UTC
Delete the redundant word 'of'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 arch/mips/sgi-ip22/ip22-gio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Conor Dooley Aug. 31, 2022, 8:18 a.m. UTC | #1
On 31/08/2022 07:41, Jilin Yuan wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Delete the redundant word 'of'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/mips/sgi-ip22/ip22-gio.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c
> index 8686e8c1c4e5..b8e944b81a92 100644
> --- a/arch/mips/sgi-ip22/ip22-gio.c
> +++ b/arch/mips/sgi-ip22/ip22-gio.c
> @@ -41,7 +41,7 @@ static struct device gio_bus = {
>   /**
>    * gio_match_device - Tell if an of_device structure has a matching
>    * gio_match structure
> - * @ids: array of of device match structures to search in
> + * @ids: array of device match structures to search in

You've tried to "fix" this several times & each time Rob has given
you feedback:
https://lore.kernel.org/all/20220627173825.GA2637590-robh@kernel.org/

>    * @dev: the of device structure to match against
>    *
>    * Used by a driver to check whether an of_device present in the
> --
> 2.36.1
>
diff mbox series

Patch

diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c
index 8686e8c1c4e5..b8e944b81a92 100644
--- a/arch/mips/sgi-ip22/ip22-gio.c
+++ b/arch/mips/sgi-ip22/ip22-gio.c
@@ -41,7 +41,7 @@  static struct device gio_bus = {
 /**
  * gio_match_device - Tell if an of_device structure has a matching
  * gio_match structure
- * @ids: array of of device match structures to search in
+ * @ids: array of device match structures to search in
  * @dev: the of device structure to match against
  *
  * Used by a driver to check whether an of_device present in the