Fixed a recently introduced checkpatch complaint about whitespace.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2068 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-09 09:10:14 +00:00
parent 130f5f6b05
commit 077bd7a761

View File

@@ -1675,7 +1675,7 @@ static void __exit scst_local_exit(void)
mutex_lock(&scst_local_mutex);
list_for_each_entry_safe(tgt, tt, &scst_local_tgts_list,
tgts_list_entry) {
tgts_list_entry) {
__scst_local_remove_target(tgt);
}
mutex_unlock(&scst_local_mutex);