Re: [PATCH 2/9] random: fix comment on proc_do_uuid

2013-11-29 Thread Theodore Ts'o
On Wed, Nov 13, 2013 at 03:07:26AM -0500, Greg Price wrote: > There's only one function here now, as uuid_strategy is long gone. > Also make the bit about "If accesses via ..." clearer. > > Cc: "Theodore Ts'o" > Signed-off-by: Greg Price Thanks, applied.

[PATCH 2/9] random: fix comment on proc_do_uuid

2013-11-13 Thread Greg Price
There's only one function here now, as uuid_strategy is long gone. Also make the bit about "If accesses via ..." clearer. Cc: "Theodore Ts'o" Signed-off-by: Greg Price --- drivers/char/random.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/char/random.c b/d