diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-05 05:04:28 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-04-05 15:35:54 +0300 |
commit | 043809d8d25eac8307c8c7b74bca7266070cb007 (patch) | |
tree | ff4f390b161c4dc7be5b3a03c06212486bc6ae00 | |
parent | f1420ceef3011547323733e3bb4fcb4aca3fe840 (diff) | |
download | linux-043809d8d25eac8307c8c7b74bca7266070cb007.tar.xz |
hwrng: exynos - Fix misspelled Samsung address
Correct smasung.com into samsung.com.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | drivers/char/hw_random/exynos-rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/exynos-rng.c b/drivers/char/hw_random/exynos-rng.c index ed78f25e4ec6..ed44561ea647 100644 --- a/drivers/char/hw_random/exynos-rng.c +++ b/drivers/char/hw_random/exynos-rng.c @@ -2,7 +2,7 @@ * exynos-rng.c - Random Number Generator driver for the exynos * * Copyright (C) 2012 Samsung Electronics - * Jonghwa Lee <jonghwa3.lee@smasung.com> + * Jonghwa Lee <jonghwa3.lee@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |