summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorBen Dooks2007-02-12 16:03:22 +0100
committerRussell King2007-02-12 20:27:22 +0100
commit6db3eee422f80b9d440ea4c08280b52ac4bfa903 (patch)
tree5c835354bf580443f26900b129bdcc5e1e0fef61 /arch/arm
parent[ARM] 4162/1: S3C24XX: update defconfig_s3c2410 after move (diff)
downloadkernel-qcow2-linux-6db3eee422f80b9d440ea4c08280b52ac4bfa903.tar.gz
kernel-qcow2-linux-6db3eee422f80b9d440ea4c08280b52ac4bfa903.tar.xz
kernel-qcow2-linux-6db3eee422f80b9d440ea4c08280b52ac4bfa903.zip
[ARM] 4163/1: S3C2410: minor typo in init comment
Fix a reference to s3c2440 in the s3c2410 cpu file Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-s3c2410/s3c2410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2410.c b/arch/arm/mach-s3c2410/s3c2410.c
index d96fdcf2d2e3..1a86a9803753 100644
--- a/arch/arm/mach-s3c2410/s3c2410.c
+++ b/arch/arm/mach-s3c2410/s3c2410.c
@@ -110,7 +110,7 @@ static struct sys_device s3c2410_sysdev = {
/* need to register class before we actually register the device, and
* we also need to ensure that it has been initialised before any of the
- * drivers even try to use it (even if not on an s3c2440 based system)
+ * drivers even try to use it (even if not on an s3c2410 based system)
* as a driver which may support both 2410 and 2440 may try and use it.
*/