Merge branch '2022-01-13-assorted-spelling-fixes'

- Fix a large number of spelling mistakes
This commit is contained in:
Tom Rini 2022-01-13 07:57:56 -05:00
commit 43304e49fe
27 changed files with 27 additions and 27 deletions

View file

@ -249,7 +249,7 @@ int setup_serdes_volt(u32 svdd)
/*
* If SVDD set failed, will not return directly, so that the
* serdes lanes can complete reseting.
* serdes lanes can complete resetting.
*/
ret = set_serdes_volt(svdd_tar);
if (ret)

View file

@ -194,7 +194,7 @@ int bcm2711_notify_vl805_reset(void)
ret = bcm2835_mbox_call_prop(BCM2835_MBOX_PROP_CHAN,
&msg_notify_vl805_reset->hdr);
if (ret) {
printf("bcm2711: Faild to load vl805's firmware, %d\n", ret);
printf("bcm2711: Failed to load vl805's firmware, %d\n", ret);
return -EIO;
}

View file

@ -344,7 +344,7 @@ void ddr3_check_ecc_int(u32 base)
puts("DDR3 ECC 2-bit error interrupted\n");
if (!ecc_test) {
puts("Reseting the device ...\n");
puts("Resetting the device ...\n");
reset_cpu();
}
}

View file

@ -1012,7 +1012,7 @@ config CMD_IDE
select IDE
help
Provides an 'ide' command which allows accessing the IDE drive,
reseting the IDE interface, printing the partition table and
resetting the IDE interface, printing the partition table and
geting device info. It also enables the 'diskboot' command which
permits booting from an IDE drive.

View file

