]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: unisys: visorhba: remove inline keyword
authorSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Fri, 17 Mar 2017 15:26:58 +0000 (11:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Mar 2017 06:58:46 +0000 (07:58 +0100)
Removed inline keyword from the function complete_taskmgmt_command
in visorhba_main.c

Signed-off-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorhba/visorhba_main.c

index 4018d5a27a749fedf08f0330caa67ee5cc78c661..3df9c0e975e181e7f2f9f7d0ec0deeb9918f65ba 100644 (file)
@@ -686,8 +686,8 @@ static const struct file_operations info_debugfs_fops = {
  *     command. Wake up anyone waiting for it.
  *     Returns void
  */
-static inline void complete_taskmgmt_command
-(struct idr *idrtable, struct uiscmdrsp *cmdrsp, int result)
+static void complete_taskmgmt_command(struct idr *idrtable,
+                                     struct uiscmdrsp *cmdrsp, int result)
 {
        wait_queue_head_t *wq =
                idr_find(idrtable, cmdrsp->scsitaskmgmt.notify_handle);