aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r--drivers/block/cciss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index b9c786ee6fad..cf39cf9aac25 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