@ -1430,7 +1430,7 @@ int fdt_get_dma_range(const void *blob, int node, phys_addr_t *cpu,
node = parent;
parent = fdt_parent_offset(blob, node);
if (parent < 0) {
printf("Found dma-ranges in root node, shoudln't happen\n");
printf("Found dma-ranges in root node, shouldn't happen\n");
ret = -EINVAL;
goto out;
}

View file

@ -57,7 +57,7 @@ static int clk_of_xlate_default(struct clk *clk,
debug("%s(clk=%p)\n", __func__, clk);
if (args->args_count > 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -703,7 +703,7 @@ static int stm32_clk_of_xlate(struct clk *clk, struct ofnode_phandle_args *args)
dev_dbg(clk->dev, "clk=%p\n", clk);
if (args->args_count != 2) {
dev_dbg(clk->dev, "Invaild args_count: %d\n", args->args_count);
dev_dbg(clk->dev, "Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -835,7 +835,7 @@ static int stm32_clk_of_xlate(struct clk *clk,
struct ofnode_phandle_args *args)
{
if (args->args_count != 1) {
dev_dbg(clk->dev, "Invaild args_count: %d\n", args->args_count);
dev_dbg(clk->dev, "Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -627,7 +627,7 @@ static int vc5_clk_out_xlate(struct clk *hw, struct ofnode_phandle_args *args)
unsigned int idx = args->args[0];
if (args->args_count != 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -256,7 +256,7 @@ static ulong gen2_clk_set_rate(struct clk *clk, ulong rate)
static int gen2_clk_of_xlate(struct clk *clk, struct ofnode_phandle_args *args)
{
if (args->args_count != 2) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -365,7 +365,7 @@ static ulong gen3_clk_set_rate(struct clk *clk, ulong rate)
static int gen3_clk_of_xlate(struct clk *clk, struct ofnode_phandle_args *args)
{
if (args->args_count != 2) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -83,7 +83,7 @@ static int clk_ti_ctrl_of_xlate(struct clk *clk,
struct ofnode_phandle_args *args)
{
if (args->args_count != 2) {
dev_err(clk->dev, "invaild args_count: %d\n", args->args_count);
dev_err(clk->dev, "invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -367,7 +367,7 @@ int of_get_dma_range(const struct device_node *dev, phys_addr_t *cpu,
/* switch to that node */
parent = of_get_parent(dev);
if (!parent) {
printf("Found dma-ranges in root node, shoudln't happen\n");
printf("Found dma-ranges in root node, shouldn't happen\n");
ret = -EINVAL;
goto out;
}

View file

@ -2770,7 +2770,7 @@ rw_mgr_mem_calibrate_dqs_enable_calibration(struct socfpga_sdrseq *seq,
ret = rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase(seq, rw_group);
debug_cond(DLEVEL >= 1,
"%s:%d: g=%u found=%u; Reseting delay chain to zero\n",
"%s:%d: g=%u found=%u; Resetting delay chain to zero\n",
__func__, __LINE__, rw_group, !ret);
for (r = 0; r < seq->rwcfg->mem_number_of_ranks;

View file

@ -35,7 +35,7 @@ static int dma_of_xlate_default(struct dma *dma,
debug("%s(dma=%p)\n", __func__, dma);
if (args->args_count > 1) {
pr_err("Invaild args_count: %d\n", args->args_count);
pr_err("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -25,7 +25,7 @@ static int hwspinlock_of_xlate_default(struct hwspinlock *hws,
struct ofnode_phandle_args *args)
{
if (args->args_count > 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -116,7 +116,7 @@ static int k3_sec_proxy_of_xlate(struct mbox_chan *chan,
debug("%s(chan=%p)\n", __func__, chan);
if (args->args_count != 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}
ind = args->args[0];

View file

@ -24,7 +24,7 @@ static int mbox_of_xlate_default(struct mbox_chan *chan,
debug("%s(chan=%p)\n", __func__, chan);
if (args->args_count != 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -77,7 +77,7 @@ static int tegra_hsp_of_xlate(struct mbox_chan *chan,
debug("%s(chan=%p)\n", __func__, chan);
if (args->args_count != 2) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -89,7 +89,7 @@ static int irq_of_xlate_default(struct irq *irq,
log_debug("(irq=%p)\n", irq);
if (args->args_count > 1) {
log_debug("Invaild args_count: %d\n", args->args_count);
log_debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -953,7 +953,7 @@ retry:
* Check, if the total number of blocks is correct
*/
if (be32_to_cpu(vh->used_ebs) != last) {
ubi_dbg("Block count missmatch.");
ubi_dbg("Block count mismatch.");
ubi_dbg("vh->used_ebs: %d nrblocks: %d",
be32_to_cpu(vh->used_ebs), last);
generic_set_bit(pnum, ubi->corrupt);

View file

@ -130,7 +130,7 @@ static int mux_of_xlate_default(struct mux_chip *mux_chip,
log_debug("%s(muxp=%p)\n", __func__, muxp);
if (args->args_count > 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -1465,7 +1465,7 @@ static int fecmxc_probe(struct udevice *dev)
start = get_timer(0);
while (readl(&priv->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 err_timeout;
}
udelay(10);

View file

@ -23,7 +23,7 @@ static int generic_phy_xlate_offs_flags(struct phy *phy,
debug("%s(phy=%p)\n", __func__, phy);
if (args->args_count > 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -26,7 +26,7 @@ static int reset_of_xlate_default(struct reset_ctl *reset_ctl,
debug("%s(reset_ctl=%p)\n", __func__, reset_ctl);
if (args->args_count != 1) {
debug("Invaild args_count: %d\n", args->args_count);
debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}

View file

@ -461,7 +461,7 @@ static void reconfig_usbd(struct dwc2_udc *dev)
u32 max_hw_ep;
int pdata_hw_ep;
debug("Reseting OTG controller\n");
debug("Resetting OTG controller\n");
dflt_gusbcfg =
0<<15 /* PHY Low Power Clock sel*/

View file

@ -269,7 +269,7 @@ static void musb_peri_ep0_set_address(void)
__PRETTY_FUNCTION__, udc_device->address);
} else {
if (debug_level > 0)
serial_printf("ERROR : %s Address missmatch "
serial_printf("ERROR : %s Address mismatch "
"sw %d vs hw %d\n",
__PRETTY_FUNCTION__,
udc_device->address, faddr);