Re: [PATCH RFC 14/15] lib: replace **** with a hug

From: Steven Rostedt
Date: Fri Nov 30 2018 - 14:41:16 EST


On Fri, 30 Nov 2018 11:27:23 -0800
Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> wrote:

> In order to comply with the CoC, replace **** with a hug.
>
> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
> ---
> lib/vsprintf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/vsprintf.c b/lib/vsprintf.c
> index 37a54a6dd594..b7a92f5d47bb 100644
> --- a/lib/vsprintf.c
> +++ b/lib/vsprintf.c
> @@ -6,7 +6,7 @@
>
> /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */
> /*
> - * Wirzenius wrote this portably, Torvalds fucked it up :-)
> + * Wirzenius wrote this portably, Torvalds hugged it up :-)

Since the code has been greatly modified since that comment was added,
I would say the comment is simply out of date.

Just nuke the comment, and that will be an accurate change with or
without CoC.

-- Steve

> */
>
> /*