提交 d81f4141 编写于 作者: J Jonathan Neuschäfer 提交者: 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: NJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 68553f1a
......@@ -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.
......@@ -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.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册