···156156 if (!memcmp(oob, erased_pattern, SM_OOB_SIZE))157157 return -1;158158159159- /* Now check is both copies of the LBA differ too much */159159+ /* Now check if both copies of the LBA differ too much */160160 lba_test = *(uint16_t *)oob->lba_copy1 ^ *(uint16_t*)oob->lba_copy2;161161 if (lba_test && !is_power_of_2(lba_test))162162 return -2;