From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755709AbbCFWT2 (ORCPT ); Fri, 6 Mar 2015 17:19:28 -0500 Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:19792 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753070AbbCFWT1 (ORCPT ); Fri, 6 Mar 2015 17:19:27 -0500 X-ME-Helo: [192.168.0.100] X-ME-Auth: eWFubmljay5ndWVycmluaUB3YW5hZG9vLmZy X-ME-Date: Fri, 06 Mar 2015 23:19:19 +0100 X-ME-IP: 92.133.144.115 Message-ID: <54FA27E2.5050501@tomshardware.fr> Date: Fri, 06 Mar 2015 23:19:14 +0100 From: Yannick Guerrini User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Tejun Heo CC: cl@linux-foundation.org, trivial@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] percpu: Fix trivial typos in comments References: <1425678748-11848-1-git-send-email-yguerrini@tomshardware.fr> <20150306220228.GC15052@htj.duckdns.org> In-Reply-To: <20150306220228.GC15052@htj.duckdns.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 06/03/2015 23:02, Tejun Heo a écrit : > On Fri, Mar 06, 2015 at 10:52:28PM +0100, Yannick Guerrini wrote: >> Change 'iff' to 'if' > iff is intentional. > > http://en.wikipedia.org/wiki/If_and_only_if Oops, sorry ! I will check better next time ! >> Change 'tranlated' to 'translated' >> Change 'mutliples' to 'multiples' > Can you refresh the patch with just the above two? > > Thanks. > Patch v2 is coming...