From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752447AbcD0XhT (ORCPT ); Wed, 27 Apr 2016 19:37:19 -0400 Received: from merlin.infradead.org ([205.233.59.134]:46222 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751038AbcD0XhS (ORCPT ); Wed, 27 Apr 2016 19:37:18 -0400 Subject: Re: [PATCH] Documentation: Fix typos on several lines To: Kyeongmin Cho , Jonathan Corbet References: <1461785985-23036-1-git-send-email-korea.drzix@gmail.com> Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org From: Randy Dunlap Message-ID: <57214D29.3040106@infradead.org> Date: Wed, 27 Apr 2016 16:37:13 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1461785985-23036-1-git-send-email-korea.drzix@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/27/16 12:39, Kyeongmin Cho wrote: > There are many lines containing incorrect spelling words and needless spaces. > They should be fixed. > > Signed-off-by: Kyeongmin Cho Acked-by: Randy Dunlap Thanks. > --- > Documentation/cpu-hotplug.txt | 2 +- > Documentation/devices.txt | 4 ++-- > Documentation/hsi.txt | 2 +- > Documentation/kasan.txt | 2 +- > Documentation/kernel-parameters.txt | 4 ++-- > Documentation/lzo.txt | 4 ++-- > Documentation/md.txt | 24 ++++++++++++------------ > Documentation/module-signing.txt | 2 +- > Documentation/ramoops.txt | 2 +- > Documentation/robust-futexes.txt | 4 ++-- > Documentation/static-keys.txt | 2 +- > Documentation/xillybus.txt | 2 +- > 12 files changed, 27 insertions(+), 27 deletions(-) -- ~Randy