From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 976BAC07E95 for ; Tue, 13 Jul 2021 06:56:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B4DB611C1 for ; Tue, 13 Jul 2021 06:56:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233957AbhGMG7F (ORCPT ); Tue, 13 Jul 2021 02:59:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:56488 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232908AbhGMG7C (ORCPT ); Tue, 13 Jul 2021 02:59:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D715260FF4; Tue, 13 Jul 2021 06:56:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626159372; bh=yjiQ5x8/CBaAkwI/8+3VNl+FY1HWxYFNJi4wy4YGxFM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lcm6dKc/DEN8QKDXol3AEM/0EY0IWTN75O8YlFfeVbDwC7THfozhzfRgqMr4qqnGr U48fuCGeTYys3z/aoL1oy96R8TE3PjZQybzE1sqK4pBlzGWl3+Nc9S1tO6ZfvZHLat 4VIFFVGuhcJpmsWGVvuV734mlwwa/Sfr1ZbXTfvs= Date: Tue, 13 Jul 2021 08:56:09 +0200 From: Greg KH To: pandith.n@intel.com Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, furong.zhou@intel.com, mgross@linux.intel.com, mallikarjunappa.sangannavar@intel.com, andriy.shevchenko@linux.intel.com, lakshmi.bai.raja.subramanian@intel.com Subject: Re: [PATCH V5 1/1] misc: NOC Probe Counters Message-ID: References: <20210713065347.21554-1-pandith.n@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210713065347.21554-1-pandith.n@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 13, 2021 at 12:23:47PM +0530, pandith.n@intel.com wrote: > Changes in V5 : > Local variables are always initialized before use in all cases > of capture function > No need of counter 3 definiton in enumeration > Signed-off-by: Pandith N > Signed-off-by: Pandith N > Signed-off-by: Pandith N Something went wrong with your scripts :(