diff mbox series

lib: Replace obscene word with a better one :)

Message ID 20210205121543.1315285-1-unixbhaskar@gmail.com
State New
Headers show
Series lib: Replace obscene word with a better one :) | expand

Commit Message

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

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

--
2.30.0

Comments

Steven Rostedt Feb. 5, 2021, 7:51 p.m. UTC | #1
On Fri,  5 Feb 2021 17:45:43 +0530
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:

> s/fucked/messed/

Rules about obscene language is about new code coming into the kernel. We
don't want to encourage people to do sweeping changes of existing code. It
just causes unwanted churn, and adds noise to the git logs.

Sorry, NAK.

-- Steve
Bhaskar Chowdhury Feb. 6, 2021, 12:36 a.m. UTC | #2
On 14:51 Fri 05 Feb 2021, Steven Rostedt wrote:
>On Fri,  5 Feb 2021 17:45:43 +0530

>Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:

>

>> s/fucked/messed/

>

>Rules about obscene language is about new code coming into the kernel. We

>don't want to encourage people to do sweeping changes of existing code. It

>just causes unwanted churn, and adds noise to the git logs.

>

>Sorry, NAK.

>

You are spot on Steven.Thanks, man!
>-- Steve
diff mbox series

Patch

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 3b53c73580c5..470805777117 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -7,7 +7,7 @@ 

 /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */
 /*
- * Wirzenius wrote this portably, Torvalds fucked it up :-)
+ * Wirzenius wrote this portably, Torvalds messed it up :-)
  */

 /*