diff options
author | Jason A. Donenfeld <[email protected]> | 2022-02-11 12:28:33 +0100 |
---|---|---|
committer | Jason A. Donenfeld <[email protected]> | 2022-02-21 21:14:04 +0100 |
commit | 6071a6c0fba2d747742cadcbb3ba26ed756ed73b (patch) | |
tree | 9c98b383867203b756ff46ab5df2f47f1ae69a44 | |
parent | 246c03dd899164d0186b6d685d6387f228c28d93 (diff) |
random: remove useless header comment
This really adds nothing at all useful.
Cc: Theodore Ts'o <[email protected]>
Reviewed-by: Dominik Brodowski <[email protected]>
Reviewed-by: Eric Biggers <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
-rw-r--r-- | include/linux/random.h | 6 |
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 |