From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755463Ab1KDMzs (ORCPT ); Fri, 4 Nov 2011 08:55:48 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:54296 "EHLO e4.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753395Ab1KDMzr (ORCPT ); Fri, 4 Nov 2011 08:55:47 -0400 Date: Fri, 4 Nov 2011 18:20:01 +0530 From: Srivatsa Vaddagiri To: Kamalesh Babulal Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Paul Turner , Venki Pallipadi , Vaidyanathan Srinivasan Subject: Re: [PATCH] perf bench sched cpu-matrix benchmark Message-ID: <20111104125001.GC11217@linux.vnet.ibm.com> Reply-To: Srivatsa Vaddagiri References: <20111104115620.GA25704@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20111104115620.GA25704@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) x-cbid: 11110412-3534-0000-0000-00000141812E Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kamalesh Babulal [2011-11-04 17:26:20]: > +/* > + * Prints the progress of multipilcations done by all threads Fix typo: s/multipilcations/multiplications > + * every sleep_msec > + */ > +static void print_progress(struct thread_work *work, int thread_count) We should perhaps add 'sleep_msec' argument to this function. - vatsa