From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Greg Kroah-Hartman (gregkh@linuxfoundation.org)" Date: Mon, 22 Jun 2015 18:03:06 +0000 Subject: Re: [HPDD-discuss] [PATCH 01/12] staging: lustre: fid: Use !x to check for kzalloc failure Message-Id: <20150622180306.GA20087@kroah.com> List-Id: References: <556d2f2088404e09aac1f0a57767cea5@EXCHCS32.ornl.gov> In-Reply-To: <556d2f2088404e09aac1f0a57767cea5@EXCHCS32.ornl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Simmons, James A." Cc: "Julia Lawall (Julia.Lawall@lip6.fr)" , "oleg.drokin@intel.com" , "devel@driverdev.osuosl.org" , "kernel-janitors@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "hpdd-discuss@lists.01.org" , "lustre-devel@lists.lustre.org" On Mon, Jun 22, 2015 at 05:27:03PM +0000, Simmons, James A. wrote: > > Is this change a hard requirement? Currently the lustre code standard in our development tree is the opposite policy. Please follow the kernel coding style rules. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman (gregkh@linuxfoundation.org) Date: Mon, 22 Jun 2015 11:03:06 -0700 Subject: [lustre-devel] [HPDD-discuss] [PATCH 01/12] staging: lustre: fid: Use !x to check for kzalloc failure In-Reply-To: <556d2f2088404e09aac1f0a57767cea5@EXCHCS32.ornl.gov> References: <556d2f2088404e09aac1f0a57767cea5@EXCHCS32.ornl.gov> Message-ID: <20150622180306.GA20087@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org On Mon, Jun 22, 2015 at 05:27:03PM +0000, Simmons, James A. wrote: > > Is this change a hard requirement? Currently the lustre code standard in our development tree is the opposite policy. Please follow the kernel coding style rules. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754064AbbFVSDK (ORCPT ); Mon, 22 Jun 2015 14:03:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57656 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751682AbbFVSDH (ORCPT ); Mon, 22 Jun 2015 14:03:07 -0400 Date: Mon, 22 Jun 2015 11:03:06 -0700 From: "Greg Kroah-Hartman (gregkh@linuxfoundation.org)" To: "Simmons, James A." Cc: "Julia Lawall (Julia.Lawall@lip6.fr)" , "oleg.drokin@intel.com" , "devel@driverdev.osuosl.org" , "kernel-janitors@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "hpdd-discuss@lists.01.org" , "lustre-devel@lists.lustre.org" Subject: Re: [HPDD-discuss] [PATCH 01/12] staging: lustre: fid: Use !x to check for kzalloc failure Message-ID: <20150622180306.GA20087@kroah.com> References: <556d2f2088404e09aac1f0a57767cea5@EXCHCS32.ornl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <556d2f2088404e09aac1f0a57767cea5@EXCHCS32.ornl.gov> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 22, 2015 at 05:27:03PM +0000, Simmons, James A. wrote: > > Is this change a hard requirement? Currently the lustre code standard in our development tree is the opposite policy. Please follow the kernel coding style rules. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/