All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] macintosh: A typo fix
@ 2021-03-23 20:46 Bhaskar Chowdhury
  2021-03-23 22:01 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23 20:46 UTC (permalink / raw)
  To: benh, unixbhaskar, linuxppc-dev, linux-kernel; +Cc: rdunlap


s/coment/comment/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/macintosh/windfarm_smu_controls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/macintosh/windfarm_smu_controls.c b/drivers/macintosh/windfarm_smu_controls.c
index 79cb1ad09bfd..75966052819a 100644
--- a/drivers/macintosh/windfarm_smu_controls.c
+++ b/drivers/macintosh/windfarm_smu_controls.c
@@ -94,7 +94,7 @@ static int smu_set_fan(int pwm, u8 id, u16 value)
 		return rc;
 	wait_for_completion(&comp);

-	/* Handle fallback (see coment above) */
+	/* Handle fallback (see comment above) */
 	if (cmd.status != 0 && smu_supports_new_fans_ops) {
 		printk(KERN_WARNING "windfarm: SMU failed new fan command "
 		       "falling back to old method\n");
--
2.30.1


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

* Re: [PATCH] macintosh: A typo fix
  2021-03-23 20:46 [PATCH] macintosh: A typo fix Bhaskar Chowdhury
@ 2021-03-23 22:01 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-23 22:01 UTC (permalink / raw)
  To: Bhaskar Chowdhury, benh, linuxppc-dev, linux-kernel

On 3/23/21 1:46 PM, Bhaskar Chowdhury wrote:
> 
> s/coment/comment/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/macintosh/windfarm_smu_controls.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/macintosh/windfarm_smu_controls.c b/drivers/macintosh/windfarm_smu_controls.c
> index 79cb1ad09bfd..75966052819a 100644
> --- a/drivers/macintosh/windfarm_smu_controls.c
> +++ b/drivers/macintosh/windfarm_smu_controls.c
> @@ -94,7 +94,7 @@ static int smu_set_fan(int pwm, u8 id, u16 value)
>  		return rc;
>  	wait_for_completion(&comp);
> 
> -	/* Handle fallback (see coment above) */
> +	/* Handle fallback (see comment above) */
>  	if (cmd.status != 0 && smu_supports_new_fans_ops) {
>  		printk(KERN_WARNING "windfarm: SMU failed new fan command "
>  		       "falling back to old method\n");
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-23 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 20:46 [PATCH] macintosh: A typo fix Bhaskar Chowdhury
2021-03-23 22:01 ` Randy Dunlap

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.