]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
hwrng: core - Rewrite the header
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Tue, 13 Dec 2016 14:51:11 +0000 (15:51 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 27 Dec 2016 09:49:10 +0000 (17:49 +0800)
checkpatch have lot of complaint about header.
Furthermore, the header have some offtopic/useless information.

This patch rewrite a proper header.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/core.c

index 3e565e12f3974030148da02db8b6770034bf44ae..6266d1589bc63b9b1c03b56bbd2b5e8632b394eb 100644 (file)
@@ -1,33 +1,13 @@
 /*
-        Added support for the AMD Geode LX RNG
-       (c) Copyright 2004-2005 Advanced Micro Devices, Inc.
-
-       derived from
-
-       Hardware driver for the Intel/AMD/VIA Random Number Generators (RNG)
-       (c) Copyright 2003 Red Hat Inc <jgarzik@redhat.com>
-
-       derived from
-
-        Hardware driver for the AMD 768 Random Number Generator (RNG)
-        (c) Copyright 2001 Red Hat Inc <alan@redhat.com>
-
-       derived from
-
-       Hardware driver for Intel i810 Random Number Generator (RNG)
-       Copyright 2000,2001 Jeff Garzik <jgarzik@pobox.com>
-       Copyright 2000,2001 Philipp Rumpf <prumpf@mandrakesoft.com>
-
-       Added generic RNG API
-       Copyright 2006 Michael Buesch <m@bues.ch>
-       Copyright 2005 (c) MontaVista Software, Inc.
-
-       Please read Documentation/hw_random.txt for details on use.
-
-       ----------------------------------------------------------
-       This software may be used and distributed according to the terms
-        of the GNU General Public License, incorporated herein by reference.
-
+ * hw_random/core.c: HWRNG core API
+ *
+ * Copyright 2006 Michael Buesch <m@bues.ch>
+ * Copyright 2005 (c) MontaVista Software, Inc.
+ *
+ * Please read Documentation/hw_random.txt for details on use.
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
  */
 
 #include <linux/device.h>