linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/mlx5: fix spelling mistake "reserverd" -> "reserved"
@ 2020-02-14 14:30 Alexandre Belloni
  2020-02-18 13:45 ` Leon Romanovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2020-02-14 14:30 UTC (permalink / raw)
  To: Boris Pismenny, Leon Romanovsky, Saeed Mahameed
  Cc: Alexandre Belloni, netdev, linux-rdma, linux-kernel

The reserved member should be named reserved.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 include/linux/mlx5/mlx5_ifc_fpga.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mlx5/mlx5_ifc_fpga.h b/include/linux/mlx5/mlx5_ifc_fpga.h
index 37e065a80a43..07d77323f78a 100644
--- a/include/linux/mlx5/mlx5_ifc_fpga.h
+++ b/include/linux/mlx5/mlx5_ifc_fpga.h
@@ -608,7 +608,7 @@ struct mlx5_ifc_tls_cmd_bits {
 struct mlx5_ifc_tls_resp_bits {
 	u8         syndrome[0x20];
 	u8         stream_id[0x20];
-	u8         reserverd[0x40];
+	u8         reserved[0x40];
 };
 
 #define MLX5_TLS_COMMAND_SIZE (0x100)
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/mlx5: fix spelling mistake "reserverd" -> "reserved"
  2020-02-14 14:30 [PATCH] net/mlx5: fix spelling mistake "reserverd" -> "reserved" Alexandre Belloni
@ 2020-02-18 13:45 ` Leon Romanovsky
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2020-02-18 13:45 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Boris Pismenny, Saeed Mahameed, netdev, linux-rdma, linux-kernel

On Fri, Feb 14, 2020 at 03:30:01PM +0100, Alexandre Belloni wrote:
> The reserved member should be named reserved.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
>  include/linux/mlx5/mlx5_ifc_fpga.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied to mlx5-next.

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-18 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 14:30 [PATCH] net/mlx5: fix spelling mistake "reserverd" -> "reserved" Alexandre Belloni
2020-02-18 13:45 ` Leon Romanovsky

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).