Skip to content

Commit

Permalink
net: nps_enet: Fix function names in doc comments
Browse files Browse the repository at this point in the history
Adjust the function names in two doc comments to match the corresponding
functions.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jonathan Neuschäfer authored and David S. Miller committed Aug 12, 2019
1 parent 68553f1 commit d81f414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/ezchip/nps_enet.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ struct nps_enet_priv {
};

/**
* nps_reg_set - Sets ENET register with provided value.
* nps_enet_reg_set - Sets ENET register with provided value.
* @priv: Pointer to EZchip ENET private data structure.
* @reg: Register offset from base address.
* @value: Value to set in register.
Expand All @@ -179,7 +179,7 @@ static inline void nps_enet_reg_set(struct nps_enet_priv *priv,
}

/**
* nps_reg_get - Gets value of specified ENET register.
* nps_enet_reg_get - Gets value of specified ENET register.
* @priv: Pointer to EZchip ENET private data structure.
* @reg: Register offset from base address.
*
Expand Down

0 comments on commit d81f414

Please sign in to comment.