Commit 40b0754c authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Krzysztof Kozlowski

ARM: SAMSUNG: Fix typos

Fix some language typos in comments.
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 1a695a90
...@@ -520,7 +520,7 @@ ...@@ -520,7 +520,7 @@
#define S3C24XX_EXTINT1 S3C24XX_GPIOREG2(0x8C) #define S3C24XX_EXTINT1 S3C24XX_GPIOREG2(0x8C)
#define S3C24XX_EXTINT2 S3C24XX_GPIOREG2(0x90) #define S3C24XX_EXTINT2 S3C24XX_GPIOREG2(0x90)
/* interrupt filtering conrrol for EINT16..EINT23 */ /* interrupt filtering control for EINT16..EINT23 */
#define S3C2410_EINFLT0 S3C2410_GPIOREG(0x94) #define S3C2410_EINFLT0 S3C2410_GPIOREG(0x94)
#define S3C2410_EINFLT1 S3C2410_GPIOREG(0x98) #define S3C2410_EINFLT1 S3C2410_GPIOREG(0x98)
#define S3C2410_EINFLT2 S3C2410_GPIOREG(0x9C) #define S3C2410_EINFLT2 S3C2410_GPIOREG(0x9C)
......
...@@ -423,7 +423,7 @@ void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg, ...@@ -423,7 +423,7 @@ void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg,
* @timings: The IO timing information to fill out. * @timings: The IO timing information to fill out.
* *
* Calculate the @timings timing information from the current frequency * Calculate the @timings timing information from the current frequency
* information in @cfg, and the new frequency configur * information in @cfg, and the new frequency configuration
* through all the IO banks, reading the state and then updating @iot * through all the IO banks, reading the state and then updating @iot
* as necessary. * as necessary.
* *
......
...@@ -522,7 +522,7 @@ static void __init n30_hwinit(void) ...@@ -522,7 +522,7 @@ static void __init n30_hwinit(void)
* *
* The pull ups for H6/H7 are enabled on N30 but not on the * The pull ups for H6/H7 are enabled on N30 but not on the
* N35/PiN. I suppose is useful for a budget model of the N30 * N35/PiN. I suppose is useful for a budget model of the N30
* with no bluetooh. It doesn't hurt to have the pull ups * with no bluetooth. It doesn't hurt to have the pull ups
* enabled on the N35, so leave them enabled for all models. * enabled on the N35, so leave them enabled for all models.
*/ */
__raw_writel(0x0028aaaa, S3C2410_GPHCON); __raw_writel(0x0028aaaa, S3C2410_GPHCON);
......
...@@ -143,7 +143,7 @@ static int osiris_dvs_remove(struct platform_device *pdev) ...@@ -143,7 +143,7 @@ static int osiris_dvs_remove(struct platform_device *pdev)
return 0; return 0;
} }
/* the CONFIG_PM block is so small, it isn't worth actaully compiling it /* the CONFIG_PM block is so small, it isn't worth actually compiling it
* out if the configuration isn't set. */ * out if the configuration isn't set. */
static int osiris_dvs_suspend(struct device *dev) static int osiris_dvs_suspend(struct device *dev)
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
#define S3C64XX_PA_USB_HSPHY (0x7C100000) #define S3C64XX_PA_USB_HSPHY (0x7C100000)
/* compatibiltiy defines. */ /* compatibility defines. */
#define S3C_PA_TIMER S3C64XX_PA_TIMER #define S3C_PA_TIMER S3C64XX_PA_TIMER
#define S3C_PA_HSMMC0 S3C64XX_PA_HSMMC0 #define S3C_PA_HSMMC0 S3C64XX_PA_HSMMC0
#define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1 #define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1
......
...@@ -39,7 +39,7 @@ struct s3c2410_iobank_timing { ...@@ -39,7 +39,7 @@ struct s3c2410_iobank_timing {
unsigned int tacs; unsigned int tacs;
unsigned int tcos; unsigned int tcos;
unsigned int tacc; unsigned int tacc;
unsigned int tcoh; /* nCS hold afrer nOE/nWE */ unsigned int tcoh; /* nCS hold after nOE/nWE */
unsigned int tcah; /* Address hold after nCS */ unsigned int tcah; /* Address hold after nCS */
unsigned char nwait_en; /* nWait enabled for bank. */ unsigned char nwait_en; /* nWait enabled for bank. */
}; };
......
...@@ -48,7 +48,7 @@ struct s3c2410fb_display { ...@@ -48,7 +48,7 @@ struct s3c2410fb_display {
struct s3c2410fb_mach_info { struct s3c2410fb_mach_info {
struct s3c2410fb_display *displays; /* attached diplays info */ struct s3c2410fb_display *displays; /* attached displays info */
unsigned num_displays; /* number of defined displays */ unsigned num_displays; /* number of defined displays */
unsigned default_display; unsigned default_display;
......
...@@ -35,7 +35,7 @@ struct samsung_gpio_chip; ...@@ -35,7 +35,7 @@ struct samsung_gpio_chip;
* struct samsung_gpio_cfg GPIO configuration * struct samsung_gpio_cfg GPIO configuration
* @cfg_eint: Configuration setting when used for external interrupt source * @cfg_eint: Configuration setting when used for external interrupt source
* @get_pull: Read the current pull configuration for the GPIO * @get_pull: Read the current pull configuration for the GPIO
* @set_pull: Set the current pull configuraiton for the GPIO * @set_pull: Set the current pull configuration for the GPIO
* @set_config: Set the current configuration for the GPIO * @set_config: Set the current configuration for the GPIO
* @get_config: Read the current configuration for the GPIO * @get_config: Read the current configuration for the GPIO
* *
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* http://armlinux.simtec.co.uk * http://armlinux.simtec.co.uk
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* S3C Power Mangament - suspend/resume memory corruptiuon check. * S3C Power Mangament - suspend/resume memory corruption check.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright (c) 2008 Simtec Electronics * Copyright (c) 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> * Ben Dooks <ben@simtec.co.uk>
* *
* Coyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
* *
* Watchdog reset support for Samsung SoCs. * Watchdog reset support for Samsung SoCs.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment