From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F842C433F5 for ; Wed, 6 Oct 2021 13:36:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E8F34610A8 for ; Wed, 6 Oct 2021 13:36:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238724AbhJFNiI convert rfc822-to-8bit (ORCPT ); Wed, 6 Oct 2021 09:38:08 -0400 Received: from mga09.intel.com ([134.134.136.24]:34862 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238704AbhJFNiH (ORCPT ); Wed, 6 Oct 2021 09:38:07 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10128"; a="225883452" X-IronPort-AV: E=Sophos;i="5.85,350,1624345200"; d="scan'208";a="225883452" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2021 06:36:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,350,1624345200"; d="scan'208";a="589768173" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga004.jf.intel.com with ESMTP; 06 Oct 2021 06:36:15 -0700 Received: from fmsmsx611.amr.corp.intel.com (10.18.126.91) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 6 Oct 2021 06:36:15 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx611.amr.corp.intel.com (10.18.126.91) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 6 Oct 2021 06:36:14 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2242.012; Wed, 6 Oct 2021 06:36:14 -0700 From: "Saleem, Shiraz" To: "yanjun.zhu@linux.dev" , "Ismail, Mustafa" , "dledford@redhat.com" , "jgg@ziepe.ca" , "linux-rdma@vger.kernel.org" Subject: RE: [PATCH 1/1] RDMA/irdma: compact the header file Thread-Topic: [PATCH 1/1] RDMA/irdma: compact the header file Thread-Index: AQHXuq70faBWaIBCEEeUosPImRAUKKvF+G5A Date: Wed, 6 Oct 2021 13:36:14 +0000 Message-ID: References: <20211006201531.469650-1-yanjun.zhu@linux.dev> In-Reply-To: <20211006201531.469650-1-yanjun.zhu@linux.dev> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.6.200.16 x-originating-ip: [10.1.200.100] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org > Subject: [PATCH 1/1] RDMA/irdma: compact the header file > > From: Zhu Yanjun > > The struct irdma_bth is not used, so remove it. > > Signed-off-by: Zhu Yanjun > --- > drivers/infiniband/hw/irdma/cm.h | 8 -------- > 1 file changed, 8 deletions(-) > Thanks! Acked-by: Shiraz Saleem