From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Dennis Dalessandro
<dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Colin King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Mike Marciniszyn
<mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Hal Rosenstock
<hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum"
Date: Tue, 22 Aug 2017 14:24:13 -0400 [thread overview]
Message-ID: <1503426253.78641.3.camel@redhat.com> (raw)
In-Reply-To: <a4b6438a-bc4f-53bb-192e-559fa2ccdf24-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
On Tue, 2017-08-08 at 14:18 -0400, Dennis Dalessandro wrote:
> On 8/5/2017 9:11 AM, Colin King wrote:
> > From: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
> >
> > Trivial fix to spelling mistake in pr_warn_ratelimited warning
> > message
> >
> > Signed-off-by: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
> > ---
> > drivers/infiniband/hw/hfi1/mad.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/infiniband/hw/hfi1/mad.c
> > b/drivers/infiniband/hw/hfi1/mad.c
> > index 0a3e2dfdf56e..cb0bb69310e1 100644
> > --- a/drivers/infiniband/hw/hfi1/mad.c
> > +++ b/drivers/infiniband/hw/hfi1/mad.c
> > @@ -172,7 +172,7 @@ static struct trap_node
> > *check_and_add_trap(struct hfi1_ibport *ibp,
> > trap_list->list_len++;
> > list_add_tail(&trap->list, &trap_list-
> > >list);
> > } else {
> > - pr_warn_ratelimited("hfi1: Maximim trap
> > limit reached for 0x%0x traps\n",
> > + pr_warn_ratelimited("hfi1: Maximum trap
> > limit reached for 0x%0x traps\n",
> > trap-
> > >data.generic_type);
> > kfree(trap);
> > }
> >
>
> Thanks!
>
> Acked-by: Dennis Dalessandro <dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Thanks, applied.
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Doug Ledford <dledford@redhat.com>
To: Dennis Dalessandro <dennis.dalessandro@intel.com>,
Colin King <colin.king@canonical.com>,
Mike Marciniszyn <mike.marciniszyn@intel.com>,
Sean Hefty <sean.hefty@intel.com>,
Hal Rosenstock <hal.rosenstock@gmail.com>,
linux-rdma@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum"
Date: Tue, 22 Aug 2017 14:24:13 -0400 [thread overview]
Message-ID: <1503426253.78641.3.camel@redhat.com> (raw)
In-Reply-To: <a4b6438a-bc4f-53bb-192e-559fa2ccdf24@intel.com>
On Tue, 2017-08-08 at 14:18 -0400, Dennis Dalessandro wrote:
> On 8/5/2017 9:11 AM, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > Trivial fix to spelling mistake in pr_warn_ratelimited warning
> > message
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> > drivers/infiniband/hw/hfi1/mad.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/infiniband/hw/hfi1/mad.c
> > b/drivers/infiniband/hw/hfi1/mad.c
> > index 0a3e2dfdf56e..cb0bb69310e1 100644
> > --- a/drivers/infiniband/hw/hfi1/mad.c
> > +++ b/drivers/infiniband/hw/hfi1/mad.c
> > @@ -172,7 +172,7 @@ static struct trap_node
> > *check_and_add_trap(struct hfi1_ibport *ibp,
> > trap_list->list_len++;
> > list_add_tail(&trap->list, &trap_list-
> > >list);
> > } else {
> > - pr_warn_ratelimited("hfi1: Maximim trap
> > limit reached for 0x%0x traps\n",
> > + pr_warn_ratelimited("hfi1: Maximum trap
> > limit reached for 0x%0x traps\n",
> > trap-
> > >data.generic_type);
> > kfree(trap);
> > }
> >
>
> Thanks!
>
> Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Thanks, applied.
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
next prev parent reply other threads:[~2017-08-22 18:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-05 13:11 [PATCH] IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum" Colin King
2017-08-05 13:11 ` Colin King
[not found] ` <20170805131150.32717-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2017-08-08 18:18 ` Dennis Dalessandro
2017-08-08 18:18 ` Dennis Dalessandro
[not found] ` <a4b6438a-bc4f-53bb-192e-559fa2ccdf24-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-08-22 18:24 ` Doug Ledford [this message]
2017-08-22 18:24 ` Doug Ledford
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=1503426253.78641.3.camel@redhat.com \
--to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org \
--cc=dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.