On Wed, 9 Oct 2019 12:18:31 -0700, Jacob Keller wrote: > Commit 8960b38932be ("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: 8960b38932be ("linux/dim: Rename externally used net_dim members", > 2019-06-25) > Fixes: c002bd529d71 ("linux/dim: Rename externally exposed macros", > 2019-06-25) > Fixes: 4f75da3666c0 ("linux/dim: Move implementation to .c files") > Cc: Tal Gilboa <ta...@mellanox.com> > Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com> > --- > Added 'Fixes' lines for the relevant patches and a CC to Tal Gilboa to > review. > > Updated the alignment and additionally fixed the example to use > DIM_START_MEASURE instead of NET_DIM_START_MEASURE.
Applied, thank you!