Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1925944ybn; Thu, 26 Sep 2019 04:25:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqy+K9lu4BKzbFZLiSV9c3GQezf97Ag6IGqS/MxawVtdEn16yjC0DjvqpzQMxGZYgutjgrlK X-Received: by 2002:a50:c351:: with SMTP id q17mr2964840edb.123.1569497114218; Thu, 26 Sep 2019 04:25:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569497114; cv=none; d=google.com; s=arc-20160816; b=A5wag6OZ1AJieI9gx+5TmeuXsR5to3ERX1WVfXMgqzAQtq6OhIw9S7LyzM3RbE6Bl/ V6onq+bXTea0jlpHRCxTHr2vdZznXBgdyFXuif725H4CfYXUV0CxdLRRFK1fqcliPtsW ZgQVB4JRT/RDpRtSN7WaUJ4dHkNhDXVnrP7gNNKLRHjA4CWm3rkXcoEwfAWyGFBykNfy NRnlBCfkyecS0iw/eCquDFj/G8joCAdkaHaAlxo//jGvVugAYkyhJDD96bGT7/6nkmr4 O6QqKj8bWplZBKvU+SLu6mhCR3OvmRwAt/SR9Rhwkvn1ZRzJLWer1i1EHfQAyW81m/kI DWLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=PezsA11WVpNW1bo+zyzXJHby8BkiUzseKmLQGfPpBog=; b=gesKSUED3dCbEVgJeGpRmo6VxO51AXKKUKeX8FO1R8YDX0mKvXiM2N9WLnZzOAjnc6 /X88WjeRR7c/YT7vcgxEc37mq0EnBTGUBykev3NloH/wedBO+vUGYiag0HwIgYe9K17z zadUeWj2q0IWvjG3raKk2xzKZT13GBTOpEDrSg7jUBZV2gnVWpAK1v6ikH4QIvkccOPZ Bh7yN74/A+MB3J1VusmtncDD7JV6cAZew/aiBnGHyj7+92NDf9fBC81XlQin0+kgj7pS TB8mqRF4L7C7NLmJdic1gBoa6u6Y8Yek5c5oAspIeYZFsaf9jR3N/xfQ1ST8HiIBll6s I74A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f15si1134851edm.414.2019.09.26.04.24.50; Thu, 26 Sep 2019 04:25:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726073AbfIZLW6 (ORCPT + 99 others); Thu, 26 Sep 2019 07:22:58 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:53503 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725787AbfIZLW6 (ORCPT ); Thu, 26 Sep 2019 07:22:58 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iDRrI-0004LY-Ky; Thu, 26 Sep 2019 11:22:52 +0000 From: Colin King To: Netanel Belgazal , Saeed Bishara , Zorik Machulsky , "David S . Miller" , Arthur Kiyanovski , Sameeh Jubran , netdev@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] net: ena: clean up indentation issue Date: Thu, 26 Sep 2019 12:22:52 +0100 Message-Id: <20190926112252.21498-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There memset is indented incorrectly, remove the extraneous tabs. Signed-off-by: Colin Ian King --- 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