From f9e6ba44ad2651b6314722dd69f7145d7c373e6c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 5 Dec 2008 13:54:00 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@603 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index 4bff7f867..4d7ef97c5 100644 --- a/qla2x00t/qla_os.c +++ b/qla2x00t/qla_os.c @@ -601,7 +601,7 @@ qla2x00_wait_for_hba_online(scsi_qla_host_t *ha) * Success (LOOP_READY) : 0 * Failed (LOOP_NOT_READY) : 1 */ -static int +static inline int qla2x00_wait_for_loop_ready(scsi_qla_host_t *ha) { int return_status = QLA_SUCCESS;