]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/wd7000.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[~andy/linux] / drivers / scsi / wd7000.c
index db451ae0a36811427165b9d0431d3b38d356ec8e..9ee0afef2d161f1c63d1ffdef321e33794b041aa 100644 (file)
@@ -837,7 +837,7 @@ static inline Scb *alloc_scbs(struct Scsi_Host *host, int needed)
                }
        }
 
-       /* Take the lock, then check we didnt get beaten, if so try again */
+       /* Take the lock, then check we didn't get beaten, if so try again */
        spin_lock_irqsave(&scbpool_lock, flags);
        if (freescbs < needed) {
                spin_unlock_irqrestore(&scbpool_lock, flags);