net: update net_dim documentation after rename
Commit
c48b8c3c6803 ("linux/dim: Rename externally used net_dim
members") renamed the net_dim API, removing the "net_" prefix from the
structures and functions. The patch didn't update the net_dim.txt
documentation file.
Fix the documentation so that its examples match the current code.
Fixes: c48b8c3c6803 ("linux/dim: Rename externally used net_dim members", 2019-06-25)
Fixes: ae34c3e96718 ("linux/dim: Rename externally exposed macros", 2019-06-25)
Fixes: 48cdc5d25139 ("linux/dim: Move implementation to .c files")
Cc: Tal Gilboa <talgi@mellanox.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>