From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B952DC04EB8 for ; Fri, 30 Nov 2018 20:56:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 894352082F for ; Fri, 30 Nov 2018 20:56:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 894352082F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726788AbeLAIH1 (ORCPT ); Sat, 1 Dec 2018 03:07:27 -0500 Received: from mga04.intel.com ([192.55.52.120]:52332 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbeLAIH1 (ORCPT ); Sat, 1 Dec 2018 03:07:27 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Nov 2018 12:56:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,299,1539673200"; d="scan'208";a="121030448" Received: from jsakkine-mobl1.jf.intel.com (HELO localhost) ([10.241.225.27]) by fmsmga001.fm.intel.com with ESMTP; 30 Nov 2018 12:56:54 -0800 Date: Fri, 30 Nov 2018 12:56:54 -0800 From: Jarkko Sakkinen To: Boris Brezillon Cc: linux-kernel@vger.kernel.org, David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , "open list:MEMORY TECHNOLOGY DEVICES (MTD)" Subject: Re: [PATCH RFC 09/15] mtd: replace **** with a hug Message-ID: <20181130205654.GA22338@linux.intel.com> References: <20181130192737.15053-1-jarkko.sakkinen@linux.intel.com> <20181130192737.15053-10-jarkko.sakkinen@linux.intel.com> <20181130203906.1af0d88d@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181130203906.1af0d88d@bbrezillon> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 30, 2018 at 08:39:06PM +0100, Boris Brezillon wrote: > On Fri, 30 Nov 2018 11:27:18 -0800 > Jarkko Sakkinen wrote: > > > In order to comply with the CoC, replace **** with a hug. > > > > Signed-off-by: Jarkko Sakkinen > > --- > > drivers/mtd/mtd_blkdevs.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c > > index b0d44f9214b0..bdf68678fccc 100644 > > --- a/drivers/mtd/mtd_blkdevs.c > > +++ b/drivers/mtd/mtd_blkdevs.c > > @@ -565,7 +565,7 @@ int register_mtd_blktrans(struct mtd_blktrans_ops *tr) > > int ret; > > > > /* Register the notifier if/when the first device type is > > - registered, to prevent the link/init ordering from fucking > > + registered, to prevent the link/init ordering from hugging > > us over. */ > > Please rephrase the comment instead of this replacement. Will do in the next version of this patch set! /Jarkko