From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964801AbbCRTsN (ORCPT ); Wed, 18 Mar 2015 15:48:13 -0400 Received: from [68.232.143.164] ([68.232.143.164]:31866 "EHLO esa2.cray.iphmx.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755374AbbCRTsE (ORCPT ); Wed, 18 Mar 2015 15:48:04 -0400 X-IronPort-AV: E=Sophos;i="5.11,423,1422921600"; d="scan'208";a="1086790" Message-ID: <5509D291.1060005@cray.com> Date: Wed, 18 Mar 2015 14:31:29 -0500 From: Patrick Farrell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: CC: , , , , =?UTF-8?B?UGllcnJlLVk=?= =?UTF-8?B?dmVzIFDDqW5lYXU=?= , , , Subject: Re: [HPDD-discuss] [PATCH] Staging: lustre: file.c: fix coding style References: <1426705728-2001-1-git-send-email-pierre-yves.peneau@gmx.com> In-Reply-To: <1426705728-2001-1-git-send-email-pierre-yves.peneau@gmx.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Perhaps this is just a formatting error in my email client, but shouldn't NULL be one more space over to line up with the '(' above? On 03/18/2015 02:08 PM, py@amd48-systeme.lip6.fr wrote: > + rc = ll_intent_file_open(file->f_path.dentry, > + NULL, 0, it);