Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1717652 > unrolled thread
| Started by | Doug Ledford <dledford@redhat.com> |
|---|---|
| First post | 2017-08-22 20:30 +0200 |
| Last post | 2017-08-22 20:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum" Doug Ledford <dledford@redhat.com> - 2017-08-22 20:30 +0200
| From | Doug Ledford <dledford@redhat.com> |
|---|---|
| Date | 2017-08-22 20:30 +0200 |
| Subject | Re: [PATCH] IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum" |
| Message-ID | <uhm66-66D-15@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web