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 <[email protected]>
> ---
>  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 [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Reply via email to