]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/atp870u.c
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[~andy/linux] / drivers / scsi / atp870u.c
index 76029d570beb8634c121c47f6a7eb5e906df9a14..7e6eca4a125e91f75c55280dbbc34ee3d03a9010 100644 (file)
@@ -1228,7 +1228,7 @@ TCM_5:                    /* isolation complete..  */
        printk(" \n%x %x %x %s\n ",assignid_map,mbuf[0],mbuf[1],&mbuf[2]); */
        i = 15;
        j = mbuf[0];
-       if ((j & 0x20) != 0) {  /* bit5=1:ID upto 7      */
+       if ((j & 0x20) != 0) {  /* bit5=1:ID up to 7      */
                i = 7;
        }
        if ((j & 0x06) == 0) {  /* IDvalid?             */