From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 18:38:51 +0000 (-0400) Subject: Fix: wrapper random documentation X-Git-Tag: for-upstreaming-review-1~85 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=af93f0ba38fcabe287a81bdc5e098d8ff86e5c82 Fix: wrapper random documentation Signed-off-by: Mathieu Desnoyers --- diff --git a/wrapper/random.c b/wrapper/random.c index 74dce49f..e2cee70c 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 */