Re: [PATCH 1/2] RDMA: fix typos in comments
From: Leon Romanovsky
Date: Mon Sep 07 2026 - 07:31:10 EST
On Mon, Sep 07, 2026 at 03:01:09PM +0530, Hemanth Selam wrote:
> On Mon, Sep 07, 2026 at 11:27:28AM +0300, Leon Romanovsky wrote:
> > > * release_cleanup is the exception because
> > > * uverbs_uobject_fd_release() needs it. In this case
> > > - * the module reference held by the fops will guarentee
> > > + * the module reference held by the fops will guarantee
> > > * the type_class remains valid too.
> > > */
> >
> > And what has changed here?
>
> Sorry, that one is easy to miss: it is a single letter in the middle of
> the word.
>
> guarentee
> ^
> guarantee
> ^
>
> The fifth character goes from 'e' to 'a'. "guarentee" is a misspelling
> of "guarantee", and it is listed in scripts/spelling.txt, which is how
> checkpatch.pl flagged it.
Ahh, thanks
>
> Hemanth