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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 19 Feb 2017 17:06:21 +0000 From: Majd Dibbiny <majd@...lanox.com> To: SF Markus Elfring <elfring@...rs.sourceforge.net> CC: "linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>, Doug Ledford <dledford@...hat.com>, Hal Rosenstock <hal.rosenstock@...il.com>, "Leon Romanovsky" <leonro@...lanox.com>, Matan Barak <matanb@...lanox.com>, "Sean Hefty" <sean.hefty@...el.com>, Yishai Hadas <yishaih@...lanox.com>, LKML <linux-kernel@...r.kernel.org>, "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org> Subject: Re: [PATCH 05/29] IB/mlx4: Fix a typo in a comment line > On Feb 18, 2017, at 10:53 PM, SF Markus Elfring <elfring@...rs.sourceforge.net> wrote: > > From: Markus Elfring <elfring@...rs.sourceforge.net> > 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 <elfring@...rs.sourceforge.net> > --- > 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@...r.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Thanks, Reviewed-by: Majd Dibbiny <majd@...lanox.com>
Powered by blists - more mailing lists