From: Kevin Barnett Date: Wed, 31 Aug 2016 19:54:59 +0000 (-0500) Subject: scsi: smartpqi: minor function reformating X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df7a1fcfc4761e658b60739e2ff4cd148afcae89;p=linux-beck.git scsi: smartpqi: minor function reformating reformatted pqi_num_elements_free() to match the rest of the driver Reviewed-by: Scott Teel Reviewed-by: Scott Benesh Reviewed-by: Tomas Henzl Signed-off-by: Kevin Barnett Signed-off-by: Don Brace Reviewed-by: Johannes Thumshirn Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index ea822b19b349..bfd2d75463c5 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c @@ -2576,8 +2576,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;