From 9ead865f6a14079affc090f7fe4ebeed8fafca20 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 20 Apr 2016 03:44:21 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6862 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 973c7f1f1..f40661b6a 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -4527,10 +4527,7 @@ out: return res; } -/* - * Either add or replace a LUN. The repl_gen_ua argument controls whether or - * not a unit attention is triggered if LUN reassignment is performed. - */ +/* Either add or replace a LUN according to flags argument */ int scst_acg_repl_lun(struct scst_acg *acg, struct kobject *parent, struct scst_device *dev, uint64_t lun, unsigned int flags)