diff options
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 0d65394707db..62b6f9da60b2 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -2137,7 +2137,7 @@ static void start_io( ctlr_info_t *h) | |||
2137 | break; | 2137 | break; |
2138 | } | 2138 | } |
2139 | 2139 | ||
2140 | /* Get the frist entry from the Request Q */ | 2140 | /* Get the first entry from the Request Q */ |
2141 | removeQ(&(h->reqQ), c); | 2141 | removeQ(&(h->reqQ), c); |
2142 | h->Qdepth--; | 2142 | h->Qdepth--; |
2143 | 2143 | ||