Re: [PATCH] eCryptfs: add a semicolon

2021-01-30 Thread Tyler Hicks
On 2020-11-27 10:11:23, Joe Perches wrote: > On Fri, 2020-11-27 at 08:05 -0800, t...@redhat.com wrote: > > Function like macros should have a semicolon. > [] > > diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c > [] > > @@ -1172,7 +1172,7 @@ decrypt_pki_encrypted_session_key(struct > >

Re: [PATCH] eCryptfs: add a semicolon

2020-11-27 Thread Joe Perches
On Fri, 2020-11-27 at 08:05 -0800, t...@redhat.com wrote: > Function like macros should have a semicolon. [] > diff --git 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_ciphe

[PATCH] eCryptfs: add a semicolon

2020-11-27 Thread trix
From: Tom Rix Function like macros should have a semicolon. Signed-off-by: Tom Rix --- 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