aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-04-04 22:05:15 -0400
committerMark Brown <broonie@kernel.org>2016-04-05 14:37:49 -0400
commit724fef53449d22ed41c99164aff7d7c3654603e2 (patch)
tree71bb2ccdffbd3f511b2eca243cdfa1a5d03670d0
parent86cf635a316e89ba6ae79f452cedb5acddccf570 (diff)
regulator: max8997/max77802: Fix misspelled Samsung address
Correct smasung.com into samsung.com. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/regulator/max77802-regulator.c2
-rw-r--r--drivers/regulator/max8997-regulator.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/max77802-regulator.c b/drivers/regulator/max77802-regulator.c
index c07ee13bd470..1d3539324d9a 100644
--- a/drivers/regulator/max77802-regulator.c
+++ b/drivers/regulator/max77802-regulator.c
@@ -5,7 +5,7 @@
5 * Simon Glass <sjg@chromium.org> 5 * Simon Glass <sjg@chromium.org>
6 * 6 *
7 * Copyright (C) 2012 Samsung Electronics 7 * Copyright (C) 2012 Samsung Electronics
8 * Chiwoong Byun <woong.byun@smasung.com> 8 * Chiwoong Byun <woong.byun@samsung.com>
9 * Jonghwa Lee <jonghwa3.lee@samsung.com> 9 * Jonghwa Lee <jonghwa3.lee@samsung.com>
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
diff --git a/drivers/regulator/max8997-regulator.c b/drivers/regulator/max8997-regulator.c
index ea0196d4496b..efabc0ea0e96 100644
--- a/drivers/regulator/max8997-regulator.c
+++ b/drivers/regulator/max8997-regulator.c
@@ -2,7 +2,7 @@
2 * max8997.c - Regulator driver for the Maxim 8997/8966 2 * max8997.c - Regulator driver for the Maxim 8997/8966
3 * 3 *
4 * Copyright (C) 2011 Samsung Electronics 4 * Copyright (C) 2011 Samsung Electronics
5 * MyungJoo Ham <myungjoo.ham@smasung.com> 5 * MyungJoo Ham <myungjoo.ham@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