[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201127160513.2619747-1-trix@redhat.com>
Date: Fri, 27 Nov 2020 08:05:13 -0800
From: trix@...hat.com
To: code@...icks.com, hannes@...xchg.org, mhocko@...e.com,
longman@...hat.com, herbert@...dor.apana.org.au,
ebiggers@...gle.com
Cc: ecryptfs@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] eCryptfs: add a semicolon
From: Tom Rix <trix@...hat.com>
Function like macros should have a semicolon.
Signed-off-by: Tom Rix <trix@...hat.com>
---
fs/ecryptfs/keystore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index f6a17d259db7..2abd219cfeec 100644
--- a/fs/ecryptfs/keystore.c
+++ b/fs/ecryptfs/keystore.c
@@ -1172,7 +1172,7 @@ decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok,
rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, cipher_code);
if (rc) {
ecryptfs_printk(KERN_ERR, "Cipher code [%d] is invalid\n",
- cipher_code)
+ cipher_code);
goto out;
}
crypt_stat->flags |= ECRYPTFS_KEY_VALID;
--
2.18.4
Powered by blists - more mailing lists