aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netdevsim
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2020-01-09 14:46:10 -0800
committerDavid S. Miller <davem@davemloft.net>2020-01-10 17:06:59 -0800
commitf4bdd7103652fab5ac8b0ed75fa5cbc515b50b8b (patch)
treeca068c74b7e95fa537d7bd156fce5b8ae81ef8b6 /drivers/net/netdevsim
parentdevlink: add macro for "fw.psid" (diff)
downloadlinux-dev-f4bdd7103652fab5ac8b0ed75fa5cbc515b50b8b.tar.xz
linux-dev-f4bdd7103652fab5ac8b0ed75fa5cbc515b50b8b.zip
devlink: move devlink documentation to subfolder
Combine the documentation for devlink into a subfolder, and provide an index.rst file that can be used to generally describe devlink. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netdevsim')
-rw-r--r--drivers/net/netdevsim/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netdevsim/dev.c b/drivers/net/netdevsim/dev.c
index 059711edfc61..6663f79fe5d1 100644
--- a/drivers/net/netdevsim/dev.c
+++ b/drivers/net/netdevsim/dev.c
@@ -270,7 +270,7 @@ struct nsim_trap_data {
};
/* All driver-specific traps must be documented in
- * Documentation/networking/devlink-trap-netdevsim.rst
+ * Documentation/networking/devlink/devlink-trap-netdevsim.rst
*/
enum {
NSIM_TRAP_ID_BASE = DEVLINK_TRAP_GENERIC_ID_MAX,