From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 18:38:51 +0000 (-0400) Subject: Fix: wrapper random documentation X-Git-Tag: v2.13.0-rc1~234 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=5b4ea313ddc10d96388a20a42e118c758479a553;hp=263b6c88138c3354d63dba3c70a965de94becd22 Fix: wrapper random documentation Signed-off-by: Mathieu Desnoyers --- diff --git a/wrapper/random.c b/wrapper/random.c index 8b03aec5..7b91fc7f 100644 --- a/wrapper/random.c +++ b/wrapper/random.c @@ -2,9 +2,7 @@ * * wrapper/random.c * - * wrapper around bootid read. Using KALLSYMS to get its address when - * available, else we need to have a kernel that exports this function to GPL - * modules. + * wrapper around bootid read. Read the boot id through the /proc filesystem. * * Copyright (C) 2011-2012 Mathieu Desnoyers */ diff --git a/wrapper/random.h b/wrapper/random.h index 4141cd0f..073a09a2 100644 --- a/wrapper/random.h +++ b/wrapper/random.h @@ -2,9 +2,7 @@ * * wrapper/random.h * - * wrapper around bootid read. Using KALLSYMS to get its address when - * available, else we need to have a kernel that exports this function to GPL - * modules. + * wrapper around bootid read. Read the boot id through the /proc filesystem. * * Copyright (C) 2011-2012 Mathieu Desnoyers */