Commit 6075416c authored by Sergey Shtylyov's avatar Sergey Shtylyov Committed by Martin K. Petersen

scsi: aha1542: Kill trailing whitespace

Some source lines (mostly the comments) in this driver end with spaces, as
reported by 'scripts/checkpatch.pl'. Trim these lines.

Link: https://lore.kernel.org/r/59829052-4932-4ea3-b504-857bbb19e6a0@omprussia.ruReviewed-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarSergey Shtylyov <s.shtylyov@omprussia.ru>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 5637d5b7
...@@ -894,9 +894,9 @@ static int aha1542_dev_reset(struct scsi_cmnd *cmd) ...@@ -894,9 +894,9 @@ static int aha1542_dev_reset(struct scsi_cmnd *cmd)
ccb[mbo].linkptr[0] = ccb[mbo].linkptr[1] = ccb[mbo].linkptr[2] = 0; ccb[mbo].linkptr[0] = ccb[mbo].linkptr[1] = ccb[mbo].linkptr[2] = 0;
ccb[mbo].commlinkid = 0; ccb[mbo].commlinkid = 0;
/* /*
* Now tell the 1542 to flush all pending commands for this * Now tell the 1542 to flush all pending commands for this
* target * target
*/ */
aha1542_outb(sh->io_port, CMD_START_SCSI); aha1542_outb(sh->io_port, CMD_START_SCSI);
spin_unlock_irqrestore(sh->host_lock, flags); spin_unlock_irqrestore(sh->host_lock, flags);
...@@ -915,7 +915,7 @@ static int aha1542_reset(struct scsi_cmnd *cmd, u8 reset_cmd) ...@@ -915,7 +915,7 @@ static int aha1542_reset(struct scsi_cmnd *cmd, u8 reset_cmd)
int i; int i;
spin_lock_irqsave(sh->host_lock, flags); spin_lock_irqsave(sh->host_lock, flags);
/* /*
* This does a scsi reset for all devices on the bus. * This does a scsi reset for all devices on the bus.
* In principle, we could also reset the 1542 - should * In principle, we could also reset the 1542 - should
* we do this? Try this first, and we can add that later * we do this? Try this first, and we can add that later
...@@ -939,7 +939,7 @@ static int aha1542_reset(struct scsi_cmnd *cmd, u8 reset_cmd) ...@@ -939,7 +939,7 @@ static int aha1542_reset(struct scsi_cmnd *cmd, u8 reset_cmd)
/* /*
* Now try to pick up the pieces. For all pending commands, * Now try to pick up the pieces. For all pending commands,
* free any internal data structures, and basically clear things * free any internal data structures, and basically clear things
* out. We do not try and restart any commands or anything - * out. We do not try and restart any commands or anything -
* the strategy handler takes care of that crap. * the strategy handler takes care of that crap.
*/ */
shost_printk(KERN_WARNING, cmd->device->host, "Sent BUS RESET to scsi host %d\n", cmd->device->host->host_no); shost_printk(KERN_WARNING, cmd->device->host, "Sent BUS RESET to scsi host %d\n", cmd->device->host->host_no);
...@@ -1008,10 +1008,10 @@ static struct scsi_host_template driver_template = { ...@@ -1008,10 +1008,10 @@ static struct scsi_host_template driver_template = {
.eh_bus_reset_handler = aha1542_bus_reset, .eh_bus_reset_handler = aha1542_bus_reset,
.eh_host_reset_handler = aha1542_host_reset, .eh_host_reset_handler = aha1542_host_reset,
.bios_param = aha1542_biosparam, .bios_param = aha1542_biosparam,
.can_queue = AHA1542_MAILBOXES, .can_queue = AHA1542_MAILBOXES,
.this_id = 7, .this_id = 7,
.sg_tablesize = 16, .sg_tablesize = 16,
.unchecked_isa_dma = 1, .unchecked_isa_dma = 1,
}; };
static int aha1542_isa_match(struct device *pdev, unsigned int ndev) static int aha1542_isa_match(struct device *pdev, unsigned int ndev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment