From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753199AbbDQIdE (ORCPT ); Fri, 17 Apr 2015 04:33:04 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:38237 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583AbbDQIcw (ORCPT ); Fri, 17 Apr 2015 04:32:52 -0400 Date: Fri, 17 Apr 2015 10:32:47 +0200 From: Ingo Molnar To: viresh kumar Cc: Thomas Gleixner , Ingo Molnar , Peter Zijlstra , linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Steven Miao , shashim@codeaurora.org Subject: Re: [PATCH 1/2] timer: Avoid waking up an idle-core by migrate running timer Message-ID: <20150417083247.GA12278@gmail.com> References: <80182e47a7103608d2ddab7f62c0c3dffc99fdcc.1427782893.git.viresh.kumar@linaro.org> <5530C086.2020700@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5530C086.2020700@linaro.org> 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 * viresh kumar wrote: > + /* > + * Timer handler re-armed timer and we didn't wanted to add that > + * on a idle local CPU. Its handler has finished now, lets > + * enqueue it again. > + */ That single comment has 5 grammatical errors! Thanks, Ingo