Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwrng: bcm2835 - Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management. While we are at this fix the comment style, too.

Cc: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Stefan Wahren and committed by
Herbert Xu
05ba8846 8ddab428

+2 -5
+2 -5
drivers/char/hw_random/bcm2835-rng.c
··· 1 - /** 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 2 3 * Copyright (c) 2010-2012 Broadcom. All rights reserved. 3 4 * Copyright (c) 2013 Lubomir Rintel 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License ("GPL") 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/hw_random.h>