aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/random.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-02-11 12:28:33 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2022-02-21 21:14:04 +0100
commit6071a6c0fba2d747742cadcbb3ba26ed756ed73b (patch)
tree9c98b383867203b756ff46ab5df2f47f1ae69a44 /include/linux/random.h
parentrandom: introduce drain_entropy() helper to declutter crng_reseed() (diff)
downloadlinux-dev-6071a6c0fba2d747742cadcbb3ba26ed756ed73b.tar.xz
linux-dev-6071a6c0fba2d747742cadcbb3ba26ed756ed73b.zip
random: remove useless header comment
This really adds nothing at all useful. Cc: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'include/linux/random.h')
-rw-r--r--include/linux/random.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/random.h b/include/linux/random.h
index e92efb39779c..37e1e8c43d7e 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
@@ -1,9 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * include/linux/random.h
- *
- * Include file for the random number generator.
- */
+
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H