Received: by 10.192.165.148 with SMTP id m20csp1989947imm; Sun, 6 May 2018 04:27:45 -0700 (PDT) X-Google-Smtp-Source: AB8JxZr64ZqmeRugPkkMWraEc7Dg7cMd8mB8r/WnQlQdaRWhOA72I4yVcop63qPiOnqDmzOC1nfQ X-Received: by 2002:a65:654a:: with SMTP id a10-v6mr22540641pgw.107.1525606065877; Sun, 06 May 2018 04:27:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525606065; cv=none; d=google.com; s=arc-20160816; b=u2khhMEfMZVP7u/zTTzmsSN3907o3+MioFdqKXylH3QDIWByTmqbwRetHsgLN6LnFC NLao1csXgPnLqonCVOBoKVei/7/azVjFcILi3SB/Eah3Of1MPhJF7vhWCwJ19gAbWb7b MwnDcvVkG0dv1nQaFhpjBM2h+i40KZR0jjlsAusD4iqCTK9LTnVtMddyNYDEXixwrN/a ydoYONwLGQ2eULbu31x7mlweVPMEM7lYxJXNbdHDX59iF/UHn9IHo51tlsWvw6mP23OR rMQqwUYbViTrz9yW2ddC0e9+YTNUym10nyJKBLZEXb4TPBpJLEpYm7lUcDp/wYrHvk8f T3aQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=hbhzHOSvtj635AUSYzOwkpReS68QnEJISTzLWjNvmNM=; b=rISFoIRJARVBjVLbGF7qsIbmmm81h/zZcRu673VS/mn2ROHw9Ynr/K51fV7bKLJgh3 /aGpPPidgVe86Au8cvi6veuz4gez7CLIQttbQhAHrPM29rvdN5GP7IJsCXBmn1jInN17 3U/1MMxJCLvVAeOUVLmhyQn78ftYP6ldIWLpV51MjJt12p80fKJi/hVM5JW1duiN1kTz BFhD5x89f5701Usi6u4/dFk6EiC6GTwso92yYyIL9dbVY2uuTnZ6qEb7KFVMgykCOjEL 2WqLaYLfjRPmd1jt4SvuH15hsGIAbZM7zne6YlJIz43yo5b+N/iL85bz4ysr5lHZ/HlC 3T3A== 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 e11-v6si8547938pgs.476.2018.05.06.04.27.31; Sun, 06 May 2018 04:27:45 -0700 (PDT) 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 S1751952AbeEFLZs (ORCPT + 99 others); Sun, 6 May 2018 07:25:48 -0400 Received: from sauhun.de ([88.99.104.3]:37616 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572AbeEFLYQ (ORCPT ); Sun, 6 May 2018 07:24:16 -0400 Received: from localhost (x4db31751.dyn.telefonica.de [77.179.23.81]) by pokefinder.org (Postfix) with ESMTPSA id E3E83324762; Sun, 6 May 2018 13:24:14 +0200 (CEST) From: Wolfram Sang To: trivial@kernel.org Cc: linux-renesas-soc@vger.kernel.org, Wolfram Sang , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: [PATCH 3/9] base: core: fix typo 'can by' to 'can be' Date: Sun, 6 May 2018 13:23:47 +0200 Message-Id: <20180506112404.24872-4-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> References: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Wolfram Sang --- drivers/base/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/core.c b/drivers/base/core.c index b610816eb887f9..4993bd8dfc52c5 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -2684,7 +2684,7 @@ static int device_move_class_links(struct device *dev, /** * device_move - moves a device to a new parent * @dev: the pointer to the struct device to be moved - * @new_parent: the new parent of the device (can by NULL) + * @new_parent: the new parent of the device (can be NULL) * @dpm_order: how to reorder the dpm_list */ int device_move(struct device *dev, struct device *new_parent, -- 2.11.0