Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -779,7 +779,7 @@ claw_irq_handler(struct ccw_device *cdev,
|
||||
case CLAW_START_WRITE:
|
||||
if (p_ch->irb->scsw.cmd.dstat & DEV_STAT_UNIT_CHECK) {
|
||||
dev_info(&cdev->dev,
|
||||
"%s: Unit Check Occured in "
|
||||
"%s: Unit Check Occurred in "
|
||||
"write channel\n", dev->name);
|
||||
clear_bit(0, (void *)&p_ch->IO_active);
|
||||
if (p_ch->irb->ecw[0] & 0x80) {
|
||||
|
@@ -184,7 +184,7 @@ static void ctcmpc_chx_resend(fsm_instance *, int, void *);
|
||||
static void ctcmpc_chx_send_sweep(fsm_instance *fsm, int event, void *arg);
|
||||
|
||||
/**
|
||||
* Check return code of a preceeding ccw_device call, halt_IO etc...
|
||||
* Check return code of a preceding ccw_device call, halt_IO etc...
|
||||
*
|
||||
* ch : The channel, the error belongs to.
|
||||
* Returns the error code (!= 0) to inspect.
|
||||
|
@@ -1123,7 +1123,7 @@ list_modified:
|
||||
list_for_each_entry_safe(ipm, tmp, &card->ipm_list, list){
|
||||
switch (ipm->ipm_state) {
|
||||
case LCS_IPM_STATE_SET_REQUIRED:
|
||||
/* del from ipm_list so noone else can tamper with
|
||||
/* del from ipm_list so no one else can tamper with
|
||||
* this entry */
|
||||
list_del_init(&ipm->list);
|
||||
spin_unlock_irqrestore(&card->ipm_lock, flags);
|
||||
|
@@ -1107,7 +1107,7 @@ static int qeth_setup_card(struct qeth_card *card)
|
||||
INIT_LIST_HEAD(card->ip_tbd_list);
|
||||
INIT_LIST_HEAD(&card->cmd_waiter_list);
|
||||
init_waitqueue_head(&card->wait_q);
|
||||
/* intial options */
|
||||
/* initial options */
|
||||
qeth_set_intial_options(card);
|
||||
/* IP address takeover */
|
||||
INIT_LIST_HEAD(&card->ipato.entries);
|
||||
|
Reference in New Issue
Block a user