mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
scst_local: Insert a blank line after declarations
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6614 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -778,6 +778,7 @@ static ssize_t scst_local_sysfs_mgmt_cmd(char *buf)
|
||||
res = __scst_local_add_adapter(tgt, session_name, true);
|
||||
} else if (strcasecmp("del_session", command) == 0) {
|
||||
struct scst_local_sess *s, *sess = NULL;
|
||||
|
||||
list_for_each_entry(s, &tgt->sessions_list,
|
||||
sessions_list_entry) {
|
||||
if (strcmp(s->scst_sess->initiator_name, session_name) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user