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:
Bart Van Assche
2015-11-06 23:23:38 +00:00
parent 819ada124e
commit e5bbd925fc

View File

@@ -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) {