mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Hemanth Selam <hemanth.selam@gmail.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>,
	Selvin Xavier <selvin.xavier@broadcom.com>,
	Kalesh AP <kalesh-anakkur.purayil@broadcom.com>,
	Potnuri Bharat Teja <bharat@chelsio.com>,
	Cheng Xu <chengyou@linux.alibaba.com>,
	Kai Shen <kaishen@linux.alibaba.com>,
	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>,
	Yishai Hadas <yishaih@nvidia.com>,
	Michal Kalderon <mkalderon@marvell.com>,
	Nelson Escobar <neescoba@cisco.com>,
	Satish Kharat <satishkh@cisco.com>,
	Sagi Grimberg <sagi@grimberg.me>,
	Max Gurtovoy <mgurtovoy@nvidia.com>,
	Bart Van Assche <bvanassche@acm.org>,
	linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org,
	target-devel@vger.kernel.org
Subject: Re: [PATCH 1/2] RDMA: fix typos in comments
Date: Mon, 7 Sep 2026 11:27:28 +0300	[thread overview]
Message-ID: <20260907082728.GH13683@unreal> (raw)
In-Reply-To: <20260907065047.26773-2-hemanth.selam@gmail.com>

On Mon, Sep 07, 2026 at 12:20:46PM +0530, Hemanth Selam wrote:
> Fix typos in comments, reported by scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt.  Only touches comments, no code
> changes.
> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
>  drivers/infiniband/core/device.c              | 2 +-
>  drivers/infiniband/core/uverbs_uapi.c         | 2 +-
>  drivers/infiniband/core/verbs.c               | 2 +-
>  drivers/infiniband/hw/bnxt_re/ib_verbs.c      | 2 +-
>  drivers/infiniband/hw/cxgb4/cq.c              | 2 +-
>  drivers/infiniband/hw/erdma/erdma_main.c      | 2 +-
>  drivers/infiniband/hw/hfi1/affinity.c         | 2 +-
>  drivers/infiniband/hw/hfi1/firmware.c         | 2 +-
>  drivers/infiniband/hw/mlx4/mcg.c              | 4 ++--
>  drivers/infiniband/hw/mlx5/odp.c              | 2 +-
>  drivers/infiniband/hw/ocrdma/ocrdma_verbs.c   | 6 +++---
>  drivers/infiniband/hw/qedr/verbs.c            | 2 +-
>  drivers/infiniband/hw/usnic/usnic_abi.h       | 2 +-
>  drivers/infiniband/hw/usnic/usnic_ib_verbs.c  | 2 +-
>  drivers/infiniband/hw/usnic/usnic_transport.h | 2 +-
>  drivers/infiniband/sw/rdmavt/qp.c             | 2 +-
>  drivers/infiniband/sw/rdmavt/srq.c            | 2 +-
>  drivers/infiniband/ulp/ipoib/ipoib_vlan.c     | 2 +-
>  drivers/infiniband/ulp/iser/iscsi_iser.c      | 6 +++---
>  drivers/infiniband/ulp/iser/iser_verbs.c      | 2 +-
>  include/rdma/ib_verbs.h                       | 4 ++--
>  include/rdma/uverbs_ioctl.h                   | 2 +-
>  22 files changed, 28 insertions(+), 28 deletions(-)

<...>

>  			 *
>  			 * 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?

Thanks

  reply	other threads:[~2026-09-07  8:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07  6:50 [PATCH 0/2] RDMA: fix typos and repeated words " Hemanth Selam
2026-09-07  6:50 ` [PATCH 1/2] RDMA: fix typos " Hemanth Selam
2026-09-07  8:27   ` Leon Romanovsky [this message]
2026-09-07  9:31     ` Hemanth Selam
2026-09-07 11:24       ` Leon Romanovsky
2026-09-07  6:50 ` [PATCH 2/2] RDMA: fix repeated words " Hemanth Selam
2026-09-10 11:58 ` [PATCH 0/2] RDMA: fix typos and " Leon Romanovsky

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=20260907082728.GH13683@unreal \
    --to=leon@kernel.org \
    --cc=bharat@chelsio.com \
    --cc=bvanassche@acm.org \
    --cc=chengyou@linux.alibaba.com \
    --cc=dennis.dalessandro@cornelisnetworks.com \
    --cc=hemanth.selam@gmail.com \
    --cc=jgg@ziepe.ca \
    --cc=kaishen@linux.alibaba.com \
    --cc=kalesh-anakkur.purayil@broadcom.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=mgurtovoy@nvidia.com \
    --cc=mkalderon@marvell.com \
    --cc=neescoba@cisco.com \
    --cc=sagi@grimberg.me \
    --cc=satishkh@cisco.com \
    --cc=selvin.xavier@broadcom.com \
    --cc=target-devel@vger.kernel.org \
    --cc=yishaih@nvidia.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®