Re: [PATCH] lib: Correct comment of prandom_seed

2019-05-17 Thread David Miller
From: Philippe Mazenauer Date: Fri, 17 May 2019 10:44:44 + > Variable 'entropy' was wrongly documented as 'seed', changed comment to > reflect actual variable name. > > ../lib/random32.c:179: warning: Function parameter or member 'entropy' not > described in 'prandom_seed' > ../lib/random32

Re: [PATCH] lib: Correct comment of prandom_seed

2019-05-17 Thread Lee Jones
On Fri, 17 May 2019, Philippe Mazenauer wrote: > Variable 'entropy' was wrongly documented as 'seed', changed comment to > reflect actual variable name. > > ../lib/random32.c:179: warning: Function parameter or member 'entropy' not > described in 'prandom_seed' > ../lib/random32.c:179: warning:

[PATCH] lib: Correct comment of prandom_seed

2019-05-17 Thread Philippe Mazenauer
Variable 'entropy' was wrongly documented as 'seed', changed comment to reflect actual variable name. ../lib/random32.c:179: warning: Function parameter or member 'entropy' not described in 'prandom_seed' ../lib/random32.c:179: warning: Excess function parameter 'seed' description in 'prandom_se