mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 20:21:30 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user