lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 26 Sep 2019 12:17:22 +0000
From:   "Kiyanovski, Arthur" <akiyano@...zon.com>
To:     Colin King <colin.king@...onical.com>,
        "Belgazal, Netanel" <netanel@...zon.com>,
        "Bshara, Saeed" <saeedb@...zon.com>,
        "Machulsky, Zorik" <zorik@...zon.com>,
        "David S . Miller" <davem@...emloft.net>,
        "Jubran, Samih" <sameehj@...zon.com>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC:     "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] net: ena: clean up indentation issue

> -----Original Message-----
> From: Colin King <colin.king@...onical.com>
> Sent: Thursday, September 26, 2019 2:23 PM
> To: Belgazal, Netanel <netanel@...zon.com>; Bshara, Saeed
> <saeedb@...zon.com>; Machulsky, Zorik <zorik@...zon.com>; David S .
> Miller <davem@...emloft.net>; Kiyanovski, Arthur <akiyano@...zon.com>;
> Jubran, Samih <sameehj@...zon.com>; netdev@...r.kernel.org
> Cc: kernel-janitors@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: [PATCH] net: ena: clean up indentation issue
> 
> From: Colin Ian King <colin.king@...onical.com>
> 
> There memset is indented incorrectly, remove the extraneous tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/net/ethernet/amazon/ena/ena_eth_com.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/ethernet/amazon/ena/ena_eth_com.c
> b/drivers/net/ethernet/amazon/ena/ena_eth_com.c
> index 38046bf0ff44..2845ac277724 100644
> --- a/drivers/net/ethernet/amazon/ena/ena_eth_com.c
> +++ b/drivers/net/ethernet/amazon/ena/ena_eth_com.c
> @@ -211,8 +211,8 @@ static int ena_com_sq_update_llq_tail(struct
> ena_com_io_sq *io_sq)
> 
>  		pkt_ctrl->curr_bounce_buf =
>  			ena_com_get_next_bounce_buffer(&io_sq-
> >bounce_buf_ctrl);
> -			memset(io_sq->llq_buf_ctrl.curr_bounce_buf,
> -			       0x0, llq_info->desc_list_entry_size);
> +		memset(io_sq->llq_buf_ctrl.curr_bounce_buf,
> +		       0x0, llq_info->desc_list_entry_size);
> 
>  		pkt_ctrl->idx = 0;
>  		if (unlikely(llq_info->desc_stride_ctrl ==
> ENA_ADMIN_SINGLE_DESC_PER_ENTRY))
> --
> 2.20.1

LGTM Thanks! 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