From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756096AbbCRTpg (ORCPT ); Wed, 18 Mar 2015 15:45:36 -0400 Received: from [68.232.143.164] ([68.232.143.164]:28312 "EHLO esa2.cray.iphmx.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754913AbbCRTpf (ORCPT ); Wed, 18 Mar 2015 15:45:35 -0400 X-Greylist: delayed 767 seconds by postgrey-1.27 at vger.kernel.org; Wed, 18 Mar 2015 15:45:34 EDT X-IronPort-AV: E=Sophos;i="5.11,423,1422921600"; d="scan'208";a="1087177" Message-ID: <5509D590.30207@cray.com> Date: Wed, 18 Mar 2015 14:44:16 -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: , , , , =?ISO-8859-1?Q?Pierr?= =?ISO-8859-1?Q?e-Yves_P=E9neau?= , , , Subject: Re: [HPDD-discuss] [PATCH] Staging: lustre: file.c: fix coding style References: <1426705728-2001-1-git-send-email-pierre-yves.peneau@gmx.com> <5509D291.1060005@cray.com> In-Reply-To: <5509D291.1060005@cray.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Uck, my reply made the formatting even worse. I'm trying to say it should look like this: + rc = ll_intent_file_open(file->f_path.dentry, + NULL, 0, it); Not like this: + rc = ll_intent_file_open(file->f_path.dentry, + NULL, 0, it); On 03/18/2015 02:31 PM, Patrick Farrell wrote: > 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); > > _______________________________________________ > HPDD-discuss mailing list > HPDD-discuss@lists.01.org > https://lists.01.org/mailman/listinfo/hpdd-discuss