From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Wed, 3 Feb 2016 14:44:32 -0800 Subject: [lustre-devel] [PATCH] staging:lustre:obdclass:linux:convert &foo[0] to foo In-Reply-To: <1453320069-9788-1-git-send-email-bhumirks@gmail.com> References: <1453320069-9788-1-git-send-email-bhumirks@gmail.com> Message-ID: <20160203224432.GA4597@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bhumika Goyal Cc: oleg.drokin@intel.com, joe@perches.com, andreas.dilger@intel.com, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, lustre-devel@lists.lustre.org On Thu, Jan 21, 2016 at 01:31:09AM +0530, Bhumika Goyal wrote: > Replace &foo[0] with foo,to follow Linux coding style. That's a coding style change? Why? They aren't always the same thing... thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758097AbcBCWog (ORCPT ); Wed, 3 Feb 2016 17:44:36 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:46477 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753438AbcBCWoc (ORCPT ); Wed, 3 Feb 2016 17:44:32 -0500 Date: Wed, 3 Feb 2016 14:44:32 -0800 From: Greg KH To: Bhumika Goyal Cc: oleg.drokin@intel.com, joe@perches.com, andreas.dilger@intel.com, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, lustre-devel@lists.lustre.org Subject: Re: [PATCH] staging:lustre:obdclass:linux:convert &foo[0] to foo Message-ID: <20160203224432.GA4597@kroah.com> References: <1453320069-9788-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453320069-9788-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 21, 2016 at 01:31:09AM +0530, Bhumika Goyal wrote: > Replace &foo[0] with foo,to follow Linux coding style. That's a coding style change? Why? They aren't always the same thing... thanks, greg k-h