Spelling fixes: lenght->length
Signed-off-by: Paulius Zaleckas <pauliusz@yahoo.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:

committed by
Adrian Bunk

szülő
0cadfc0953
commit
efad798b9f
@@ -173,13 +173,13 @@ struct st_fifo {
|
||||
|
||||
struct frame_cb {
|
||||
void *start; /* Start of frame in DMA mem */
|
||||
int len; /* Lenght of frame in DMA mem */
|
||||
int len; /* Length of frame in DMA mem */
|
||||
};
|
||||
|
||||
struct tx_fifo {
|
||||
struct frame_cb queue[MAX_TX_WINDOW]; /* Info about frames in queue */
|
||||
int ptr; /* Currently being sent */
|
||||
int len; /* Lenght of queue */
|
||||
int len; /* Length of queue */
|
||||
int free; /* Next free slot */
|
||||
void *tail; /* Next free start in DMA mem */
|
||||
};
|
||||
|
@@ -231,13 +231,13 @@ struct st_fifo {
|
||||
|
||||
struct frame_cb {
|
||||
void *start; /* Start of frame in DMA mem */
|
||||
int len; /* Lenght of frame in DMA mem */
|
||||
int len; /* Length of frame in DMA mem */
|
||||
};
|
||||
|
||||
struct tx_fifo {
|
||||
struct frame_cb queue[MAX_TX_WINDOW]; /* Info about frames in queue */
|
||||
int ptr; /* Currently being sent */
|
||||
int len; /* Lenght of queue */
|
||||
int len; /* Length of queue */
|
||||
int free; /* Next free slot */
|
||||
void *tail; /* Next free start in DMA mem */
|
||||
};
|
||||
|
@@ -54,13 +54,13 @@ struct st_fifo {
|
||||
|
||||
struct frame_cb {
|
||||
void *start; /* Start of frame in DMA mem */
|
||||
int len; /* Lenght of frame in DMA mem */
|
||||
int len; /* Length of frame in DMA mem */
|
||||
};
|
||||
|
||||
struct tx_fifo {
|
||||
struct frame_cb queue[MAX_TX_WINDOW + 2]; /* Info about frames in queue */
|
||||
int ptr; /* Currently being sent */
|
||||
int len; /* Lenght of queue */
|
||||
int len; /* Length of queue */
|
||||
int free; /* Next free slot */
|
||||
void *tail; /* Next free start in DMA mem */
|
||||
};
|
||||
|
Reference in New Issue
Block a user