Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3595995imu; Tue, 18 Dec 2018 00:40:19 -0800 (PST) X-Google-Smtp-Source: AFSGD/UL7iL2tTbjhaGz5Y3LLwxUf7okmNW4cddD9YLUNPTkCSf7UJbMA0neU74lIzCOiWjYMXM7 X-Received: by 2002:a62:710a:: with SMTP id m10mr15765183pfc.69.1545122418956; Tue, 18 Dec 2018 00:40:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545122418; cv=none; d=google.com; s=arc-20160816; b=RwvCYLjfmbWPfrtoGR/5GxBi+UHPSozSGytdEXO33AIj9OeTf4/nXqOuwwtDnEAss6 zX7VmAJsAAsz+52hA/3s2GqQS0hRgQkqnyi/2Xn7kB1DiVZkjpyBJZHXOPkx9+cFfvSa 261BX5eORIug3d0+GWqV4OwmqNIQYW1UxvvJt1kjOBY66l3mXJUsetNpR1C22SyWgfER oHUOMJ4Nno+feImp2QhvVuRgtRR5V8dWhaj5vvQuEM3BQtNayxFAsHe2TFO806nrMh8M kZvYVGhir+LcXRkaLrAAagQ9N+Jrr4Gn9QQgd00ZeFB+BS8fgyONmSa2+z8m8SOm2rXm BnYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:to:subject; bh=j8saxBxdXIGUvJbN5qXupgJnCfzyws24H6yXHcgJXWo=; b=OdQNVzjanUY9z62fE4PHmuR3D/3FfrU93DX9/viSiGK9PZh37GKBG9vjs3LotoV7Zi pcF4LYaGsAse7cnVmT2eCbx6WMrRriM7dRZPyp6Wj+t+Ky8P+OJ/hdOVxq/C2nuNcaZG NtxnXhbNQXnHN9BSN04ybP8fhZITUDKYiRdiHpsd/oEWgSqtmTFapdy3sW89oNAE34/E nkPxRYo6NOFciA2JFHBY/7Ism9iN26y9xz5KFJCC1kgTTgQH2n//2qZnX786WsaUWd38 phRNvMoB2L3UhtRfk2t9Vq850sQCn52weCSWrVgx5zBd1G5lnTIUUqjKzN1aTfpFo8+D erYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si13043578plx.157.2018.12.18.00.40.03; Tue, 18 Dec 2018 00:40:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726652AbeLRIjK (ORCPT + 99 others); Tue, 18 Dec 2018 03:39:10 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:43838 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726354AbeLRIjJ (ORCPT ); Tue, 18 Dec 2018 03:39:09 -0500 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 47FB2D3D941DB; Tue, 18 Dec 2018 16:39:04 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.408.0; Tue, 18 Dec 2018 16:39:01 +0800 Subject: Re: [f2fs-dev] [PATCH 2/3] f2fs: correct wrong spelling, issing_* To: Jaegeuk Kim , , References: <20181214050127.45025-1-jaegeuk@kernel.org> <20181214050127.45025-2-jaegeuk@kernel.org> From: Chao Yu Message-ID: <70baaa20-e248-de4e-6085-999d62dd8c04@huawei.com> Date: Tue, 18 Dec 2018 16:39:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181214050127.45025-2-jaegeuk@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018/12/14 13:01, Jaegeuk Kim wrote: > Let's use "queued" instead of "issuing". > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,