* [PATCH] net/mlx5: Fix typos
@ 2024-09-15 11:42 Andrew Kreimer
2024-10-02 13:48 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Kreimer @ 2024-09-15 11:42 UTC (permalink / raw)
To: Saeed Mahameed, Leon Romanovsky, Tariq Toukan, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: netdev, linux-rdma, linux-kernel, kernel-janitors, Andrew Kreimer,
Matthew Wilcox
Fix typos in comments.
Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c b/drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
index 1477db7f5307..4336ac98d85d 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
@@ -80,7 +80,7 @@ irq_pool_request_irq(struct mlx5_irq_pool *pool, struct irq_affinity_desc *af_de
* isn't subset of req_mask, so we will skip it. irq1_mask is subset of req_mask,
* we don't skip it.
* If pool is sf_ctrl_pool, then all IRQs have the same mask, so any IRQ will
- * fit. And since mask is subset of itself, we will pass the first if bellow.
+ * fit. And since mask is subset of itself, we will pass the first if below.
*/
static struct mlx5_irq *
irq_pool_find_least_loaded(struct mlx5_irq_pool *pool, const struct cpumask *req_mask)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
index c6e951b8ebdb..a6bf3f975d52 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
@@ -1647,7 +1647,7 @@ void mlx5_unload_one(struct mlx5_core_dev *dev, bool suspend)
devl_unlock(devlink);
}
-/* In case of light probe, we don't need a full query of hca_caps, but only the bellow caps.
+/* In case of light probe, we don't need a full query of hca_caps, but only the below caps.
* A full query of hca_caps will be done when the device will reload.
*/
static int mlx5_query_hca_caps_light(struct mlx5_core_dev *dev)
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net/mlx5: Fix typos
2024-09-15 11:42 [PATCH] net/mlx5: Fix typos Andrew Kreimer
@ 2024-10-02 13:48 ` Simon Horman
2024-10-02 15:48 ` Andrew Kreimer
0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2024-10-02 13:48 UTC (permalink / raw)
To: Andrew Kreimer
Cc: Saeed Mahameed, Leon Romanovsky, Tariq Toukan, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, linux-rdma,
linux-kernel, kernel-janitors, Matthew Wilcox
On Sun, Sep 15, 2024 at 02:42:25PM +0300, Andrew Kreimer wrote:
> Fix typos in comments.
>
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Hi Andrew,
These changes look good to me.
However, the patch was posted while net-next was closed for the v6.12 merge
window. And, I assume because of that, it has been marked as deferred in
Patchwork.
In the meantime, net-next has reopened, so could you consider reposting
your patch. If you do so please mark it as v2 or repost of something like
that. And please include the target tree, net-next, in the subject.
Subject [PATCH net-next repost] ...
For reference, Netdev processes are documented here:
https://docs.kernel.org/process/maintainer-netdev.html
...
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net/mlx5: Fix typos
2024-10-02 13:48 ` Simon Horman
@ 2024-10-02 15:48 ` Andrew Kreimer
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Kreimer @ 2024-10-02 15:48 UTC (permalink / raw)
To: Simon Horman
Cc: Saeed Mahameed, Leon Romanovsky, Tariq Toukan, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, linux-rdma,
linux-kernel, kernel-janitors, Matthew Wilcox
On Wed, Oct 02, 2024 at 02:48:11PM +0100, Simon Horman wrote:
> On Sun, Sep 15, 2024 at 02:42:25PM +0300, Andrew Kreimer wrote:
> > Fix typos in comments.
> >
> > Reported-by: Matthew Wilcox <willy@infradead.org>
> > Signed-off-by: Andrew Kreimer <algonell@gmail.com>
>
> In the meantime, net-next has reopened, so could you consider reposting
> your patch. If you do so please mark it as v2 or repost of something like
> that. And please include the target tree, net-next, in the subject.
>
Thank you, on it.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-02 15:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 11:42 [PATCH] net/mlx5: Fix typos Andrew Kreimer
2024-10-02 13:48 ` Simon Horman
2024-10-02 15:48 ` Andrew Kreimer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).