All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: zfcp: fix indentation coding style issue
@ 2020-11-27 13:06 Yevhen Viktorov
  2020-11-27 14:17 ` Steffen Maier
  0 siblings, 1 reply; 2+ messages in thread
From: Yevhen Viktorov @ 2020-11-27 13:06 UTC (permalink / raw)
  To: maier; +Cc: bblock, linux-s390, linux-kernel, Yevhen Viktorov

code indent should use tabs where possible

Signed-off-by: Yevhen Viktorov <yevhen.viktorov@virginmedia.com>
---
 drivers/s390/scsi/zfcp_def.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h
index da8a5ceb615c..a2a59cbb330a 100644
--- a/drivers/s390/scsi/zfcp_def.h
+++ b/drivers/s390/scsi/zfcp_def.h
@@ -157,7 +157,7 @@ struct zfcp_adapter {
 	u32			fsf_lic_version;
 	u32			adapter_features;  /* FCP channel 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_old; /* of FCP channel */
 	u16			timer_ticks;       /* time int for a tick */
@@ -181,7 +181,7 @@ struct zfcp_adapter {
 	rwlock_t		erp_lock;
 	wait_queue_head_t	erp_done_wqh;
 	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
 						      actions */
 	u32			erp_low_mem_count; /* nr of erp actions waiting
@@ -217,7 +217,7 @@ struct zfcp_port {
 	u32		       d_id;	       /* D_ID */
 	u32		       handle;	       /* handle assigned by FSF */
 	struct zfcp_erp_action erp_action;     /* pending error recovery */
-        atomic_t               erp_counter;
+	atomic_t               erp_counter;
 	u32                    maxframe_size;
 	u32                    supported_classes;
 	u32                    connection_info;
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi: zfcp: fix indentation coding style issue
  2020-11-27 13:06 [PATCH] scsi: zfcp: fix indentation coding style issue Yevhen Viktorov
@ 2020-11-27 14:17 ` Steffen Maier
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Maier @ 2020-11-27 14:17 UTC (permalink / raw)
  To: Yevhen Viktorov; +Cc: bblock, linux-s390, linux-kernel

Thanks, will queue it for our next cleanup submission.

On 11/27/20 2:06 PM, Yevhen Viktorov wrote:
> code indent should use tabs where possible
> 
> Signed-off-by: Yevhen Viktorov <yevhen.viktorov@virginmedia.com>
> ---
>   drivers/s390/scsi/zfcp_def.h | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h
> index da8a5ceb615c..a2a59cbb330a 100644
> --- a/drivers/s390/scsi/zfcp_def.h
> +++ b/drivers/s390/scsi/zfcp_def.h
> @@ -157,7 +157,7 @@ struct zfcp_adapter {
>   	u32			fsf_lic_version;
>   	u32			adapter_features;  /* FCP channel 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_old; /* of FCP channel */
>   	u16			timer_ticks;       /* time int for a tick */
> @@ -181,7 +181,7 @@ struct zfcp_adapter {
>   	rwlock_t		erp_lock;
>   	wait_queue_head_t	erp_done_wqh;
>   	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
>   						      actions */
>   	u32			erp_low_mem_count; /* nr of erp actions waiting
> @@ -217,7 +217,7 @@ struct zfcp_port {
>   	u32		       d_id;	       /* D_ID */
>   	u32		       handle;	       /* handle assigned by FSF */
>   	struct zfcp_erp_action erp_action;     /* pending error recovery */
> -        atomic_t               erp_counter;
> +	atomic_t               erp_counter;
>   	u32                    maxframe_size;
>   	u32                    supported_classes;
>   	u32                    connection_info;
> 


-- 
Mit freundlichen Gruessen / Kind regards
Steffen Maier

Linux on IBM Z Development

https://www.ibm.com/privacy/us/en/
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Matthias Hartmann
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-27 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 13:06 [PATCH] scsi: zfcp: fix indentation coding style issue Yevhen Viktorov
2020-11-27 14:17 ` Steffen Maier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.