public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove white spaces from fcoe.h
@ 2017-06-05  8:52 Milan P. Gandhi
  2017-06-05  9:18 ` Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Milan P. Gandhi @ 2017-06-05  8:52 UTC (permalink / raw)
  To: Johannes Thumshirn, kernel-janitors, linux-scsi

Remove the white spaces in do/while loop used for checking fcoe
debug logging

Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
---
 drivers/scsi/fcoe/fcoe.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h
index 6aa4820..7406376 100644
--- a/drivers/scsi/fcoe/fcoe.h
+++ b/drivers/scsi/fcoe/fcoe.h
@@ -46,7 +46,7 @@ extern unsigned int fcoe_debug_logging;
 #define FCOE_NETDEV_LOGGING 0x02 /* Netdevice logging */
 
 #define FCOE_CHECK_LOGGING(LEVEL, CMD)					\
-do {                                                            	\
+do {									\
 	if (unlikely(fcoe_debug_logging & LEVEL))			\
 		do {							\
 			CMD;						\

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

* Re: [PATCH] Remove white spaces from fcoe.h
  2017-06-05  8:52 [PATCH] Remove white spaces from fcoe.h Milan P. Gandhi
@ 2017-06-05  9:18 ` Julia Lawall
  2017-06-05  9:54   ` Milan P. Gandhi
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2017-06-05  9:18 UTC (permalink / raw)
  To: Milan P. Gandhi; +Cc: Johannes Thumshirn, kernel-janitors, linux-scsi



On Mon, 5 Jun 2017, Milan P. Gandhi wrote:

> Remove the white spaces in do/while loop used for checking fcoe
> debug logging

Is it converting spaces to tabs?  If so, saying that would be clearer.

julia

>
> Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
> ---
>  drivers/scsi/fcoe/fcoe.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h
> index 6aa4820..7406376 100644
> --- a/drivers/scsi/fcoe/fcoe.h
> +++ b/drivers/scsi/fcoe/fcoe.h
> @@ -46,7 +46,7 @@ extern unsigned int fcoe_debug_logging;
>  #define FCOE_NETDEV_LOGGING 0x02 /* Netdevice logging */
>
>  #define FCOE_CHECK_LOGGING(LEVEL, CMD)					\
> -do {                                                            	\
> +do {									\
>  	if (unlikely(fcoe_debug_logging & LEVEL))			\
>  		do {							\
>  			CMD;						\
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [PATCH] Remove white spaces from fcoe.h
  2017-06-05  9:18 ` Julia Lawall
@ 2017-06-05  9:54   ` Milan P. Gandhi
  0 siblings, 0 replies; 3+ messages in thread
From: Milan P. Gandhi @ 2017-06-05  9:54 UTC (permalink / raw)
  To: Julia Lawall; +Cc: Johannes Thumshirn, kernel-janitors, linux-scsi

On 06/05/2017 02:48 PM, Julia Lawall wrote:
> 
> 
> On Mon, 5 Jun 2017, Milan P. Gandhi wrote:
> 
>> Remove the white spaces in do/while loop used for checking fcoe
>> debug logging
> 
> Is it converting spaces to tabs?  If so, saying that would be clearer.
yeah, it converts the white spaces to tabs.
> 
> julia
> 
>>
>> Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
>> ---
>>  drivers/scsi/fcoe/fcoe.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h
>> index 6aa4820..7406376 100644
>> --- a/drivers/scsi/fcoe/fcoe.h
>> +++ b/drivers/scsi/fcoe/fcoe.h
>> @@ -46,7 +46,7 @@ extern unsigned int fcoe_debug_logging;
>>  #define FCOE_NETDEV_LOGGING 0x02 /* Netdevice logging */
>>
>>  #define FCOE_CHECK_LOGGING(LEVEL, CMD)					\
>> -do {                                                            	\
>> +do {									\
>>  	if (unlikely(fcoe_debug_logging & LEVEL))			\
>>  		do {							\
>>  			CMD;						\
>> --
>> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>


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

end of thread, other threads:[~2017-06-05  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05  8:52 [PATCH] Remove white spaces from fcoe.h Milan P. Gandhi
2017-06-05  9:18 ` Julia Lawall
2017-06-05  9:54   ` Milan P. Gandhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox