diff mbox series

drivers: cpufreq: Change a word with a word , good one in the file powernow-k7.c

Message ID 20210205125144.1407032-1-unixbhaskar@gmail.com (mailing list archive)
State Changes Requested, archived
Headers show
Series drivers: cpufreq: Change a word with a word , good one in the file powernow-k7.c | expand

Commit Message

Bhaskar Chowdhury Feb. 5, 2021, 12:51 p.m. UTC
s/fucked/messed/

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

--
2.30.0

Comments

Rafael J. Wysocki Feb. 5, 2021, 1:08 p.m. UTC | #1
On Fri, Feb 5, 2021 at 1:55 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
>
> s/fucked/messed/

I wouldn't make the changelog so explicit, just say "Use more
appropriate language" or similar.

>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/cpufreq/powernow-k7.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/powernow-k7.c b/drivers/cpufreq/powernow-k7.c
> index 5d515fc34836..2e114fc75e68 100644
> --- a/drivers/cpufreq/powernow-k7.c
> +++ b/drivers/cpufreq/powernow-k7.c
> @@ -574,7 +574,7 @@ static int acer_cpufreq_pst(const struct dmi_system_id *d)
>  }
>
>  /*
> - * Some Athlon laptops have really fucked PST tables.
> + * Some Athlon laptops have really messed PST tables.

Or even "broken".

>   * A BIOS update is all that can save them.
>   * Mention this, and disable cpufreq.
>   */
> --
> 2.30.0
>
Bhaskar Chowdhury Feb. 5, 2021, 1:14 p.m. UTC | #2
On 14:08 Fri 05 Feb 2021, Rafael J. Wysocki wrote:
>On Fri, Feb 5, 2021 at 1:55 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>>
>>
>>
>> s/fucked/messed/
>
>I wouldn't make the changelog so explicit, just say "Use more
>appropriate language" or similar.
>
okay.
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  drivers/cpufreq/powernow-k7.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/cpufreq/powernow-k7.c b/drivers/cpufreq/powernow-k7.c
>> index 5d515fc34836..2e114fc75e68 100644
>> --- a/drivers/cpufreq/powernow-k7.c
>> +++ b/drivers/cpufreq/powernow-k7.c
>> @@ -574,7 +574,7 @@ static int acer_cpufreq_pst(const struct dmi_system_id *d)
>>  }
>>
>>  /*
>> - * Some Athlon laptops have really fucked PST tables.
>> + * Some Athlon laptops have really messed PST tables.
>
>Or even "broken".
>
Alright!
>>   * A BIOS update is all that can save them.
>>   * Mention this, and disable cpufreq.
>>   */
>> --
>> 2.30.0
>>
diff mbox series

Patch

diff --git a/drivers/cpufreq/powernow-k7.c b/drivers/cpufreq/powernow-k7.c
index 5d515fc34836..2e114fc75e68 100644
--- a/drivers/cpufreq/powernow-k7.c
+++ b/drivers/cpufreq/powernow-k7.c
@@ -574,7 +574,7 @@  static int acer_cpufreq_pst(const struct dmi_system_id *d)
 }

 /*
- * Some Athlon laptops have really fucked PST tables.
+ * Some Athlon laptops have really messed PST tables.
  * A BIOS update is all that can save them.
  * Mention this, and disable cpufreq.
  */