tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
6aaccece1c
commit
b595076a18
@@ -257,7 +257,7 @@ static u32 get_card_status(struct mmc_card *card, struct request *req)
|
||||
cmd.flags = MMC_RSP_SPI_R2 | MMC_RSP_R1 | MMC_CMD_AC;
|
||||
err = mmc_wait_for_cmd(card->host, &cmd, 0);
|
||||
if (err)
|
||||
printk(KERN_ERR "%s: error %d sending status comand",
|
||||
printk(KERN_ERR "%s: error %d sending status command",
|
||||
req->rq_disk->disk_name, err);
|
||||
return cmd.resp[0];
|
||||
}
|
||||
|
@@ -462,7 +462,7 @@ config MMC_SH_MMCIF
|
||||
tristate "SuperH Internal MMCIF support"
|
||||
depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE)
|
||||
help
|
||||
This selects the MMC Host Interface controler (MMCIF).
|
||||
This selects the MMC Host Interface controller (MMCIF).
|
||||
|
||||
This driver supports MMCIF in sh7724/sh7757/sh7372.
|
||||
|
||||
|
@@ -192,7 +192,7 @@ static inline void SEND_STOP(struct au1xmmc_host *host)
|
||||
au_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host));
|
||||
au_sync();
|
||||
|
||||
/* Send the stop commmand */
|
||||
/* Send the stop command */
|
||||
au_writel(STOP_CMD, HOST_CMD(host));
|
||||
}
|
||||
|
||||
|
@@ -446,7 +446,7 @@ static int sdricoh_init_mmc(struct pci_dev *pci_dev,
|
||||
mmc->max_seg_size = 1024 * 512;
|
||||
mmc->max_blk_size = 512;
|
||||
|
||||
/* reset the controler */
|
||||
/* reset the controller */
|
||||
if (sdricoh_reset(host)) {
|
||||
dev_dbg(dev, "could not reset\n");
|
||||
result = -EIO;
|
||||
@@ -478,7 +478,7 @@ static int sdricoh_pcmcia_probe(struct pcmcia_device *pcmcia_dev)
|
||||
dev_info(&pcmcia_dev->dev, "Searching MMC controller for pcmcia device"
|
||||
" %s %s ...\n", pcmcia_dev->prod_id[0], pcmcia_dev->prod_id[1]);
|
||||
|
||||
/* search pci cardbus bridge that contains the mmc controler */
|
||||
/* search pci cardbus bridge that contains the mmc controller */
|
||||
/* the io region is already claimed by yenta_socket... */
|
||||
while ((pci_dev =
|
||||
pci_get_device(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C476,
|
||||
|
Reference in New Issue
Block a user