diff mbox series

[iproute2] rdma: fix a typo in the comment

Message ID 20240123121657.1951-1-dkirjanov@suse.de (mailing list archive)
State Superseded
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] rdma: fix a typo in the comment | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Denis Kirjanov Jan. 23, 2024, 12:16 p.m. UTC
Signed-off-by: Denis Kirjanov <dkirjanov@suse.de>
---
 rdma/rdma.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leon Romanovsky Jan. 24, 2024, 6:34 a.m. UTC | #1
On Tue, Jan 23, 2024 at 07:16:57AM -0500, Denis Kirjanov wrote:
> Signed-off-by: Denis Kirjanov <dkirjanov@suse.de>
> ---
>  rdma/rdma.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
diff mbox series

Patch

diff --git a/rdma/rdma.h b/rdma/rdma.h
index 1f8f8326..df1852db 100644
--- a/rdma/rdma.h
+++ b/rdma/rdma.h
@@ -40,7 +40,7 @@  struct filter_entry {
 	char *key;
 	char *value;
 	/*
-	 * This field means that we can try to issue .doit calback
+	 * This field means that we can try to issue .doit callback
 	 * on value above. This value can be converted to integer
 	 * with simple atoi(). Otherwise "is_doit" will be false.
 	 */