From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760962AbaGYTuK (ORCPT ); Fri, 25 Jul 2014 15:50:10 -0400 Received: from casper.infradead.org ([85.118.1.10]:49032 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753075AbaGYTuJ (ORCPT ); Fri, 25 Jul 2014 15:50:09 -0400 Message-ID: <53D2B4ED.2010509@infradead.org> Date: Fri, 25 Jul 2014 12:50:05 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "Raymond L. Rivera" , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] Minor documentation typo fixes. References: <1406194785-19596-1-git-send-email-ray.l.rivera@gmail.com> In-Reply-To: <1406194785-19596-1-git-send-email-ray.l.rivera@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/24/14 02:39, Raymond L. Rivera wrote: > I discovered a few minor typos in some files I was reading and I fixed them. > I also took the opportunity to familiarize myself with the patch submission > process and a few other things. Hope it works out. > > Raymond L. Rivera (2): > CodingStyle: Fixed a minor typo. > linux/pagemap.h: Fixed a typo in a code comment. > > Documentation/CodingStyle | 2 +- > include/linux/pagemap.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Hi, In the future, please send such minor/trivial patches to Jiri Kosina Thanks. -- ~Randy