isert: Declare a local function static

Detected by checkpatch.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6354 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-16 23:55:52 +00:00
parent eb10fe3f7d
commit 612fac9874
+2 -2
View File
@@ -45,7 +45,7 @@
static DEFINE_MUTEX(dev_list_mutex);
void isert_portal_free(struct isert_portal *portal);
static void isert_portal_free(struct isert_portal *portal);
static int isert_num_recv_posted_on_err(struct ib_recv_wr *first_ib_wr,
struct ib_recv_wr *bad_wr)
@@ -1658,7 +1658,7 @@ out:
return err;
}
void isert_portal_free(struct isert_portal *portal)
static void isert_portal_free(struct isert_portal *portal)
{
lockdep_assert_held(&dev_list_mutex);