| From foo@baz Thu Jun 16 06:59:24 PM CEST 2022 |
| From: "Jason A. Donenfeld" <Jason@zx2c4.com> |
| Date: Fri, 11 Feb 2022 12:28:33 +0100 |
| Subject: random: remove useless header comment |
| |
| From: "Jason A. Donenfeld" <Jason@zx2c4.com> |
| |
| 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> |
| --- |
| include/linux/random.h | 7 ++----- |
| 1 file changed, 2 insertions(+), 5 deletions(-) |
| |
| --- a/include/linux/random.h |
| +++ b/include/linux/random.h |
| @@ -1,8 +1,5 @@ |
| -/* |
| - * include/linux/random.h |
| - * |
| - * Include file for the random number generator. |
| - */ |
| +/* SPDX-License-Identifier: GPL-2.0 */ |
| + |
| #ifndef _LINUX_RANDOM_H |
| #define _LINUX_RANDOM_H |
| |