Commit d81f4141 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by David S. Miller

net: nps_enet: Fix function names in doc comments

Adjust the function names in two doc comments to match the corresponding
functions.
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 68553f1a
...@@ -167,7 +167,7 @@ struct nps_enet_priv { ...@@ -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. * @priv: Pointer to EZchip ENET private data structure.
* @reg: Register offset from base address. * @reg: Register offset from base address.
* @value: Value to set in register. * @value: Value to set in register.
...@@ -179,7 +179,7 @@ static inline void nps_enet_reg_set(struct nps_enet_priv *priv, ...@@ -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. * @priv: Pointer to EZchip ENET private data structure.
* @reg: Register offset from base address. * @reg: Register offset from base address.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment