From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753509AbbCBB2X (ORCPT ); Sun, 1 Mar 2015 20:28:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51544 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753427AbbCBB2U (ORCPT ); Sun, 1 Mar 2015 20:28:20 -0500 Date: Sun, 1 Mar 2015 17:28:19 -0800 From: Greg KH To: Tal Shorer Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, andreas.dilger@intel.com, oleg.drokin@intel.com, clabbe.montjoie@gmail.com, dan.carpenter@oracle.com Subject: Re: [PATCH v4 2/3] staging: lustre: fix coding style errors Message-ID: <20150302012819.GC23542@kroah.com> References: <1423593381-10452-1-git-send-email-tal.shorer@gmail.com> <1423593381-10452-2-git-send-email-tal.shorer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423593381-10452-2-git-send-email-tal.shorer@gmail.com> 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 Tue, Feb 10, 2015 at 08:36:20PM +0200, Tal Shorer wrote: > fix the following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: > initialization of min_watchdog_ratelimit (static int) to 0 > > for clarity's sake, the "= 0" is kept as part of a comment > > Signed-off-by: Tal Shorer > --- > drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Same exact subject as 1/3, yet it does something different, which makes no sense :(