diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 11:39:20 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 11:20:14 +0200 |
commit | 7c9d440e90c09c6c7b5c477217e491484d044353 (patch) | |
tree | 08b3127d8e2ff1e6fd96c0cccef2e01fa0e19678 /drivers/usb/otg | |
parent | dbc6221be7a2bf556fefe75ac939143d4e82ecaf (diff) | |
download | op-kernel-dev-7c9d440e90c09c6c7b5c477217e491484d044353.zip op-kernel-dev-7c9d440e90c09c6c7b5c477217e491484d044353.tar.gz |
treewide: transciever/transceiver spelling fixes
Just tyops.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/otg')
-rw-r--r-- | drivers/usb/otg/isp1301_omap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/otg/isp1301_omap.c b/drivers/usb/otg/isp1301_omap.c index 8c28225..ca9b690 100644 --- a/drivers/usb/otg/isp1301_omap.c +++ b/drivers/usb/otg/isp1301_omap.c @@ -660,7 +660,7 @@ static irqreturn_t omap_otg_irq(int irq, void *_isp) int ret = IRQ_NONE; struct isp1301 *isp = _isp; - /* update ISP1301 transciever from OTG controller */ + /* update ISP1301 transceiver from OTG controller */ if (otg_irq & OPRT_CHG) { omap_writew(OPRT_CHG, OTG_IRQ_SRC); isp1301_defer_work(isp, WORK_UPDATE_ISP); @@ -755,7 +755,7 @@ static irqreturn_t omap_otg_irq(int irq, void *_isp) omap_writew(A_VBUS_ERR, OTG_IRQ_SRC); ret = IRQ_HANDLED; - /* switch driver; the transciever code activates it, + /* switch driver; the transceiver code activates it, * ungating the udc clock or resuming OHCI. */ } else if (otg_irq & DRIVER_SWITCH) { |