Commit 8824db89 authored by Yevhen Viktorov's avatar Yevhen Viktorov Committed by Martin K. Petersen

scsi: zfcp: Fix indentation coding style issue

Code indentation should use tabs where possible.

Link: https://lore.kernel.org/r/e8a15a2f3d64e2e76a214647cfd4fe23d370b165.1618417667.git.bblock@linux.ibm.comSigned-off-by: default avatarYevhen Viktorov <yevhen.viktorov@virginmedia.com>
Signed-off-by: default avatarSteffen Maier <maier@linux.ibm.com>
Signed-off-by: default avatarBenjamin Block <bblock@linux.ibm.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 91cf21ec
...@@ -156,7 +156,7 @@ struct zfcp_adapter { ...@@ -156,7 +156,7 @@ struct zfcp_adapter {
u32 fsf_lic_version; u32 fsf_lic_version;
u32 adapter_features; /* FCP channel features */ u32 adapter_features; /* FCP channel features */
u32 connection_features; /* host connection features */ u32 connection_features; /* host connection features */
u32 hardware_version; /* of FCP channel */ u32 hardware_version; /* of FCP channel */
u32 fc_security_algorithms; /* of FCP channel */ u32 fc_security_algorithms; /* of FCP channel */
u32 fc_security_algorithms_old; /* of FCP channel */ u32 fc_security_algorithms_old; /* of FCP channel */
u16 timer_ticks; /* time int for a tick */ u16 timer_ticks; /* time int for a tick */
...@@ -180,7 +180,7 @@ struct zfcp_adapter { ...@@ -180,7 +180,7 @@ struct zfcp_adapter {
rwlock_t erp_lock; rwlock_t erp_lock;
wait_queue_head_t erp_done_wqh; wait_queue_head_t erp_done_wqh;
struct zfcp_erp_action erp_action; /* pending error recovery */ struct zfcp_erp_action erp_action; /* pending error recovery */
atomic_t erp_counter; atomic_t erp_counter;
u32 erp_total_count; /* total nr of enqueued erp u32 erp_total_count; /* total nr of enqueued erp
actions */ actions */
u32 erp_low_mem_count; /* nr of erp actions waiting u32 erp_low_mem_count; /* nr of erp actions waiting
...@@ -217,7 +217,7 @@ struct zfcp_port { ...@@ -217,7 +217,7 @@ struct zfcp_port {
u32 d_id; /* D_ID */ u32 d_id; /* D_ID */
u32 handle; /* handle assigned by FSF */ u32 handle; /* handle assigned by FSF */
struct zfcp_erp_action erp_action; /* pending error recovery */ struct zfcp_erp_action erp_action; /* pending error recovery */
atomic_t erp_counter; atomic_t erp_counter;
u32 maxframe_size; u32 maxframe_size;
u32 supported_classes; u32 supported_classes;
u32 connection_info; u32 connection_info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment