diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-04 22:04:28 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-04-05 08:35:54 -0400 |
commit | 043809d8d25eac8307c8c7b74bca7266070cb007 (patch) | |
tree | ff4f390b161c4dc7be5b3a03c06212486bc6ae00 /drivers/char | |
parent | f1420ceef3011547323733e3bb4fcb4aca3fe840 (diff) |
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>
Diffstat (limited to 'drivers/char')
-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 @@ | |||
2 | * exynos-rng.c - Random Number Generator driver for the exynos | 2 | * exynos-rng.c - Random Number Generator driver for the exynos |
3 | * | 3 | * |
4 | * Copyright (C) 2012 Samsung Electronics | 4 | * Copyright (C) 2012 Samsung Electronics |
5 | * Jonghwa Lee <jonghwa3.lee@smasung.com> | 5 | * Jonghwa Lee <jonghwa3.lee@samsung.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |