mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user