Removed two superfluous semicolons.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2128 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-15 07:33:41 +00:00
parent 8479d63551
commit 35dc0e55f2

View File

@@ -1350,7 +1350,7 @@ static struct scst_aen *scst_alloc_aen(struct scst_session *sess,
out:
TRACE_EXIT_HRES((unsigned long)aen);
return aen;
};
}
static void scst_free_aen(struct scst_aen *aen)
{
@@ -1361,7 +1361,7 @@ static void scst_free_aen(struct scst_aen *aen)
TRACE_EXIT();
return;
};
}
/* Must be called under scst_mutex */
void scst_gen_aen_or_ua(struct scst_tgt_dev *tgt_dev,