Re: [PATCH] security/keys: Adding newline after declaration

2017-09-06 Thread Joe Perches
On Thu, 2017-09-07 at 11:11 +0530, Pushkar Jambhlekar wrote: > Fixing checkpatch warning to add newline after declaration [] > diff --git a/security/keys/big_key.c b/security/keys/big_key.c [] > @@ -93,6 +93,7 @@ static int big_key_crypt(enum big_key_op op, u8 *data, > size_t datalen, u8 *key) >

[PATCH] security/keys: Adding newline after declaration

2017-09-06 Thread Pushkar Jambhlekar
Fixing checkpatch warning to add newline after declaration Signed-off-by: Pushkar Jambhlekar --- security/keys/big_key.c | 1 + 1 file changed, 1 insertion(+) diff --git a/security/keys/big_key.c b/security/keys/big_key.c index 835c1ab..bc4c6eb 100644 --- a/security/keys/big_key.c +++ b/securit