Commit 5a3a7658 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina

Comment typo fixes for 'descriptor'

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7044882e
...@@ -750,7 +750,7 @@ static void sh_chan_xfer_ld_queue(struct sh_dmae_chan *sh_chan) ...@@ -750,7 +750,7 @@ static void sh_chan_xfer_ld_queue(struct sh_dmae_chan *sh_chan)
return; return;
} }
/* Find the first not transferred desciptor */ /* Find the first not transferred descriptor */
list_for_each_entry(desc, &sh_chan->ld_queue, node) list_for_each_entry(desc, &sh_chan->ld_queue, node)
if (desc->mark == DESC_SUBMITTED) { if (desc->mark == DESC_SUBMITTED) {
dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n", dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n",
......
...@@ -265,7 +265,7 @@ struct atl1c_recv_ret_status { ...@@ -265,7 +265,7 @@ struct atl1c_recv_ret_status {
__le32 word3; __le32 word3;
}; };
/* RFD desciptor */ /* RFD descriptor */
struct atl1c_rx_free_desc { struct atl1c_rx_free_desc {
__le64 buffer_addr; __le64 buffer_addr;
}; };
...@@ -531,7 +531,7 @@ struct atl1c_rfd_ring { ...@@ -531,7 +531,7 @@ struct atl1c_rfd_ring {
struct atl1c_buffer *buffer_info; struct atl1c_buffer *buffer_info;
}; };
/* receive return desciptor (rrd) ring */ /* receive return descriptor (rrd) ring */
struct atl1c_rrd_ring { struct atl1c_rrd_ring {
void *desc; /* descriptor ring virtual address */ void *desc; /* descriptor ring virtual address */
dma_addr_t dma; /* descriptor ring physical address */ dma_addr_t dma; /* descriptor ring physical address */
......
...@@ -843,7 +843,7 @@ struct gem_txd { ...@@ -843,7 +843,7 @@ struct gem_txd {
/* GEM requires that RX descriptors are provided four at a time, /* GEM requires that RX descriptors are provided four at a time,
* aligned. Also, the RX ring may not wrap around. This means that * aligned. Also, the RX ring may not wrap around. This means that
* there will be at least 4 unused desciptor entries in the middle * there will be at least 4 unused descriptor entries in the middle
* of the RX ring at all times. * of the RX ring at all times.
* *
* Similar to HME, GEM assumes that it can write garbage bytes before * Similar to HME, GEM assumes that it can write garbage bytes before
......
...@@ -672,7 +672,7 @@ struct scb_data { ...@@ -672,7 +672,7 @@ struct scb_data {
/************************ Target Mode Definitions *****************************/ /************************ Target Mode Definitions *****************************/
/* /*
* Connection desciptor for select-in requests in target mode. * Connection descriptor for select-in requests in target mode.
*/ */
struct target_cmd { struct target_cmd {
uint8_t scsiid; /* Our ID and the initiator's ID */ uint8_t scsiid; /* Our ID and the initiator's ID */
......
...@@ -618,7 +618,7 @@ struct scb_data { ...@@ -618,7 +618,7 @@ struct scb_data {
/************************ Target Mode Definitions *****************************/ /************************ Target Mode Definitions *****************************/
/* /*
* Connection desciptor for select-in requests in target mode. * Connection descriptor for select-in requests in target mode.
*/ */
struct target_cmd { struct target_cmd {
uint8_t scsiid; /* Our ID and the initiator's ID */ uint8_t scsiid; /* Our ID and the initiator's ID */
......
...@@ -156,7 +156,7 @@ int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) ...@@ -156,7 +156,7 @@ int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf)
EXPORT_SYMBOL_GPL(wusbhc_rh_status_data); EXPORT_SYMBOL_GPL(wusbhc_rh_status_data);
/* /*
* Return the hub's desciptor * Return the hub's descriptor
* *
* NOTE: almost cut and paste from ehci-hub.c * NOTE: almost cut and paste from ehci-hub.c
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment