Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5ec7f86 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[SCSI] isci: fix checkpatch errors

parent 5b45b69c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -34,8 +34,9 @@
#include "task.h"
#include "probe_roms.h"

static efi_char16_t isci_efivar_name[] =
			{'R', 's', 't', 'S', 'c', 'u', 'O'};
static efi_char16_t isci_efivar_name[] = {
	'R', 's', 't', 'S', 'c', 'u', 'O'
};

struct isci_orom *isci_request_oprom(struct pci_dev *pdev)
{
@@ -182,7 +183,7 @@ struct isci_orom *isci_get_efi_var(struct pci_dev *pdev)
	struct isci_oem_hdr *oem_hdr;
	u8 *tmp, sum;
	int j;
	ssize_t data_len;
	unsigned long data_len;
	u8 *efi_data;
	u32 efi_attrib = 0;

+36 −35
Original line number Diff line number Diff line
@@ -101,7 +101,8 @@ static void isci_task_refuse(struct isci_host *ihost, struct sas_task *task,
		break;

	case isci_perform_aborted_io_completion:
			/* No notification because this request is already in the
		/*
		 * No notification because this request is already in the
		 * abort path.
		 */
		dev_dbg(&ihost->pdev->dev,
@@ -1115,9 +1116,9 @@ int isci_task_abort_task(struct sas_task *task)
				__func__, task);
		}
		goto out;
	}
	else
	} else {
		spin_unlock_irqrestore(&task->task_state_lock, flags);
	}

	spin_lock_irqsave(&isci_host->scic_lock, flags);

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.