Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.com
Signed-off-by: Yevhen Viktorov <yevhen.viktorov@virginmedia.com>
Signed-off-by: Steffen Maier <maier@linux.ibm.com>
Signed-off-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Yevhen Viktorov and committed by
Martin K. Petersen
8824db89 91cf21ec

+3 -3
+3 -3
drivers/s390/scsi/zfcp_def.h
··· 156 156 u32 fsf_lic_version; 157 157 u32 adapter_features; /* FCP channel features */ 158 158 u32 connection_features; /* host connection features */ 159 - u32 hardware_version; /* of FCP channel */ 159 + u32 hardware_version; /* of FCP channel */ 160 160 u32 fc_security_algorithms; /* of FCP channel */ 161 161 u32 fc_security_algorithms_old; /* of FCP channel */ 162 162 u16 timer_ticks; /* time int for a tick */ ··· 180 180 rwlock_t erp_lock; 181 181 wait_queue_head_t erp_done_wqh; 182 182 struct zfcp_erp_action erp_action; /* pending error recovery */ 183 - atomic_t erp_counter; 183 + atomic_t erp_counter; 184 184 u32 erp_total_count; /* total nr of enqueued erp 185 185 actions */ 186 186 u32 erp_low_mem_count; /* nr of erp actions waiting ··· 217 217 u32 d_id; /* D_ID */ 218 218 u32 handle; /* handle assigned by FSF */ 219 219 struct zfcp_erp_action erp_action; /* pending error recovery */ 220 - atomic_t erp_counter; 220 + atomic_t erp_counter; 221 221 u32 maxframe_size; 222 222 u32 supported_classes; 223 223 u32 connection_info;