From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Wed, 06 Sep 2017 22:54:57 -0700 Subject: [PATCH] security/keys: Adding newline after declaration In-Reply-To: <1504762905-2424-1-git-send-email-pushkar.iit@gmail.com> References: <1504762905-2424-1-git-send-email-pushkar.iit@gmail.com> Message-ID: <1504763697.7546.9.camel@perches.com> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org 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) > { > int ret = -EINVAL; > struct scatterlist sgio; > + > SKCIPHER_REQUEST_ON_STACK(req, big_key_skcipher); checkpatch doesn't know that SKCIPHER_REQUEST_ON_STACK is actually 2 declarations. -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html