From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753476AbbCBB2A (ORCPT ); Sun, 1 Mar 2015 20:28:00 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51543 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753427AbbCBB14 (ORCPT ); Sun, 1 Mar 2015 20:27:56 -0500 Date: Sun, 1 Mar 2015 17:27:55 -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 3/3] staging: lustre: fix coding style errors fix the Message-ID: <20150302012755.GB23542@kroah.com> References: <1423593381-10452-1-git-send-email-tal.shorer@gmail.com> <1423593381-10452-3-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-3-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:21PM +0200, Tal Shorer wrote: > following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: > missing spaces around '=' > > Signed-off-by: Tal Shorer > --- > drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Your subject doesn't make sense :(