linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c
@ 2021-03-05  2:05 Bhaskar Chowdhury
  2021-03-06  5:19 ` Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-05  2:05 UTC (permalink / raw)
  To: tsbogend, f.fainelli, bcm-kernel-feedback-list, linux-mips,
	linux-arm-kernel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury



s/revelant/relevant/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/mips/bcm63xx/clk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/bcm63xx/clk.c b/arch/mips/bcm63xx/clk.c
index 164115944a7f..5a3e325275d0 100644
--- a/arch/mips/bcm63xx/clk.c
+++ b/arch/mips/bcm63xx/clk.c
@@ -76,7 +76,7 @@ static struct clk clk_enet_misc = {
 };

 /*
- * Ethernet MAC clocks: only revelant on 6358, silently enable misc
+ * Ethernet MAC clocks: only relevant on 6358, silently enable misc
  * clocks
  */
 static void enetx_set(struct clk *clk, int enable)
--
2.30.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c
  2021-03-05  2:05 [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c Bhaskar Chowdhury
@ 2021-03-06  5:19 ` Florian Fainelli
  2021-03-08  9:34 ` Philippe Mathieu-Daudé
  2021-03-10 15:09 ` Thomas Bogendoerfer
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2021-03-06  5:19 UTC (permalink / raw)
  To: Bhaskar Chowdhury, tsbogend, f.fainelli,
	bcm-kernel-feedback-list, linux-mips, linux-arm-kernel,
	linux-kernel
  Cc: rdunlap



On 3/4/2021 6:05 PM, Bhaskar Chowdhury wrote:
> 
> 
> s/revelant/relevant/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

Previous changes to this file/directory usually used MIPS: BCM63XX: as a
subject prefix, maybe Thomas can fix it up while applying for consistency.

Thanks
-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c
  2021-03-05  2:05 [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c Bhaskar Chowdhury
  2021-03-06  5:19 ` Florian Fainelli
@ 2021-03-08  9:34 ` Philippe Mathieu-Daudé
  2021-03-10 15:09 ` Thomas Bogendoerfer
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-08  9:34 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Thomas Bogendoerfer, Florian Fainelli, bcm-kernel-feedback-list,
	open list:BROADCOM NVRAM DRIVER, Linux ARM, open list,
	Randy Dunlap

Hi Bhaskar,

On Fri, Mar 5, 2021 at 3:06 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
>
> s/revelant/relevant/

Let me recommend you this great post explaining why and how you could
improve your patch subject and description:
https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/#how-to-write-good-commit-messages

Regards,

Phil.

>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/mips/bcm63xx/clk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/bcm63xx/clk.c b/arch/mips/bcm63xx/clk.c
> index 164115944a7f..5a3e325275d0 100644
> --- a/arch/mips/bcm63xx/clk.c
> +++ b/arch/mips/bcm63xx/clk.c
> @@ -76,7 +76,7 @@ static struct clk clk_enet_misc = {
>  };
>
>  /*
> - * Ethernet MAC clocks: only revelant on 6358, silently enable misc
> + * Ethernet MAC clocks: only relevant on 6358, silently enable misc
>   * clocks
>   */
>  static void enetx_set(struct clk *clk, int enable)
> --
> 2.30.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c
  2021-03-05  2:05 [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c Bhaskar Chowdhury
  2021-03-06  5:19 ` Florian Fainelli
  2021-03-08  9:34 ` Philippe Mathieu-Daudé
@ 2021-03-10 15:09 ` Thomas Bogendoerfer
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Bogendoerfer @ 2021-03-10 15:09 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: f.fainelli, bcm-kernel-feedback-list, linux-mips,
	linux-arm-kernel, linux-kernel, rdunlap

On Fri, Mar 05, 2021 at 07:35:35AM +0530, Bhaskar Chowdhury wrote:
> 
> 
> s/revelant/relevant/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/mips/bcm63xx/clk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to mips-next with fixed subject.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-03-10 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  2:05 [PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c Bhaskar Chowdhury
2021-03-06  5:19 ` Florian Fainelli
2021-03-08  9:34 ` Philippe Mathieu-Daudé
2021-03-10 15:09 ` Thomas Bogendoerfer

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).