From patchwork Sun May 6 11:23:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 909286 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40f3LD3ppvz9s27 for ; Sun, 6 May 2018 21:24:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbeEFLYN (ORCPT ); Sun, 6 May 2018 07:24:13 -0400 Received: from sauhun.de ([88.99.104.3]:37554 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbeEFLYK (ORCPT ); Sun, 6 May 2018 07:24:10 -0400 Received: from localhost (x4db31751.dyn.telefonica.de [77.179.23.81]) by pokefinder.org (Postfix) with ESMTPSA id 420B732475D; Sun, 6 May 2018 13:24:07 +0200 (CEST) From: Wolfram Sang To: trivial@kernel.org Cc: linux-renesas-soc@vger.kernel.org, Wolfram Sang , devicetree@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-i2c@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org, reiserfs-devel@vger.kernel.org Subject: [PATCH 0/9] tree-wide: fix typo 'can by' to 'can be' Date: Sun, 6 May 2018 13:23:44 +0200 Message-Id: <20180506112404.24872-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org I found this kind of typo when reading the documentation for device_remove(). So, I checked the tree for it. CCing all the subsystems directly, and I'd think the leftover ones could be picked up by the trivial tree. Or would it be more convenient if trivial would pick up all? I don't mind. Based on v4.17-rc3. Wolfram Sang (9): dt-bindings: i2c: fix typo 'can by' to 'can be' powerpc/watchdog: fix typo 'can by' to 'can be' base: core: fix typo 'can by' to 'can be' hwmon: fschmd: fix typo 'can by' to 'can be' input: ati_remote2: fix typo 'can by' to 'can be' NTB: ntb_hw_idt: fix typo 'can by' to 'can be' reiserfs: journal: fix typo 'can by' to 'can be' net: flow_dissector: fix typo 'can by' to 'can be' objtool: fix typo 'can by' to 'can be' Documentation/devicetree/bindings/i2c/i2c-davinci.txt | 2 +- arch/powerpc/kernel/watchdog.c | 2 +- drivers/base/core.c | 2 +- drivers/hwmon/fschmd.c | 2 +- drivers/input/misc/ati_remote2.c | 2 +- drivers/ntb/hw/idt/ntb_hw_idt.c | 2 +- fs/reiserfs/journal.c | 2 +- include/net/flow_dissector.h | 2 +- tools/objtool/Documentation/stack-validation.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-)