]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
scsi: smartpqi: minor function reformating
authorKevin Barnett <kevin.barnett@microsemi.com>
Wed, 31 Aug 2016 19:54:59 +0000 (14:54 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 20 Jan 2017 05:35:00 +0000 (21:35 -0800)
Orabug: 25144431

reformatted pqi_num_elements_free() to match the rest of the driver

Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit df7a1fcfc4761e658b60739e2ff4cd148afcae89)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/scsi/smartpqi/smartpqi_init.c

index bcabcbb03d43bd3b741c2e35ecd96cccbf924dd4..ac46ef499f9e7b04b88000480fff9f4f5ddff228 100644 (file)
@@ -2588,8 +2588,7 @@ static unsigned int pqi_process_io_intr(struct pqi_ctrl_info *ctrl_info,
 }
 
 static inline unsigned int pqi_num_elements_free(unsigned int pi,
-                                               unsigned int ci,
-                                               unsigned int elements_in_queue)
+       unsigned int ci, unsigned int elements_in_queue)
 {
        unsigned int num_elements_used;