From: "Kiyanovski, Arthur" <akiyano@amazon.com>
To: Colin King <colin.king@canonical.com>,
"Belgazal, Netanel" <netanel@amazon.com>,
"Bshara, Saeed" <saeedb@amazon.com>,
"Machulsky, Zorik" <zorik@amazon.com>,
"David S . Miller" <davem@davemloft.net>,
"Jubran, Samih" <sameehj@amazon.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] net: ena: clean up indentation issue
Date: Thu, 26 Sep 2019 12:17:22 +0000 [thread overview]
Message-ID: <4ed1ded9cc7f40e496f02007e05b61eb@EX13D22EUA004.ant.amazon.com> (raw)
In-Reply-To: <20190926112252.21498-1-colin.king@canonical.com>
> -----Original Message-----
> From: Colin King <colin.king@canonical.com>
> Sent: Thursday, September 26, 2019 2:23 PM
> To: Belgazal, Netanel <netanel@amazon.com>; Bshara, Saeed
> <saeedb@amazon.com>; Machulsky, Zorik <zorik@amazon.com>; David S .
> Miller <davem@davemloft.net>; Kiyanovski, Arthur <akiyano@amazon.com>;
> Jubran, Samih <sameehj@amazon.com>; netdev@vger.kernel.org
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH] net: ena: clean up indentation issue
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There memset is indented incorrectly, remove the extraneous tabs.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.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!
next prev parent reply other threads:[~2019-09-26 12:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-26 11:22 [PATCH] net: ena: clean up indentation issue Colin King
2019-09-26 12:17 ` Kiyanovski, Arthur [this message]
2019-09-27 18:32 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ed1ded9cc7f40e496f02007e05b61eb@EX13D22EUA004.ant.amazon.com \
--to=akiyano@amazon.com \
--cc=colin.king@canonical.com \
--cc=davem@davemloft.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netanel@amazon.com \
--cc=netdev@vger.kernel.org \
--cc=saeedb@amazon.com \
--cc=sameehj@amazon.com \
--cc=zorik@amazon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox