mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
scst_tg: Use tabs instead of spaces for indentation
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5090 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -370,9 +370,9 @@ static void scst_check_alua_invariant(void)
|
||||
__lookup_tg_by_tgt(dg, tgt_dev->acg_dev->acg->tgt) :
|
||||
NULL;
|
||||
expected_state = tg ? tg->state :
|
||||
SCST_TG_STATE_OPTIMIZED;
|
||||
SCST_TG_STATE_OPTIMIZED;
|
||||
if (tgt_dev->alua_filter !=
|
||||
scst_alua_filter[expected_state]) {
|
||||
scst_alua_filter[expected_state]) {
|
||||
PRINT_ERROR("LUN %s/%s/%s/%lld/%s: ALUA filter"
|
||||
" %p <> %p",
|
||||
tgt_dev->acg_dev->acg->tgt->tgt_name,
|
||||
|
||||
Reference in New Issue
Block a user