[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1556618669-2434-1-git-send-email-wesley.sheng@microchip.com>
Date: Tue, 30 Apr 2019 18:04:29 +0800
From: Wesley Sheng <wesley.sheng@...rochip.com>
To: <jdmason@...zu.us>, <dave.jiang@...el.com>, <allenbh@...il.com>,
<linux-ntb@...glegroups.com>, <linux-kernel@...r.kernel.org>
CC: <wesleyshenggit@...a.com>, <logang@...tatee.com>,
Wesley Sheng <wesley.sheng@...rochip.com>
Subject: [PATCH] NTB: correct ntb_dev_ops and ntb_dev comment typos
The comment for ntb_dev_ops and ntb_dev incorrectly referred to
ntb_ctx_ops and ntb_device.
Signed-off-by: Wesley Sheng <wesley.sheng@...rochip.com>
Reviewed-by: Logan Gunthorpe <logang@...tatee.com>
---
include/linux/ntb.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/ntb.h b/include/linux/ntb.h
index 56a92e3..604abc8 100644
--- a/include/linux/ntb.h
+++ b/include/linux/ntb.h
@@ -205,7 +205,7 @@ static inline int ntb_ctx_ops_is_valid(const struct ntb_ctx_ops *ops)
}
/**
- * struct ntb_ctx_ops - ntb device operations
+ * struct ntb_dev_ops - ntb device operations
* @port_number: See ntb_port_number().
* @peer_port_count: See ntb_peer_port_count().
* @peer_port_number: See ntb_peer_port_number().
@@ -404,7 +404,7 @@ struct ntb_client {
#define drv_ntb_client(__drv) container_of((__drv), struct ntb_client, drv)
/**
- * struct ntb_device - ntb device
+ * struct ntb_dev - ntb device
* @dev: Linux device object.
* @pdev: PCI device entry of the ntb.
* @topo: Detected topology of the ntb.
--
2.7.4
Powered by blists - more mailing lists