Re: [PATCH] jitterentropy: fix comments

2019-10-04 Thread Herbert Xu
Alexander E. Patrakov wrote: > One should not say "ec can be NULL" and then dereference it. > One cannot talk about the return value if the function returns void. > > Signed-off-by: Alexander E. Patrakov > --- > crypto/jitterentropy.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH] jitterentropy: fix comments

2019-09-18 Thread Alexander E. Patrakov
One should not say "ec can be NULL" and then dereference it. One cannot talk about the return value if the function returns void. Signed-off-by: Alexander E. Patrakov --- crypto/jitterentropy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/jitterentropy.c b/cry