Skip to content

Commit

Permalink
[ARM] 4163/1: S3C2410: minor typo in init comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Feb 12, 2007
1 parent 72922ba commit 6db3eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 6db3eee

Please sign in to comment.