From 35dc0e55f20842cd96a498d146dc1c721ad044bf Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 15 Sep 2010 07:33:41 +0000 Subject: [PATCH] Removed two superfluous semicolons. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2128 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 62ef95c00..c6001959e 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -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,