From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754473AbbCFWCd (ORCPT ); Fri, 6 Mar 2015 17:02:33 -0500 Received: from mail-qc0-f177.google.com ([209.85.216.177]:33389 "EHLO mail-qc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbbCFWCb (ORCPT ); Fri, 6 Mar 2015 17:02:31 -0500 Date: Fri, 6 Mar 2015 17:02:28 -0500 From: Tejun Heo To: Yannick Guerrini 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 Message-ID: <20150306220228.GC15052@htj.duckdns.org> References: <1425678748-11848-1-git-send-email-yguerrini@tomshardware.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425678748-11848-1-git-send-email-yguerrini@tomshardware.fr> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Change 'tranlated' to 'translated' > Change 'mutliples' to 'multiples' Can you refresh the patch with just the above two? Thanks. -- tejun