From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751901AbdBSRGn (ORCPT ); Sun, 19 Feb 2017 12:06:43 -0500 Received: from mail-eopbgr00082.outbound.protection.outlook.com ([40.107.0.82]:20288 "EHLO EUR02-AM5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751812AbdBSRGj (ORCPT ); Sun, 19 Feb 2017 12:06:39 -0500 From: Majd Dibbiny To: SF Markus Elfring CC: "linux-rdma@vger.kernel.org" , Doug Ledford , Hal Rosenstock , "Leon Romanovsky" , Matan Barak , "Sean Hefty" , Yishai Hadas , LKML , "kernel-janitors@vger.kernel.org" Subject: Re: [PATCH 05/29] IB/mlx4: Fix a typo in a comment line Thread-Topic: [PATCH 05/29] IB/mlx4: Fix a typo in a comment line Thread-Index: AQHSiikRODp/mbaurUejg666sXWLLKFwkKrW Date: Sun, 19 Feb 2017 17:06:21 +0000 Message-ID: <6C24ABDC-BDDC-4F07-95EC-FAA831706C11@mellanox.com> References: <1935365a-bd7c-461e-6a84-0c5d3a501fff@users.sourceforge.net>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=majd@mellanox.com; x-ms-exchange-messagesentrepresentingtype: 1 x-originating-ip: [46.121.82.152] x-ms-office365-filtering-correlation-id: 936cba9d-c64f-4849-c762-08d458e9a25f x-ms-office365-filtering-ht: Tenant x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001)(48565401081);SRVR:HE1PR0501MB1930; x-microsoft-exchange-diagnostics: 1;HE1PR0501MB1930;7:770o9oUa211JOv0J/OJAx9CUwMPqKvETdcgofNHSdmzBpDC92bkIXlCfdzrkAD1mxzldwKISas21wl2v+ADnOLD3eDYF97e0j71FTnoI4ee+/yxbeBcfoY5QWNKE6mwbBDYYoosdy9iriu84HOo09CDQ68tNxEar/QENrg/HK5knzO/t2MV8eKLx3g6JzEsRvpIuB9gio0aAYxvIzYMr+iNXx9Gkab5k4lU5OJDqAz4IPv5sT40zwpbNJLzxRJgYdQwMCWsF2rZi/e5BFmX/2mWZrqeJdpgm+oAFuUlLUMC/DieCysI0iLjLpiqLn5wHjDBD8XG0nMbEw0o9VsX7xQ== x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(9452136761055)(42262312472803); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040375)(601004)(2401047)(5005006)(8121501046)(3002001)(10201501046)(6055026)(6041248)(20161123560025)(20161123558025)(20161123555025)(20161123562025)(20161123564025)(6072148);SRVR:HE1PR0501MB1930;BCL:0;PCL:0;RULEID:;SRVR:HE1PR0501MB1930; x-forefront-prvs: 02234DBFF6 x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(7916002)(39410400002)(39840400002)(39450400003)(39850400002)(377454003)(189002)(24454002)(199003)(53936002)(2950100002)(66066001)(6916009)(6246003)(92566002)(25786008)(3846002)(6116002)(102836003)(2900100001)(966004)(6666003)(54906002)(3660700001)(2906002)(4326007)(229853002)(36756003)(6306002)(83716003)(6512007)(122556002)(7736002)(99286003)(3280700002)(575784001)(86362001)(8676002)(39060400002)(38730400002)(110136004)(305945005)(101416001)(81156014)(97736004)(6486002)(5660300001)(6436002)(105586002)(82746002)(77096006)(6506006)(106356001)(106116001)(68736007)(33656002)(81166006)(8936002)(54356999)(189998001)(50986999)(76176999)(104396002);DIR:OUT;SFP:1101;SCL:1;SRVR:HE1PR0501MB1930;H:DB6PR0501MB2072.eurprd05.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-OriginatorOrg: Mellanox.com X-MS-Exchange-CrossTenant-originalarrivaltime: 19 Feb 2017 17:06:21.7323 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: a652971c-7d2e-4d9b-a6a4-d149256f461b X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR0501MB1930 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v1JH6utx008934 > On Feb 18, 2017, at 10:53 PM, SF Markus Elfring wrote: > > From: Markus Elfring > Date: Fri, 17 Feb 2017 20:48:59 +0100 > > Add a missing character in this description and adjust > the comment formatting. > > Signed-off-by: Markus Elfring > --- > drivers/infiniband/hw/mlx4/mad.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/infiniband/hw/mlx4/mad.c b/drivers/infiniband/hw/mlx4/mad.c > index ea4892b0f39e..d8c27e3ed69a 100644 > --- a/drivers/infiniband/hw/mlx4/mad.c > +++ b/drivers/infiniband/hw/mlx4/mad.c > @@ -1559,8 +1559,10 @@ static void mlx4_ib_multiplex_mad(struct mlx4_ib_demux_pv_ctx *ctx, struct ib_wc > } > } > > - /* We are using standard ib_core services to send the mad, so generate a > - * stadard address handle by decoding the tunnelled mlx4_ah fields */ > + /* > + * We are using standard ib_core services to send the mad, so generate > + * a standard address handle by decoding the tunnelled mlx4_ah fields. > + */ > memcpy(&ah.av, &tunnel->hdr.av, sizeof (struct mlx4_av)); > ah.ibah.device = ctx->ib_dev; > > -- > 2.11.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Thanks, Reviewed-by: Majd Dibbiny