summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-02-11 12:28:33 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-25 11:49:06 +0200
commit51a05ec7ac70885761dd44f48d6c9351475e94f2 (patch)
treea892c43957e0b903bd05a26310f0a6917c53029d /include/linux
parent91737d22baecbf321253a73b5195884b441b3a6b (diff)
downloadlinux-51a05ec7ac70885761dd44f48d6c9351475e94f2.tar.gz
linux-51a05ec7ac70885761dd44f48d6c9351475e94f2.tar.bz2
linux-51a05ec7ac70885761dd44f48d6c9351475e94f2.zip
random: remove useless header comment
commit 6071a6c0fba2d747742cadcbb3ba26ed756ed73b upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
-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