]> git.sur5r.net Git - u-boot/commitdiff
Fix spelling of "resetting".
authorVagrant Cascadian <vagrant@debian.org>
Mon, 24 Oct 2016 03:45:19 +0000 (20:45 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2016 14:13:17 +0000 (10:13 -0400)
Cover-Letter: Fixes several spelling errors for the words "resetting",
  "extended", "occur", and "multiple".

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-exynos/dmc_init_ddr3.c
arch/arm/mach-socfpga/misc.c
arch/mips/mach-au1x00/au1x00_usb_ohci.c
arch/powerpc/cpu/mpc5xxx/usb_ohci.c
arch/powerpc/cpu/ppc4xx/usb_ohci.c
drivers/net/fec_mxc.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-s3c24xx.c
include/vsprintf.h

index 25a9df936479c8ce18a01e5b676e81ea096294e2..6a5d26cc69dbe7952c1a98416b9a4315a56c3451 100644 (file)
@@ -618,7 +618,7 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
                /*
                 * Send NOP, MRS and ZQINIT commands
                 * Sending MRS command will reset the DRAM. We should not be
-                * reseting the DRAM after resume, this will lead to memory
+                * resetting the DRAM after resume, this will lead to memory
                 * corruption as DRAM content is lost after DRAM reset
                 */
                dmc_config_mrs(mem, &drex0->directcmd);
index 5cbd8a432558207e776d7f02dd5958ea20753465..dd6b53b24df06a8162c8e16bd6765e55c57d3a78 100644 (file)
@@ -362,7 +362,7 @@ int arch_early_init_r(void)
         * issuing warm reset. The ancient kernel code expects this
         * value to be written into the register by the bootloader, so
         * to support that old code, we write it here instead of in the
-        * reset_cpu() function just before reseting the CPU.
+        * reset_cpu() function just before resetting the CPU.
         */
        writel(0xae9efebc, &sysmgr_regs->romcodegrp_warmramgrp_enable);
 
index 42484e57121fbf1e84da8299d73b9c35e764b873..088e61210523105ad20d5a9de9779d8a0f670c5b 100644 (file)
@@ -671,7 +671,8 @@ static void td_submit_job (struct usb_device *dev, unsigned long pipe, void *buf
        __u32 info = 0;
        unsigned int toggle = 0;
 
-       /* OHCI handles the DATA-toggles itself, we just use the USB-toggle bits for reseting */
+       /* OHCI handles the DATA-toggles itself, we just use the
+          USB-toggle bits for resetting */
        if(usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
                toggle = TD_T_TOGGLE;
        } else {
index b7c1b5594a003a4c7b28f98ec3db67d48d199061..cf36954fe7e6c4efa722b9583eb105a7887fe69b 100644 (file)
@@ -670,7 +670,8 @@ static void td_submit_job (struct usb_device *dev, unsigned long pipe, void *buf
        __u32 info = 0;
        unsigned int toggle = 0;
 
-       /* OHCI handles the DATA-toggles itself, we just use the USB-toggle bits for reseting */
+       /* OHCI handles the DATA-toggles itself, we just use the
+          USB-toggle bits for resetting */
        if(usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
                toggle = TD_T_TOGGLE;
        } else {
index 65a0675446e5bf41030d80e8dea1c1c2e18f76c5..27423e377927c98d5ca501877986c6337014e78b 100644 (file)
@@ -673,7 +673,8 @@ static void td_submit_job (struct usb_device *dev, unsigned long pipe, void *buf
        __u32 info = 0;
        unsigned int toggle = 0;
 
-       /* OHCI handles the DATA-toggles itself, we just use the USB-toggle bits for reseting */
+       /* OHCI handles the DATA-toggles itself, we just use the
+          USB-toggle bits for resetting */
        if(usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
                toggle = TD_T_TOGGLE;
        } else {
index 8e3b83986501b4194d3af4cd37aa4c60c55b13af..84021ea5bec553fba2469be9867ecf1af7abbcb7 100644 (file)
@@ -1024,7 +1024,7 @@ static int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr,
        start = get_timer(0);
        while (readl(&fec->eth->ecntrl) & FEC_ECNTRL_RESET) {
                if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
-                       printf("FEC MXC: Timeout reseting chip\n");
+                       printf("FEC MXC: Timeout resetting chip\n");
                        goto err4;
                }
                udelay(10);
index 0f6d03ec3bca7703ef89719bea78552856570265..80cfe11290e212d40e755a112509fcd20a6eb0ac 100644 (file)
@@ -964,7 +964,7 @@ static void td_submit_job(ohci_t *ohci, struct usb_device *dev,
        flush_dcache_buffer(buffer, data_len);
 
        /* OHCI handles the DATA-toggles itself, we just use the USB-toggle
-        * bits for reseting */
+        * bits for resetting */
        if (usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
                toggle = TD_T_TOGGLE;
        } else {
index 8bb2275c09473a6e9a8e15486ea44e9849d05633..28b9ab51769013cbc1c8967dc586ba0c04b57dda 100644 (file)
@@ -677,7 +677,7 @@ static void td_submit_job(struct usb_device *dev, unsigned long pipe,
        unsigned int toggle = 0;
 
        /* OHCI handles the DATA-toggles itself, we just
-          use the USB-toggle bits for reseting */
+          use the USB-toggle bits for resetting */
        if (usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe))) {
                toggle = TD_T_TOGGLE;
        } else {
index 60e91d119eeed301799b3321d36d1616cdb9ae91..e38076d22d4ff7d4aa2415430ee0328942041ab4 100644 (file)
@@ -72,7 +72,7 @@ long trailing_strtoln(const char *str, const char *end);
  * panic() - Print a message and reset/hang
  *
  * Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
- * defined, then it will hang instead of reseting.
+ * defined, then it will hang instead of resetting.
  *
  * @param fmt: printf() format string for message, which should not include
  *             \n, followed by arguments
@@ -84,7 +84,7 @@ void panic(const char *fmt, ...)
  * panic_str() - Print a message and reset/hang
  *
  * Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
- * defined, then it will hang instead of reseting.
+ * defined, then it will hang instead of resetting.
  *
  * This function can be used instead of panic() when your board does not
  * already use printf(), * to keep code size small.