]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: SAMSUNG: Fix typos
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 11:51:23 +0000 (13:51 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 30 May 2016 07:13:11 +0000 (09:13 +0200)
Fix some language typos in comments.

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/mach-s3c24xx/include/mach/regs-gpio.h
arch/arm/mach-s3c24xx/iotiming-s3c2410.c
arch/arm/mach-s3c24xx/mach-n30.c
arch/arm/mach-s3c24xx/mach-osiris-dvs.c
arch/arm/mach-s3c64xx/include/mach/map.h
arch/arm/plat-samsung/include/plat/cpu-freq-core.h
arch/arm/plat-samsung/include/plat/fb-s3c2410.h
arch/arm/plat-samsung/include/plat/gpio-cfg.h
arch/arm/plat-samsung/pm-check.c
arch/arm/plat-samsung/watchdog-reset.c

index c6583cfa58359b91295d8dd64243ba4c1e2f0367..0d622f3b57a5710ce36c4e689dc1e83416d642e4 100644 (file)
 #define S3C24XX_EXTINT1           S3C24XX_GPIOREG2(0x8C)
 #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_EINFLT1           S3C2410_GPIOREG(0x98)
 #define S3C2410_EINFLT2           S3C2410_GPIOREG(0x9C)
index 4cd13ab6496b0c44874a6990e0b6c85da16e0340..65e5f9cb650fa4572a62b3dd7ece68db0526678a 100644 (file)
@@ -423,7 +423,7 @@ void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg,
  * @timings: The IO timing information to fill out.
  *
  * 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
  * as necessary.
  *
index 171c1f11fd224bde7c97196c54294028805a3c0c..070a0d0714a5e169d59e75487970f809122ddc2b 100644 (file)
@@ -522,7 +522,7 @@ static void __init n30_hwinit(void)
         *
         * 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
-        * 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.
         */
        __raw_writel(0x0028aaaa, S3C2410_GPHCON);
index ce2db235dbafbc7743777c0a3e1f6b40b88af01b..262ab07447483aa810dda25b139cd81be61d2d68 100644 (file)
@@ -143,7 +143,7 @@ static int osiris_dvs_remove(struct platform_device *pdev)
        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. */
 
 static int osiris_dvs_suspend(struct device *dev)
index f55ccb1ce893b888c4cf2031611f22f52a8620ee..d51873e8f63f87f4a20ec316078eaab3185fae5d 100644 (file)
@@ -99,7 +99,7 @@
 
 #define S3C64XX_PA_USB_HSPHY   (0x7C100000)
 
-/* compatibiltiy defines. */
+/* compatibility defines. */
 #define S3C_PA_TIMER           S3C64XX_PA_TIMER
 #define S3C_PA_HSMMC0          S3C64XX_PA_HSMMC0
 #define S3C_PA_HSMMC1          S3C64XX_PA_HSMMC1
index 317c523032888690bb4fb9832c13908edd47204a..37cf20e04aff23e633688d10379fd7381ffde4d4 100644 (file)
@@ -39,7 +39,7 @@ struct s3c2410_iobank_timing {
        unsigned int    tacs;
        unsigned int    tcos;
        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 char   nwait_en;       /* nWait enabled for bank. */
 };
index 4e5d9588b5baaca84299ec164078a88e11f5d2ff..1f2972a74e9fce64c4064bbf134855cd490c8aa7 100644 (file)
@@ -48,7 +48,7 @@ struct s3c2410fb_display {
 
 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 default_display;
 
index b5294eff18b5c7f7decd9cb842a7cf4adaa208f3..21391faab068b5eb6bc027af7874f1e0defd8471 100644 (file)
@@ -35,7 +35,7 @@ struct samsung_gpio_chip;
  * struct samsung_gpio_cfg GPIO configuration
  * @cfg_eint: Configuration setting when used for external interrupt source
  * @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
  * @get_config: Read the current configuration for the GPIO
  *
index 70f2f699bed3efe0802def3dc879cdd8e8857a05..d63516374f7cfe184ddbffca0e651182ac497fd1 100644 (file)
@@ -5,7 +5,7 @@
  *     http://armlinux.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
  * it under the terms of the GNU General Public License version 2 as
index 2ecb50bea04462c89ebb471273c4dcbcdfb5b85a..307d8ad96a78fb22d92721ae8bc3031133cad301 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2008 Simtec Electronics
  *     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.
  *