[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <8873df7f-490f-28e0-249e-34bb3b133015@linux.vnet.ibm.com>
Date: Wed, 7 Mar 2018 23:17:46 +0530
From: Nayna Jain <nayna@...ux.vnet.ibm.com>
To: David Howells <dhowells@...hat.com>
Cc: keyrings@...r.kernel.org, linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-integrity@...r.kernel.org
Subject: Re: [PATCH 1/3] certs: define a trusted platform keyring
On 03/07/2018 09:33 PM, David Howells wrote:
> Nayna Jain <nayna@...ux.vnet.ibm.com> wrote:
>
>> + key = key_create_or_update(make_key_ref(keyring, 1),
>> + "asymmetric",
>> + NULL,
>> + p,
>> + plen,
>> + ((KEY_POS_ALL & ~KEY_POS_SETATTR) |
>> + KEY_USR_VIEW | KEY_USR_READ),
>> + KEY_ALLOC_NOT_IN_QUOTA |
>> + KEY_ALLOC_BUILT_IN |
>> + KEY_ALLOC_BYPASS_RESTRICTION);
> There's no need to reindent here. Please line up all the arguments: either
> push the first argument over onto the next line if you need to or line them
> all up with the char after the opening bracket.
Thanks David for the feedback. I will post the v2 version with this fix.
Are there any other changes ?
Thanks & Regards,
- Nayna
>
> David
>
Powered by blists - more mailing lists