From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757801AbbEaCyX (ORCPT ); Sat, 30 May 2015 22:54:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39484 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754515AbbEaCyU (ORCPT ); Sat, 30 May 2015 22:54:20 -0400 Date: Sun, 31 May 2015 11:26:31 +0900 From: Greg KH To: Chris Hanna Cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, HPDD-discuss@ml01.01.org, lustre-devel@lists.lustre.org, andreas.dilger@intel.com Subject: Re: [PATCH] staging: lustre: osc: clean up whitespace and align function parameters Message-ID: <20150531022631.GA30988@kroah.com> References: <1432320647-14543-1-git-send-email-hannac@iu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432320647-14543-1-git-send-email-hannac@iu.edu> 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 Fri, May 22, 2015 at 02:50:47PM -0400, Chris Hanna wrote: > Minor changes to remove excessive whitespace and improve > readability of functions. > > Signed-off-by: Chris Hanna > --- > drivers/staging/lustre/lustre/osc/lproc_osc.c | 56 +++--- > drivers/staging/lustre/lustre/osc/osc_cache.c | 112 ++++++------ > drivers/staging/lustre/lustre/osc/osc_io.c | 116 +++++++------- > drivers/staging/lustre/lustre/osc/osc_lock.c | 134 ++++++++-------- > drivers/staging/lustre/lustre/osc/osc_object.c | 18 +- > drivers/staging/lustre/lustre/osc/osc_page.c | 44 +++--- > drivers/staging/lustre/lustre/osc/osc_quota.c | 14 +- > drivers/staging/lustre/lustre/osc/osc_request.c | 205 +++++++++++------------ > 8 files changed, 349 insertions(+), 350 deletions(-) Doesn't apply to my tree :(