From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753399AbbCBB1u (ORCPT ); Sun, 1 Mar 2015 20:27:50 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51536 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbbCBB1q (ORCPT ); Sun, 1 Mar 2015 20:27:46 -0500 Date: Sun, 1 Mar 2015 17:27:45 -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 1/3] staging: lustre: fix coding style errors Message-ID: <20150302012745.GA23542@kroah.com> References: <1423593381-10452-1-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-1-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:19PM +0200, Tal Shorer wrote: > fix the following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: > initialization of lnet_table_header (static pointer) to NULL > > Signed-off-by: Tal Shorer > --- > drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Please put the error you are fixing in the subject, otherwise we have no idea :(