···13091309 ub_state_done(sc, cmd, -EIO);1310131013111311 } else {13121312- printk(KERN_WARNING "%s: "13131313- "wrong command state %d\n",13121312+ printk(KERN_WARNING "%s: wrong command state %d\n",13141313 sc->name, cmd->state);13151314 ub_state_done(sc, cmd, -EINVAL);13161315 return;···15321533 return;15331534 }15341535 if (cmd->state != UB_CMDST_SENSE) {15351535- printk(KERN_WARNING "%s: "15361536- "sense done with bad cmd state %d\n",15361536+ printk(KERN_WARNING "%s: sense done with bad cmd state %d\n",15371537 sc->name, cmd->state);15381538 return;15391539 }···17361738}1737173917381740/*17391739- * This is called once a new disk was seen by the block layer or by ub_probe().17411741+ * This is called by check_disk_change if we reported a media change.17401742 * The main onjective here is to discover the features of the media such as17411743 * the capacity, read-only status, etc. USB storage generally does not17421744 * need to be spun up, but if we needed it, this would be the place.···21522154 }2153215521542156 if (ep_in == NULL || ep_out == NULL) {21552155- printk(KERN_NOTICE "%s: failed endpoint check\n",21562156- sc->name);21572157+ printk(KERN_NOTICE "%s: failed endpoint check\n", sc->name);21572158 return -ENODEV;21582159 }21592160···23692372 spin_unlock_irqrestore(&ub_lock, flags);2370237323712374 /*23722372- * Fence stall clearnings, operations triggered by unlinkings and so on.23752375+ * Fence stall clearings, operations triggered by unlinkings and so on.23732376 * We do not attempt to unlink any URBs, because we do not trust the23742377 * unlink paths in HC drivers. Also, we get -84 upon disconnect anyway.23752378 */···24322435 spin_unlock_irqrestore(sc->lock, flags);2433243624342437 /*24352435- * There is virtually no chance that other CPU runs times so long24382438+ * There is virtually no chance that other CPU runs a timeout so long24362439 * after ub_urb_complete should have called del_timer, but only if HCD24372440 * didn't forget to deliver a callback on unlink.24382441 */