diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-04-22 18:23:49 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2018-04-25 04:50:06 +0200 |
commit | 3413e1891d443b9e936b4b6fb0ba4cdc38ff71b6 (patch) | |
tree | 5a2f899492439d1e758a0f4fb4a34ae54d69300d /include | |
parent | rslib: Cleanup whitespace damage (diff) | |
download | linux-3413e1891d443b9e936b4b6fb0ba4cdc38ff71b6.tar.xz linux-3413e1891d443b9e936b4b6fb0ba4cdc38ff71b6.zip |
rslib: Cleanup top level comments
File references and stale CVS ids are really not useful.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Segher Boessenkool <segher@kernel.crashing.org>
Cc: Kernel Hardening <kernel-hardening@lists.openwall.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Mike Snitzer <snitzer@redhat.com>
Cc: Anton Vorontsov <anton@enomsg.org>
Cc: Colin Cross <ccross@android.com>
Cc: Andrew Morton <akpm@linuxfoundation.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Alasdair Kergon <agk@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rslib.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/rslib.h b/include/linux/rslib.h index d7bc66931032..a596abaf2e56 100644 --- a/include/linux/rslib.h +++ b/include/linux/rslib.h @@ -1,16 +1,11 @@ /* - * include/linux/rslib.h - * - * Overview: - * Generic Reed Solomon encoder / decoder library + * Generic Reed Solomon encoder / decoder library * * Copyright (C) 2004 Thomas Gleixner (tglx@linutronix.de) * * RS code lifted from reed solomon library written by Phil Karn * Copyright 2002 Phil Karn, KA9Q * - * $Id: rslib.h,v 1.4 2005/11/07 11:14:52 gleixner Exp $ - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. |