All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] security/keys: Adding newline after declaration
@ 2017-09-07  5:41 ` Pushkar Jambhlekar
  0 siblings, 0 replies; 6+ messages in thread
From: Pushkar Jambhlekar @ 2017-09-07  5:41 UTC (permalink / raw)
  To: linux-security-module

Fixing checkpatch warning to add newline after declaration

Signed-off-by: Pushkar Jambhlekar <pushkar.iit@gmail.com>
---
 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/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);
 
 	if (crypto_skcipher_setkey(big_key_skcipher, key, ENC_KEY_SIZE)) {
-- 
2.7.4

--
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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-09-07  5:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07  5:41 [PATCH] security/keys: Adding newline after declaration Pushkar Jambhlekar
2017-09-07  5:53 ` Pushkar Jambhlekar
2017-09-07  5:41 ` Pushkar Jambhlekar
2017-09-07  5:54 ` Joe Perches
2017-09-07  5:54   ` Joe Perches
2017-09-07  5:54   ` Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.