From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758898AbbA1U1f (ORCPT ); Wed, 28 Jan 2015 15:27:35 -0500 Received: from tex.lwn.net ([70.33.254.29]:35231 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755552AbbA1U1a (ORCPT ); Wed, 28 Jan 2015 15:27:30 -0500 Date: Wed, 28 Jan 2015 12:35:05 -0700 From: Jonathan Corbet To: Masanari Iida Cc: linux-kernel@vger.kernel.org, rdunlap@infradead.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation: devicetree: Fix double words in Doumentation/devicetree Message-ID: <20150128123505.6805e91e@lwn.net> In-Reply-To: <1420206879-22465-1-git-send-email-standby24x7@gmail.com> References: <1420206879-22465-1-git-send-email-standby24x7@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Jan 2015 22:54:39 +0900 Masanari Iida wrote: > This patch fix multiple words such as "the the" and "which which" > in Documentation/devicetree. Applied to the docs tree, thanks. jon