diff options
author | Wayne Porter <wporter82@gmail.com> | 2016-10-11 21:56:46 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-16 10:27:04 +0200 |
commit | c8b07957c4a35acc5df9c4dd342a0bdef19125d6 (patch) | |
tree | a48f507fddc69633b780498e4aa331fdd6db1752 /drivers/staging/rts5208 | |
parent | 379dfd326906da52e689b51fef4bc66e23e6a9c4 (diff) | |
download | lwn-c8b07957c4a35acc5df9c4dd342a0bdef19125d6.tar.gz lwn-c8b07957c4a35acc5df9c4dd342a0bdef19125d6.zip |
staging: rts5208: rtsx.c: Alignment
Fix to match open parenthesis in order to satisfy checkpatch
Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208')
-rw-r--r-- | drivers/staging/rts5208/rtsx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index aa650beddc54..5d10182ffb81 100644 --- a/drivers/staging/rts5208/rtsx.c +++ b/drivers/staging/rts5208/rtsx.c @@ -125,7 +125,7 @@ static int slave_configure(struct scsi_device *sdev) /* queue a command */ /* This is always called with scsi_lock(host) held */ static int queuecommand_lck(struct scsi_cmnd *srb, - void (*done)(struct scsi_cmnd *)) + void (*done)(struct scsi_cmnd *)) { struct rtsx_dev *dev = host_to_rtsx(srb->device->host); struct rtsx_chip *chip = dev->chip; @@ -844,7 +844,7 @@ static void rtsx_init_options(struct rtsx_chip *chip) } static int rtsx_probe(struct pci_dev *pci, - const struct pci_device_id *pci_id) + const struct pci_device_id *pci_id) { struct Scsi_Host *host; struct rtsx_dev *dev; |