From patchwork Mon Dec 12 20:04:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 87757 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1839549qgi; Mon, 12 Dec 2016 12:14:32 -0800 (PST) X-Received: by 10.99.112.13 with SMTP id l13mr170716716pgc.7.1481573672258; Mon, 12 Dec 2016 12:14:32 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s24si2685705pgo.205.2016.12.12.12.14.31; Mon, 12 Dec 2016 12:14:32 -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; dkim=pass header.i=@nifty.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 S932362AbcLLUON (ORCPT + 25 others); Mon, 12 Dec 2016 15:14:13 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:36909 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753147AbcLLUJg (ORCPT ); Mon, 12 Dec 2016 15:09:36 -0500 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-11.nifty.com with ESMTP id uBCK7cf5013817; Tue, 13 Dec 2016 05:07:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uBCK7cf5013817 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1481573274; bh=2mJqCVzizv2MvtcdP+TMNtzkah59yqgSscjWNJxjj2w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CbHBWqmBFRHRxFgXOGb29sOichhZAJbOVoxdepbNScU9riaIoJxhUPhzKziEnayqH svV25d6mH2TTBvg3Eur4iFHJ+B6DqG0A2BPSvqeSLlku2X/m2XZX0Zur3FIIDpqXZE MhQzwuZ6IzzpGvWrnUfprJ1OEkBeNxALix+kgjrw048ZFfXIZnW0E2wNCNGBKWRvMV tQGPBtWYNKtViu2rBGS7mbCh7dz2Yf3fb28rPq7Ia5l7frTiG1krER4cOCNH1/2dYq 9pWCqWBPQQj7EtpSKyUgagQ7f+cM482CU4+Lfx8cHR7Lqk0gMlx0VcQbrqHRZsYHk+ D5f3+NnlJgVBA== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: Andrew Morton Cc: Randy Dunlap , Kees Cook , Zhao Lei , Joe Perches , Yoshihiro Shimoda , Geert Uytterhoeven , Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH 11/31] scripts/spelling.txt: add "embeded" pattern and fix typo instances Date: Tue, 13 Dec 2016 05:04:43 +0900 Message-Id: <1481573103-11329-12-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1481573103-11329-1-git-send-email-yamada.masahiro@socionext.com> References: <1481573103-11329-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typos and add the following to the scripts/spelling.txt: embeded||embedded Signed-off-by: Masahiro Yamada --- block/blk-throttle.c | 2 +- drivers/nvme/host/rdma.c | 2 +- drivers/scsi/osd/osd_initiator.c | 2 +- scripts/spelling.txt | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) -- 2.7.4 diff --git a/block/blk-throttle.c b/block/blk-throttle.c index a6bb4fe..6f4c96e 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c @@ -185,7 +185,7 @@ static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) * sq_to_td - return throtl_data the specified service queue belongs to * @sq: the throtl_service_queue of interest * - * A service_queue can be embeded in either a throtl_grp or throtl_data. + * A service_queue can be embedded in either a throtl_grp or throtl_data. * Determine the associated throtl_data accordingly and return it. */ static struct throtl_data *sq_to_td(struct throtl_service_queue *sq) diff --git a/drivers/nvme/host/rdma.c b/drivers/nvme/host/rdma.c index f42ab70..25e3e7f 100644 --- a/drivers/nvme/host/rdma.c +++ b/drivers/nvme/host/rdma.c @@ -1044,7 +1044,7 @@ static int nvme_rdma_post_send(struct nvme_rdma_queue *queue, * sequencer is not allocated in our driver's tagset and it's * triggered to be freed by blk_cleanup_queue(). So we need to * always mark it as signaled to ensure that the "wr_cqe", which is - * embeded in request's payload, is not freed when __ib_process_cq() + * embedded in request's payload, is not freed when __ib_process_cq() * calls wr_cqe->done(). */ if ((++queue->sig_count % 32) == 0 || flush) diff --git a/drivers/scsi/osd/osd_initiator.c b/drivers/scsi/osd/osd_initiator.c index ef99f62..2d2db99 100644 --- a/drivers/scsi/osd/osd_initiator.c +++ b/drivers/scsi/osd/osd_initiator.c @@ -1675,7 +1675,7 @@ int osd_finalize_request(struct osd_request *or, } } else { /* TODO: I think that for the GET_ATTR command these 2 should - * be reversed to keep them in execution order (for embeded + * be reversed to keep them in execution order (for embedded * targets with low memory footprint) */ ret = _osd_req_finalize_set_attr_list(or); diff --git a/scripts/spelling.txt b/scripts/spelling.txt index cf480fb..d575c4e 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -380,6 +380,7 @@ efficently||efficiently ehther||ether eigth||eight eletronic||electronic +embeded||embedded enabledi||enabled enchanced||enhanced encorporating||incorporating